You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2010/05/27 09:34:34 UTC

DO NOT REPLY [Bug 49349] New: LoggingEvent stoped coming with AsyncAppender

https://issues.apache.org/bugzilla/show_bug.cgi?id=49349

           Summary: LoggingEvent stoped coming with AsyncAppender
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: paragosho@gmail.com


In our application we are using Log4J 1.2.16 with AsyncAppender for better
performance and get rid of blocking.

We have configured RollingFileAppender and SockedHubAppender with AsyncAppender 
in case of heavy log floods (around 5 logs per seconds) after 30 mins logging
stopped.

After debugging we found that Buffer array list  is empty and Dispatcher thread
is in blocking state.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 49349] LoggingEvent stoped coming with AsyncAppender

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49349

--- Comment #2 from PARAG GOYAL <pa...@gmail.com> 2010-05-27 03:46:19 EDT ---
this situation is reached only when 100 sec at a time.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 49349] LoggingEvent stoped coming with AsyncAppender

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49349

PARAG GOYAL <pa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Windows XP                  |All

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


DO NOT REPLY [Bug 49349] LoggingEvent stoped coming with AsyncAppender

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49349

--- Comment #1 from PARAG GOYAL <pa...@gmail.com> 2010-05-27 03:36:38 EDT ---
sorry Dispatcher thread is WAITING state.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org