You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing log messages concurrently from multiple threads to stdout causes output messages to be mixed together. The mixing appears to happen at the bounds of conversion symbols.
Unsure if this is an issue with message pool not being properly safe and same object pulled multiple times or the message encoder may require it's string buffer to be ThreadLocal
The text was updated successfully, but these errors were encountered:
Writing log messages concurrently from multiple threads to stdout causes output messages to be mixed together. The mixing appears to happen at the bounds of conversion symbols.
Unsure if this is an issue with message pool not being properly safe and same object pulled multiple times or the message encoder may require it's string buffer to be
ThreadLocal
The text was updated successfully, but these errors were encountered: