You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/08/10 19:56:22 UTC

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

Josh Elser created PHOENIX-3172:
-----------------------------------

             Summary: 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.1


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)