[
https://issues.apache.org/jira/browse/LIVY-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-765:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Not dispose rpc server may cause leak problem
> ---------------------------------------------
>
> Key: LIVY-765
> URL: https://issues.apache.org/jira/browse/LIVY-765
> Project: Livy
> Issue Type: Bug
> Components: RSC
> Affects Versions: 0.8.0
> Reporter: Hui An
> Priority: Major
> Fix For: 0.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Livy could not dispose rpc server if session is not created successfully.
> To reproduce this issue,
> # Create a session with name *test*
> # After session created successfully, create another session with same name
> *test*
> # We would get duplicate session name exception, and the session would be
> stopped, but the rpc server with channel port is not closed.
> Looks like RSC client calledÂ
> {code:java}
> this.contextInfoPromise.cancel(true);
> {code}
> method to shutdown spark submit process, but it does not close rpc server.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)