-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql: crdb_internal.reset_multi_region_zone_configs_for_database causes concurrent txn use detected #80023
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
cockroach-teamcity
added
branch-release-21.2
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
labels
Apr 16, 2022
rytaft
changed the title
roachtest: sqlsmith/setup=rand-tables/setting=no-mutations failed
sql: crdb_internal.reset_multi_region_zone_configs_for_database causes concurrent txn use detected
Apr 17, 2022
rytaft
removed
the
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
label
Apr 17, 2022
This should not be a release blocker. |
blathers-crl
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Apr 17, 2022
rytaft
added a commit
to rytaft/cockroach
that referenced
this issue
Apr 18, 2022
…base Don't use crdb_internal.reset_multi_region_zone_configs_for_database when generating sqlsmith queries, since it currently causes an internal error. Informs cockroachdb#80023 Release note: None
craig bot
pushed a commit
that referenced
this issue
Apr 18, 2022
80106: roachtest: silence known sqlsmith error r=yuzefovich a=yuzefovich SQLSmith keeps on hitting a known "Constraint needs a valid start or end key" error, so let's silence it for now. Informs: #79886 Release note: None 80108: dev: avoid running `bazel` commands silently in `doctor` r=mari-crl a=rickystewart Any `bazel build` we run during `doctor` can take unexpectedly long to run for a variety of reasons. This is especially true if the dev has turned on `lintonbuild` which can drastically increase the time for a cold build. Long-running silent Bazel commands sometimes fool people into thinking `dev doctor` is hanging indefinitely; in order to avoid this, attach the std streams so the dev can see the ongoing progress. Ideally in the past `dev doctor` has printed out the `you are ready to build` message and nothing else if the machine passes all checks. Since this is no longer going to be the case, I also add a header and footer outlining where the actual checks begin and end so any errors become obvious. Release note: None 80111: sqlsmith: skip crdb_internal.reset_multi_region_zone_configs_for_database r=rytaft a=rytaft Don't use crdb_internal.reset_multi_region_zone_configs_for_database when generating sqlsmith queries, since it currently causes an internal error. Informs #80023 Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Ricky Stewart <[email protected]> Co-authored-by: Rebecca Taft <[email protected]>
rytaft
added a commit
to rytaft/cockroach
that referenced
this issue
Apr 19, 2022
…base Don't use crdb_internal.reset_multi_region_zone_configs_for_database when generating sqlsmith queries, since it currently causes an internal error. Informs cockroachdb#80023 Release note: None
rytaft
added a commit
to rytaft/cockroach
that referenced
this issue
Apr 19, 2022
…base Don't use crdb_internal.reset_multi_region_zone_configs_for_database when generating sqlsmith queries, since it currently causes an internal error. Informs cockroachdb#80023 Release note: None
Did some investigation and narrowed it down to this commit |
I'm pretty sure the problem here is that we shouldn't be calling this from distsql which leads to parallelism. The above commit just adds invariant checking. The fix is to add this builtin to the distsql blocklist. |
craig bot
pushed a commit
that referenced
this issue
Jul 19, 2022
84653: sql/sem/builtins: add multi-region functions to distsql blocklist r=e-mbrown a=ajwerner These functions in some cases look at the gateway region and in others actually perform schema changes. These operations must not be executed in parallel. Fixes #80023 Release note: None Co-authored-by: Andrew Werner <[email protected]>
yuzefovich
pushed a commit
to yuzefovich/cockroach
that referenced
this issue
Aug 24, 2022
These functions in some cases look at the gateway region and in others actually perform schema changes. These operations must not be executed in parallel. Fixes cockroachdb#80023 Release note: None
exalate-issue-sync
bot
removed
T-sql-schema-deprecated
Use T-sql-foundations instead
T-sql-queries
SQL Queries Team
labels
May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
roachtest.sqlsmith/setup=rand-tables/setting=no-mutations failed with artifacts on release-21.2 @ 0f0029653c25772d09adae5be308ce0c45f84f0a:
Reproduce
See: roachtest README
This test on roachdash | Improve this report!
Jira issue: CRDB-15677
The text was updated successfully, but these errors were encountered: