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
Fix TSAN race: add mutex protection for file_stream access
The flush() method was accessing file_stream without synchronization
while the writer thread was also accessing it. This adds a file_mutex
to protect all file_stream operations in both flush() and writerLoop().
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments