[
https://issues.apache.org/jira/browse/PHOENIX-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva updated PHOENIX-3172:
------------------------------------
Fix Version/s: (was: 4.15.0)
> 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
> Priority: Major
>
> 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
(v7.6.3#76005)