Skip to content

Commit

Permalink
fix MoveReplicaHdfsFailoverTest after SOLR-16962 (#2525)
Browse files Browse the repository at this point in the history
the changes made by SOLR-16962 to ZkController and MoveReplicaCmd
resolve the conflation of ulog and tlog dir, and remove some
related hacky compensations for this conflation. The nightly test
MoveReplicaHdfsFailoverTest was still compensating for this issue
when it no longer needs to, and was thus failing.

(cherry picked from commit 4a12f8a)
  • Loading branch information
magibney committed Jun 19, 2024
1 parent cabeb77 commit 1e6e6c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public void testDataDirAndUlogAreMaintained() throws Exception {
.setNode(cluster.getJettySolrRunner(0).getNodeName())
.process(cluster.getSolrClient());

ulogDir += "/tlog";
ZkStateReader zkStateReader = cluster.getZkStateReader();
assertTrue(ClusterStateUtil.waitForAllActiveAndLiveReplicas(zkStateReader, 120000));

Expand Down

0 comments on commit 1e6e6c7

Please sign in to comment.