Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-19064 Synchronous replication for HBase
  3. HBASE-20568

Concurrency issue for CombinedAsyncWriter

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: