You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by GitBox <gi...@apache.org> on 2020/06/10 04:23:56 UTC

[GitHub] [incubator-tubemq] zhenjunMa commented on a change in pull request #148: [TUBEMQ-232] TubeBroker#register2Master, reconnect and wait

zhenjunMa commented on a change in pull request #148:
URL: https://github.com/apache/incubator-tubemq/pull/148#discussion_r437852026



##########
File path: tubemq-server/src/main/java/org/apache/tubemq/server/broker/TubeBroker.java
##########
@@ -430,6 +430,11 @@ private void register2Master() throws StartupException {
                 if (remainingRetry == 0) {
                     throw new StartupException("Register to master failed!", e);
                 }
+                try {
+                    TimeUnit.MILLISECONDS.sleep(200);

Review comment:
       use ThreadUtil.sleep to replace this




----------------------------------------------------------------
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:
users@infra.apache.org