merlimat opened a new pull request #14252: URL: https://github.com/apache/pulsar/pull/14252
### Motivation In some EC2 instances we get an error when trying to read the NIC speed: ``` $ cat /sys/class/net/ens5/speed cat: /sys/class/net/ens5/speed: Invalid argument ``` When that happens, we're ignoring that NIC and it causes that we cannot even manually override the NIC capacity in broker.conf, since the value that is configured is adjusted on the number of NICs. When we ignore that, the number gets then multiplied by 0. -- 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]
