You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've observed that the introduced session_uuid from this issue (#7263) is being used as a migration_context for OnlineDDL. Nevertheless, a consequence of this is that it prevents the execution of a DDL statement more than once for a single client connection.
Reproduction Steps
createtablet3 (c1 int primary);
droptable t3;
-- won't be executed as the migration_context is unchangedcreatetablet3 (c1 int primary);
Binary Version
main
Operating System and Environment details
main
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
I've observed that the introduced session_uuid from this issue (#7263) is being used as a migration_context for OnlineDDL. Nevertheless, a consequence of this is that it prevents the execution of a DDL statement more than once for a single client connection.
Reproduction Steps
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: