pitrou opened a new issue, #49433: URL: https://github.com/apache/arrow/issues/49433
### Describe the bug, including details regarding any error messages, version, and platform. When using the C++ logging macros (ARROW_LOG) from multiple threads, messages often get mingled together, which makes the log much less readable and useful. We should probably add some internal buffering so that logging each message is "atomic" wrt other messages. ### Component(s) C++ -- 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]
