swebb2066 opened a new pull request, #416: URL: https://github.com/apache/logging-log4cxx/pull/416
This PR fixes #402 which is caused when more threads than cores (A Github runnuer is limited to only 2 cores) result in multiple thread in a std::atomic::compare_exchange_weak busy loop. The scheduler then occasionally runs the thread where the compare_exchange succeeds, which make the test run extremely slowly. -- 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]
