You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2016/09/08 20:54:20 UTC

[jira] [Updated] (PHOENIX-3172) sqlline-thin.py not spawning java process correctly, java process lingers

     [ https://issues.apache.org/jira/browse/PHOENIX-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl updated PHOENIX-3172:
-----------------------------------
    Fix Version/s:     (was: 4.8.1)
                   4.8.2

no patch. pushing to 4.8.2.

> sqlline-thin.py not spawning java process correctly, java process lingers
> -------------------------------------------------------------------------
>
>                 Key: PHOENIX-3172
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3172
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.8.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 4.9.0, 4.8.2
>
>
> I'm noticing that the way the java command (sqlline or a level of indirection) with sqlline-thin.py, if the user C^c's before the program fully loads (maybe if it's blocked?), the java program will linger (often times, waiting on remote IO from PQS).
> The SIGINT (or SIGKILL in other cases) given to the python driver should also cause the Java process to exit. Even after the python program exits, the Java program continues to run which is incorrect. It should exit if the parent dies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)