Uploaded image for project: 'Phoenix Tephra'
  1. Phoenix Tephra
  2. TEPHRA-164

Multiple instances of tx-state-refresh thread can run concurrently in HBase region server

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3
    • None
    • core
    • None

    Description

      Only one instance of tx-state-refresh is supposed to run to refresh transaction state in HBase region server. TransactionStateCacheSupplier has logic to make sure only one instance of tx-state-refresh is started.

      However, due to the way locking is implemented in TransactionStateCacheSupplier (synchronization on a non-final object), it is possible for more than one thread to start tx-state-refresh.

      Attachments

        Activity

          People

            poorna Poorna Chandra
            poorna Poorna Chandra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: