Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-1723

[JDV63-1.2] It's not needed to use ASYNC log handler

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JDV63 1.2.0.GA
    • None
    • None
    • None
    • CLOUD Maintenance Sprint 6

      Using ASYNC for CONSOLE handler seems to be pretty overkill. I spoke with jperkins-rhn about it and he is also not sure why this would be needed.

                  <async-handler name="ASYNC">
                      <queue-length value="512"/>
                      <overflow-action value="block"/>
                      <subhandlers>
                          <handler name="CONSOLE"/>
                      </subhandlers>
                  </async-handler>
      ...
                  <root-logger>
                      <level name="INFO"/>
                      <handlers>
                          <handler name="ASYNC"/>
                      </handlers>
                  </root-logger>
      

      With current speed of disks ASYNC is not used in EAP 7 for FILE handler. ASYNC was used in EAP 5 in productin profile, EAP 6 and 7 are delivered without ASYNC configured.

            rhn-engineering-mgoldman Marek Goldmann
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: