Hi folks, Irina mentioned seeing some failures for the java build in a CI system she runs. It has been failing consistently on one box, and intermittent on another. Taking a quick peek it seems like the root cause are the "Too many open files" exceptions happening at various points. One example is failing to open a Selector, another is Logback failing to create a file for its appender during setUp, and another was failing to find the class under test. The failures start part way through the broker-core module.
It isn't clear exactly when the issue started as some of the intervening reports have already been removed, but it seems like the last successfull build was from July 2nd, and the first with issues *may* have been on July 3rd as a result. There looks to have been a bunch of logging related changes around then and subsequently, so I thought I'd mention it in case it does signal an issue (it may alternatively indicate a need for increasing the open files limit). FWIW, the build passed locally when I tried and seems as happy as usual on the ASF Jenkins nodes. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
