You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/21 04:06:24 UTC

[GitHub] [incubator-kyuubi] yaooqinn opened a new issue, #3112: [FEATURE] Support keep the session on client disconnected

yaooqinn opened a new issue, #3112:
URL: https://github.com/apache/incubator-kyuubi/issues/3112

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the feature
   
   FYI, hive has HIVE_SERVER2_CLOSE_SESSION_ON_DISCONNECT to control this behavior
   
   ### Motivation
   
   let the client be able to re-establish the previous session.
   
   ### Describe the solution
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] yaooqinn commented on issue #3112: [FEATURE] Support keep the session on client disconnected

Posted by "yaooqinn (via GitHub)" <gi...@apache.org>.
yaooqinn commented on issue #3112:
URL: https://github.com/apache/kyuubi/issues/3112#issuecomment-1704507423

   @zhaohehuhu thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] bgrams commented on issue #3112: [FEATURE] Support keep the session on client disconnected

Posted by GitBox <gi...@apache.org>.
bgrams commented on issue #3112:
URL: https://github.com/apache/incubator-kyuubi/issues/3112#issuecomment-1227452148

   I'd like potential impact on HA operability to be considered here. If sessions can stay open indefinitely (or until terminated by the session timeout checker), then this could unnecessarily delay graceful shutdown by holding onto resources that are no longer usable by the client once the server becomes undiscoverable.
   
   Perhaps we can mark a session as closable by the `SessionManager` so that it can be closed immediately if necessary?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] packyan commented on issue #3112: [FEATURE] Support keep the session on client disconnected

Posted by GitBox <gi...@apache.org>.
packyan commented on issue #3112:
URL: https://github.com/apache/incubator-kyuubi/issues/3112#issuecomment-1193036835

   I can try it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] zhaohehuhu commented on issue #3112: [FEATURE] Support keep the session on client disconnected

Posted by "zhaohehuhu (via GitHub)" <gi...@apache.org>.
zhaohehuhu commented on issue #3112:
URL: https://github.com/apache/kyuubi/issues/3112#issuecomment-1702483878

   Hey @yaooqinn @wForget, Can I take this feature ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org