Asif Khatri created LIVY-989:
--------------------------------
Summary: Livy core support for interactive session idleTimeout
Key: LIVY-989
URL: https://issues.apache.org/jira/browse/LIVY-989
Project: Livy
Issue Type: Bug
Components: Server
Affects Versions: 0.7.0
Reporter: Asif Khatri
Fix For: 0.8.0
Currently, a Livy interactive session has a field called ttl, which kills the
session if it has been idle for a given amount of time. However, here is the
expected behaviour:
# ttl: kills the session if it has been active for a certain duration,
irrespective of idleness.
# idleTimeout: kills the session if it has been idle for the given duration.
(The current TTL behaves in this manner.)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)