Issue Type: Bug Bug
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-core
Created: 24/May/13 2:25 PM
Description:

private void waitForAsynchronousJobToStop() {
if(1==1) return;
if(future != null) {
try

{ future.get(CoreConstants.SECONDS_TO_WAIT_FOR_COMPRESSION_JOBS, TimeUnit.SECONDS); }

catch (TimeoutException e)

{ addError("Timeout while waiting for compression job to finish", e); }

catch (Exception e)

{ addError("Unexpected exception while waiting for compression job to finish", e); }

}
}

The body of this method never executes (or at least until our current knowledge of logic and mathematics holds).

Project: logback
Priority: Major Major
Reporter: Márk Verebélyi
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