-
Notifications
You must be signed in to change notification settings - Fork 98
feat: Add support for multiplexed sessions - partitioned #1383
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
base: main
Are you sure you want to change the base?
Conversation
…E_MULTIPLEXED_SESSIONS` and add unit tests. Signed-off-by: Taylor Curran <[email protected]>
57902b4
to
c8e7a1c
Compare
…` exception from `DatabaseSessionManager` and add unit tests. Signed-off-by: Taylor Curran <[email protected]>
environ[SessionOptions.ENV_VAR_ENABLE_MULTIPLEXED] = "true" | ||
environ[SessionOptions.ENV_VAR_ENABLE_MULTIPLEXED_FOR_PARTITIONED] = "true" | ||
environ[SessionOptions.ENV_VAR_ENABLE_MULTIPLEXED_FOR_READ_WRITE] = "true" | ||
environ[SessionOptions.ENV_VAR_FORCE_DISABLE_MULTIPLEXED] = "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to force disable multiplexed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need it at all? Is this environment variable is being completely removed from the scope of the project?
…essions, add unit tests. Signed-off-by: Taylor Curran <[email protected]>
Signed-off-by: Taylor Curran <[email protected]>
Signed-off-by: Taylor Curran <[email protected]>
0bd4e7b
to
98e6b13
Compare
…shotBase` and update attributes and tests. Signed-off-by: Taylor Curran <[email protected]>
…edundant as transaction ID is set via `_restart_on_unavailable`) Signed-off-by: Taylor Curran <[email protected]>
…to `Client` so that multiplexed are disabled for _all_ databases. Signed-off-by: Taylor Curran <[email protected]>
…Database.run_in_transaction` to not use it. Signed-off-by: Taylor Curran <[email protected]>
… cleanup. Signed-off-by: Taylor Curran <[email protected]>
…ession manager. Signed-off-by: Taylor Curran <[email protected]>
feat: Add support for multiplexed sessions - partitioned:
TODO