Ariel Weisberg created CASSANDRA-9376:
-----------------------------------------

             Summary: Investigate using asynchronous logback config for tests 
to avoid timeouts and reduce test time
                 Key: CASSANDRA-9376
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9376
             Project: Cassandra
          Issue Type: Test
            Reporter: Ariel Weisberg
            Assignee: Ariel Weisberg


unit tests are run with debug logging which can generate a lot of output. Every 
log statement results in a write to the file descriptor so it is not zippy.

Make the logging async and don't flush for every log statement. Have logback 
register a shutdown hook to make sure everything flushes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to