Uploaded image for project: 'JBoss Log Manager'
  1. JBoss Log Manager
  2. LOGMGR-319

Make the log manager more Loom-friendly

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 3.0.0.Alpha1
    • None
    • core
    • None

    Description

      In order to support Loom (virtual threads), loggers need to not block the carrier thread. The present virtual thread implementation prevents virtual threads from being preempted while a monitor is held; unfortunately, we rely on monitors (synchronization) to serialize logging operations.

      Change these monitors to use `ReentrantLock` so that the carrier thread is not blocked during logging operations.

      Attachments

        Activity

          People

            dlloyd@redhat.com David Lloyd
            dlloyd@redhat.com David Lloyd
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: