mcvsubbu commented on a change in pull request #6583: URL: https://github.com/apache/incubator-pinot/pull/6583#discussion_r577971296
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/CompatibilityOpsRunner.java ########## @@ -52,6 +51,11 @@ private boolean runOps() System.out.println("Failure"); break; } + /* + Brokers take time to update route table after a segment is created/uploaded/deleted, so sleep 1s between + two operations + */ + TimeUnit.SECONDS.sleep(1); Review comment: Wait. I am not sure why the sleep or any kind of wait is needed here at all. Let us discuss. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org