Uploaded image for project: 'Log4j 2'
  1. Log4j 2
  2. LOG4J2-3

Minimal (aka fine grained) locking

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-alpha1
    • Core
    • None

    Description

      Most components of log4j 1.2 are not inherently thread-safe but depend on locks that are acquired after the threshold check and are not released until processing is completed. Unless the AsyncAppender is used, this effectively limits log4j 1.2 to handlng only one logging request at a time.

      Core classes in log4j 2.0 should not depend on external synchronization for thread safety.
      Immutable classes should be preferred in the logging pipeline.
      Class attributes (aka @Immutable and @ThreadSafe) should be used to document thread-safety.

      Attachments

        Activity

          People

            rgoers Ralph Goers
            carnold@apache.org Curt Arnold
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: