DevinLeamy opened a new pull request, #489: URL: https://github.com/apache/mesos/pull/489
libnl 3.5 changes the interface for link rates (bytes/s) from using a 32 bit integer to a 64 bit integer. Given that modern links can be on the order of 100 GB/s, using a 32 bit integer introduces a potential for overflow. This change prevents this kind of overflow from happening. Link rates are queried through libnl in the port mapping isolator. Relevant libnl commit: - https://github.com/thom311/libnl/commit/4cf69a1b7b2518d18e1a62c79a461bca109132fc -- 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]
