You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vova Vysotskyi (Jira)" <ji...@apache.org> on 2019/11/01 16:44:00 UTC

[jira] [Comment Edited] (DRILL-7299) Infinite exception loop in Sqlline after kill process

    [ https://issues.apache.org/jira/browse/DRILL-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16964964#comment-16964964 ] 

Vova Vysotskyi edited comment on DRILL-7299 at 11/1/19 4:43 PM:
----------------------------------------------------------------

[~Paul.Rogers], could you please check whether this issue is reproduced on the current master?
I recall something similar, but can't reproduce it anymore.


was (Author: vvysotskyi):
[~Paul.Rogers], could you check whether this issue is reproduced on the current master?
I recall something similar, but can't reproduce it anymore.

> Infinite exception loop in Sqlline after kill process
> -----------------------------------------------------
>
>                 Key: DRILL-7299
>                 URL: https://issues.apache.org/jira/browse/DRILL-7299
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Paul Rogers
>            Assignee: Vova Vysotskyi
>            Priority: Major
>             Fix For: 1.17.0
>
>
> Tried killing Sqlline using the "kill" command. Ended up in an infinte loop that repeated printed the following to the console:
> {noformat}
> java.lang.IllegalStateException
> 	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:464)
> 	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:445)
> 	at sqlline.SqlLine.begin(SqlLine.java:537)
> 	at sqlline.SqlLine.start(SqlLine.java:266)
> 	at sqlline.SqlLine.main(SqlLine.java:205)
> java.lang.IllegalStateException
> 	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:464)
> 	at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:445)
> 	at sqlline.SqlLine.begin(SqlLine.java:537)
> 	at sqlline.SqlLine.start(SqlLine.java:266)
> 	at sqlline.SqlLine.main(SqlLine.java:205)
> ...
> {noformat}
> Using "kill -9" properly killed the process.
> Expected a simple "kill" ({{SIGTERM}}) to have done the job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)