![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.1.2 |
|
Assignee:
|
Logback dev list
|
|
Components:
|
logback-site |
|
Created:
|
27/Apr/14 12:16 PM
|
|
Description:
|
the site documentation states: "In particular, in the extreme case where the network link to the server is down, the client will be eventually blocked."
this does not reflect the actual implementation. the socket appender uses a queue internally, which uses the time-out-based offer method when adding events to the queue. so actually the socket appender is not expected to block. however it is expected to get slower (100 ms waits on offer) when the queue producer is faster than the consumer and the queue reaches its size limit.
|
|
Project:
|
logback
|
|
Priority:
|
Minor
|
|
Reporter:
|
Sebastian Gröbler
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev