narendly commented on a change in pull request #844: Implement setRoutingData
for MetadataStoreDirectoryService
URL: https://github.com/apache/helix/pull/844#discussion_r387275928
##########
File path:
helix-rest/src/test/java/org/apache/helix/rest/metadatastore/TestZkMetadataStoreDirectory.java
##########
@@ -277,4 +315,27 @@ public void testChildChangeCallback() throws Exception {
return false;
}, TestHelper.WAIT_DURATION));
}
+
+ private void clearRoutingData() throws Exception {
+ Assert.assertTrue(TestHelper.verify(() -> {
+ for (String zk : _zkList) {
Review comment:
Could we add the retry logic on false?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]