Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-4824

Deadlock in TarWriter

    XMLWordPrintableJSON

Details

    Description

      There is the potential for a deadlock between concurrent calls to TarWriter#createNextGeneration() and TarWriter#flush(): both methods try to acquire a lock on this and another lock on TarWriter.file but in different order. I observed the deadlock when running CompactionAndCleanupIT.randomAccessFileConcurrentReadAndLength().

      This is a regression introduced with OAK-4746: the method TarWriter.createNextGeneration() seems over eagerly synchronized. I would argue that we could drop synchronization for that method entirely as the part after the call to close() will in any case only ever be executed once by a single thread. All other threads will fail with an IllegalStateException).

      alexparvulescu, WDYT?

      Attachments

        Issue Links

          Activity

            People

              stillalex Alex Deparvu
              mduerig Michael Dürig
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: