[
https://issues.apache.org/jira/browse/LIVY-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-724:
----------------------------
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.
> Support Session Lazy Recover
> ----------------------------
>
> Key: LIVY-724
> URL: https://issues.apache.org/jira/browse/LIVY-724
> Project: Livy
> Issue Type: Sub-task
> Reporter: Yiheng Wang
> Priority: Major
> Fix For: 0.10.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In this JIRA, we want to support recover a session from the state store to
> Livy server memory when the session is used.
> In the current single node recover, when a server restarts, it will recover
> the sessions in the state store in a batch.
> In the multi-active scenario, we propose a new session recovery solution.
> When a server leaves the cluster, its sessions will be transferred to other
> servers. Instead of transferring them in a batch, each Livy session gets
> recovered when a request for it arrives. It will save the session switch time.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)