Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hue launches multiple livy interactive sessions for the same user #3801

Closed
rangareddy opened this issue Jul 29, 2024 · 2 comments
Closed

Hue launches multiple livy interactive sessions for the same user #3801

rangareddy opened this issue Jul 29, 2024 · 2 comments
Labels
ENHANCEMENT Issue type for requesting new feature or improvement Stale

Comments

@rangareddy
Copy link

Description

Problem Statement: Hue is launching the multiple livy interactive sessions for the same user.

HueSpark_SQL_afterMultipleRefreshes

This is occurred due to end user refresh the browser or if the browser session expires and refresh after expire is launching new applications. Old Livy sessions stay until it reaches livy.server.session.timeout value.

Improvement:

Either use the existing livy session or create a new session by terminating old session.

@rangareddy rangareddy added the ENHANCEMENT Issue type for requesting new feature or improvement label Jul 29, 2024
@Harshg999
Copy link
Collaborator

Hey @rangareddy, thanks for reporting this issue.
I remember these duplicate Livy sessions gets cleaned up automatically if users are using the SparkSQL editor. Is this not the case for you after running some SparkSQL queries?

Copy link

github-actions bot commented Sep 8, 2024

This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCEMENT Issue type for requesting new feature or improvement Stale
Projects
None yet
Development

No branches or pull requests

2 participants