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
There is a concurrency issue where the leader performs both truncation and read operations simultaneously without lock: the m_data_start_offset and m_journal_chunks variables can be modified during a read operation. This results in inconsistencies where the read operation may fail to locate the expected chunk, ultimately leading to a system crash
More details in here
The text was updated successfully, but these errors were encountered:
There is a concurrency issue where the leader performs both truncation and read operations simultaneously without lock: the m_data_start_offset and m_journal_chunks variables can be modified during a read operation. This results in inconsistencies where the read operation may fail to locate the expected chunk, ultimately leading to a system crash
More details in here
The text was updated successfully, but these errors were encountered: