GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/967
DRILL-5564: Added finally block for stopWait() to avoid all situationâ¦
â¦s where Drill able to miss stopWait() in case of exceptions (it can lead
to assertions).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/KulykRoman/drill DRILL-5564
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/967.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #967
----
commit c0e567cefe7ad9bf9745ed41fb87abba60dbf1b9
Author: Roman Kulyk <[email protected]>
Date: 2017-09-29T17:26:39Z
DRILL-5564: Added finally block for stopWait() to avoid all situations
where Drill able to miss stopWait() in case of exceptions (it can lead to
assertions).
----
---