fun fact: shutdownNow() does not wait for termination, so awaitTermination() is 
still needed after.
So why don't we just do shutdownNow() on line 207 and wait after? 
there is nothing in that executor but prealloc tasks and we don't really need 
them to run at this point.

[ Full content available at: https://github.com/apache/bookkeeper/pull/1627 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to