You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "laurentgo (via GitHub)" <gi...@apache.org> on 2023/06/28 03:51:24 UTC

[GitHub] [arrow] laurentgo opened a new issue, #36340: [Java] Flakey test TestBaseAllocator#testMemoryUsage

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #36340: [Java] Flakey test TestBaseAllocator#testMemoryUsage

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #36340: [Java] Flakey test TestBaseAllocator#testMemoryUsage
URL: https://github.com/apache/arrow/issues/36340


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org