Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
In sequential mode, we need to wait for the previous writer's sync completes before issue the sync for the next writer. But the sync request is asynchronous, so we will return immediately and then we can call append, so it is possible that we call append and sync at the same time and cause concurrency issues.
Attachments
Issue Links
- is related to
-
HBASE-20424 Allow writing WAL to local and remote cluster concurrently
- Resolved