Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24984

WAL corruption due to early DBBs re-use when Durability.ASYNC_WAL is used with multi operation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.0
    • 2.5.0, 2.3.6, 3.0.0-alpha-2, 2.4.5
    • rpc, wal
    • None
    • Reviewed

    Description

      After bugfix HBASE-22539, When client use BufferedMutator or multiple mutation , there will be one RpcCall and mutliple FSWALEntry .  At the time RpcCall finish and one FSWALEntry call release() , the remain FSWALEntries may trigger RuntimeException or segmentation fault .

      We should use RefCnt  instead of AtomicInteger for org.apache.hadoop.hbase.ipc.ServerCall.reference?

      Attachments

        Issue Links

          Activity

            People

              gouravk Gaurav Kanade
              mopishv0 Liu Junhong
              Votes:
              0 Vote for this issue
              Watchers:
              17 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: