You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/11 13:25:33 UTC

[GitHub] [pulsar] mattisonchao commented on a change in pull request #14648: Failed to start broker when Linux load balancer can't get NIC speed

mattisonchao commented on a change in pull request #14648:
URL: https://github.com/apache/pulsar/pull/14648#discussion_r824709743



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
##########
@@ -635,6 +636,13 @@ public void start() throws PulsarServerException {
                         + "authenticationEnabled=true when authorization is enabled with authorizationEnabled=true.");
             }
 
+            if (config.isLoadBalancerEnabled() && LinuxInfoUtils.isLinux()) {

Review comment:
       You are right, i will fix it.




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org