laurentgo opened a new issue, #36340: URL: https://github.com/apache/arrow/issues/36340
### Describe the bug, including details regarding any error messages, version, and platform. Test introduced by #35314 is flakey, and result in log messages not being detected. In an attempt to debug it by adding the list of log messages, the following output is observed: ``` Error: Failures: Error: TestBaseAllocator.testMemoryUsage:1127 Log messages are: [TRACE] Memory Usage: null ``` The only possible explanation is that there's a side effect of the logging thread being started before the allocator field of the parent class being set and observable yet ### Component(s) Java -- 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]
