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

May I request a feature about Session status. #462

Closed
CorvusYe opened this issue Jul 19, 2022 · 1 comment
Closed

May I request a feature about Session status. #462

CorvusYe opened this issue Jul 19, 2022 · 1 comment
Labels
type/feature req Type: feature request

Comments

@CorvusYe
Copy link
Contributor

Maybe we need a status in Session.
For example:

  • NEW
  • RUNNABLE
  • RUNNING
  • BROKEN

When the execution is completed and not released, it should be RUNNABLE status.

This feature can help developers use session multiple times and skip authentication. And different front end user can use different DB session in the same time not limited by synchronized.

@CorvusYe CorvusYe changed the title May I reqeust a feature about Session status. May I request a feature about Session status. Jul 19, 2022
@Sophie-Xie Sophie-Xie added the type/feature req Type: feature request label Nov 30, 2022
@Nicole00
Copy link
Contributor

The session status is transparent for users, and users need not to concern the session status. When a session is not released, you can use it continue without auth. And when you get a session from NebulaPool, it must be a new session, you can use it to execute statement too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants