Nicklee007 commented on pull request #14648: URL: https://github.com/apache/pulsar/pull/14648#issuecomment-1066702913
> @gaozhangmin > > If the Linux host has a legitimate NIC but doesn't have the speed. Regardless of how many NICs have speed, we should notify the user to set `loadBalancerOverrideBrokerNicSpeedGbps` to ensure that the user gets what they expect. @mattisonchao I think that we need check all NIC's speed configuration is too strict to start server. In some case we only used eth0 and the eth1 eth2 ... ... not active, but those /sys/class/net/eth1/type configured '1' and read 'speed' file is 'Invalid argument'; Maybe those not active NIC need excluded from the NICs list which is checked 'speed' file and calculated speed. -- 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]
