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/04/23 03:11:19 UTC

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

ZiyaoWei commented on PR #14648:
URL: https://github.com/apache/pulsar/pull/14648#issuecomment-1107341994

   I'm trying to set up a dev environment using an AWS EC2 instance (tired of fighting my M1 MBP 🥲), but (as @nicoloboschi mentioned) the tests are failing due to not having NIC speed information:
   
   ```
   ubuntu@ip-172-31-68-254:~/pulsar$ cat /sys/class/net/eth0/speed
   cat: /sys/class/net/eth0/speed: Invalid argument
   ```
   
   I opened #15263 trying to fix the tests but there are way too many of them - I prefer having the tests not depending on external factors, so maybe we should either fix the tests (which isn't too practical since people would add new tests without specifying NIC speed information) or somehow let the tests skip this check?


-- 
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