[
https://issues.apache.org/jira/browse/DRILL-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16389429#comment-16389429
]
ASF GitHub Bot commented on DRILL-6213:
---------------------------------------
GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/1155
DRILL-6213: During restart drillbit should be killed forcefully if ex…
…ceeds allowed timeout
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-6213
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1155.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 #1155
----
commit 23790b46c08963a0a41468883feaea6e1f3a22b3
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date: 2018-03-07T10:35:30Z
DRILL-6213: During restart drillbit should be killed forcefully if exceeds
allowed timeout
----
> During restart drillbit should be killed forcefully if exceeds allowed timeout
> ------------------------------------------------------------------------------
>
> Key: DRILL-6213
> URL: https://issues.apache.org/jira/browse/DRILL-6213
> Project: Apache Drill
> Issue Type: Task
> Affects Versions: 1.12.0
> Environment:
>
>
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Priority: Major
>
> drillbit.sh can start / stop drillbit. Stop command will stop drillbit
> softly. If drillbit is not stopped during pre-defined time, it it will be
> killed forcefully (-9).
> There is also restart command which basically behaves like stop + start. But
> in this case stop command is called without kill forcefully flag. This leads
> to the cases when executing restart it hangs since driilbit is not be able to
> be killed softly and retries to do it forever.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)