Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-3372

deadlock in tserver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.6.0, 1.6.1
    • 1.6.2, 1.7.0
    • tserver
    • None

    Description

      Client was requesting table configuration, which locks a hash map at ServerConfigurationFactory.java:155, and that proceeds to try and get a lock on the ServerConfiguration class (ServerConfiguration.java, 36). That lock was held by a BulkImport request which was reading ServerConfiguration, which was trying to get a lock on the HashMap (ServerConfigurationFactory.java:48).

      Unfortunately, I cannot (easily) reproduce the stack traces here.

      Attachments

        Issue Links

          Activity

            People

              ecn Eric C. Newton
              ecn Eric C. Newton
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h