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

[enhancement] proxy: migrate prepare stmts when connection is transferred from one cn to another one. #14609

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

volgariver6
Copy link
Contributor

@volgariver6 volgariver6 commented Feb 20, 2024

…rred from one cn to another one.

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #13891

What this PR does / why we need it:

Currently, if a prepare stmt is not closed, the connection is not allowed
to transfer to another cn.
This PR migrates the prepare stmts from the previous cn to the new one.

@matrix-meow matrix-meow added the size/XL Denotes a PR that changes [1000, 1999] lines label Feb 20, 2024
@mergify mergify bot added the kind/feature label Feb 21, 2024
@volgariver6 volgariver6 force-pushed the issue13891 branch 2 times, most recently from 613416d to 1bf248d Compare February 29, 2024 08:45
@volgariver6 volgariver6 force-pushed the issue13891 branch 2 times, most recently from f18760d to 806c888 Compare March 11, 2024 01:36
@mergify mergify bot merged commit 659b0e8 into matrixorigin:main Mar 11, 2024
17 of 18 checks passed
volgariver6 added a commit to volgariver6/matrixone that referenced this pull request Mar 12, 2024
…rred from one cn to another one. (matrixorigin#14609)

Currently, if a prepare stmt is not closed, the connection is not allowed
to transfer to another cn.
This PR migrates the prepare stmts from the previous cn to the new one.
volgariver6 added a commit to volgariver6/matrixone that referenced this pull request Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement kind/feature size/XL Denotes a PR that changes [1000, 1999] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants