[logback-dev] [qos-ch/logback] a249dd: use the simplest possible orderly shutdown of the ...

Carl Harris ceharris at vt.edu
Mon Apr 29 16:21:43 CEST 2013


  Branch: refs/heads/LOGBACK-849
  Home:   https://github.com/qos-ch/logback
  Commit: a249dd4dfa17b5bd765ff190edd6f146290c2bdc
      https://github.com/qos-ch/logback/commit/a249dd4dfa17b5bd765ff190edd6f146290c2bdc
  Author: Carl Harris <ceharris at vt.edu>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M logback-classic/src/test/java/ch/qos/logback/classic/turbo/ReconfigureOnChangeTest.java
    M logback-core/src/main/java/ch/qos/logback/core/ContextBase.java

  Log Message:
  -----------
  use the simplest possible orderly shutdown of the executor service

This neglects the potential that there are interruptible tasks in the
executor that won't exit unless interrupted, but it does address the
immediate need identified in LOGBACK-849; namely, ensuring that the
executor service is shut down when the context is stopped.





More information about the logback-dev mailing list