Jackie-Jiang commented on a change in pull request #8390:
URL: https://github.com/apache/pinot/pull/8390#discussion_r836968791
##########
File path:
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/minion/PinotTaskManagerStatelessTest.java
##########
@@ -163,6 +163,8 @@ public void testPinotTaskManagerSchedulerWithRestart()
// Restart controller
stopController();
startController(properties);
+ // wait for controller to start correctly.
+ Thread.sleep(1000);
Review comment:
Why is the HTTP server still not ready when the start controller already
returns? IMO it should be ready during the start
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]