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

Improve warning logged on concurrent Session access

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.2, 1.1.0
    • jcr

    Description

      OAK-1601 introduced warnings that are logged when a session is accessed concurrently from different threads. The modalities however differ from those of Jackrabbit 2. The message

      Attempt to perform "sessionOperation" while another thread is concurrently writing to "session". Blocking until the other thread is finished using this session. Please review your code to avoid concurrent use of a session.
      

      is logged for the current thread

      • if the current threads attempts a write operation while another thread already executes a write operation in Jackrabbit 2,
      • if the current thread attempts a write operation while another thread already executes any operation.

      We should make these warnings identical to those of Jackrabbit 2.

      Attachments

        Activity

          People

            mduerig Michael Dürig
            mduerig Michael Dürig
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: