cockroachdb / cockroach Public
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
Author
Label
Projects
Milestones
Assignee
Sort
sentry: optimizer.go:235: top-level relational expression cannot have outer columns: (104)
--
*errutil.leafError: top-level relational expression cannot have outer columns: (104) (1)
optimizer.go:235: *withst...
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
#79889
opened Apr 13, 2022 by
cockroach-teamcity
sentry: joinreader.go:527: log.Fatal: unsupported state: ×
--
*errutil.leafError: log.Fatal: unsupported state: × (1)
joinreader.go:527: *withstack.withStack (top exception)
(check the extra data payloads)
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
#79888
opened Apr 13, 2022 by
cockroach-teamcity
roachtest: kv50/rangelookups/relocate/nodes=8 failed
branch-master
Failures on the master branch.
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.
T-kv
KV Team
#79887
opened Apr 13, 2022 by
cockroach-teamcity
opt: (XX000) internal error: Constraint needs a valid start or end key
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
#79886
opened Apr 13, 2022 by
cucaroach
sentry: fetcher.go:1580: Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×)
--
*errutil.leafError: Non-nullable column "×:×" with no value! Index sc...
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
#79885
opened Apr 13, 2022 by
cockroach-teamcity
sentry: panic.go:965: panic: ×
--
*errutil.leafError: panic: × (1)
panic.go:965: *withstack.withStack (top exception)
(check the extra data payloads)
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
#79883
opened Apr 13, 2022 by
cockroach-teamcity
roachtest: cdc/sink-chaos failed
branch-release-22.1
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.
T-cdc
#79880
opened Apr 13, 2022 by
cockroach-teamcity
kv/kvserver: TestDecommission failed
branch-master
Failures on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-kv
KV Team
#79879
opened Apr 13, 2022 by
cockroach-teamcity
roachtest: sqlsmith/setup=seed/setting=no-mutations failed
branch-master
Failures on the master branch.
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.
T-sql-queries
SQL Queries Team
#79877
opened Apr 13, 2022 by
cockroach-teamcity
cdc: filter schema changes that only drop hidden columns
A-cdc
Change Data Capture
backport-21.2.x
Flags PRs that need to be backported to 21.2.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
#79873
opened Apr 13, 2022 by
HonoreDB
opt: predict future statistics based on historical stats
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
#79872
opened Apr 13, 2022 by
rytaft
roachtest: tpch_concurrency failed
branch-master
Failures on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-queries
SQL Queries Team
#79870
opened Apr 12, 2022 by
cockroach-teamcity
sql: make DROP INDEX schema change jobs non-cancelable
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#79864
opened Apr 12, 2022 by
ajwerner
sql: add SQL built-in functions and semantics thereof.
A-sql-encoding
Relating to the SQL/KV encoding.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
crdb_internal.encode_key variant that doesn't require a row
A-sql-builtins
#79863
opened Apr 12, 2022 by
jbowens
Make a single command to start the SQL client regardless of the binary
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#79850
opened Apr 12, 2022 by
ianjevans
sql: NULL geography concatenation is inconsistent with Postgres
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
good first issue
T-sql-experience
#79846
opened Apr 12, 2022 by
mgartner
multitenant: add certificates to roachtest multitenant support
A-admission-control
A-multitenancy
Related to multi-tenancy
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
#79844
opened Apr 12, 2022 by
cucaroach
kv allocator: add a roachtest with multiple stores
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#79841
opened Apr 12, 2022 by
lidorcarmel
sql/schemachanger/scbuild: ensure proper version gating for mixed-version state
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-schema
SQL Schema Team
#79840
opened Apr 12, 2022 by
ajwerner
Roach favicon does not render for DB Console running 21.2.9
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-crux
CDX - Growth & CRUX team
#79837
opened Apr 12, 2022 by
thtruo
workload/schemachange: inject delays into schema changes to detect problems between stages
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#79836
opened Apr 12, 2022 by
ajwerner
workload/schemachange: perform select operations against tables
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-schema
SQL Schema Team
#79835
opened Apr 12, 2022 by
ajwerner
roachtest: jepsen/sets/majority-ring failed
branch-release-22.1
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.
T-kv
KV Team
#79828
opened Apr 12, 2022 by
cockroach-teamcity
roachtest: typeorm failed
branch-release-21.2
Used with the release-blocker label to indicate a release-blocking issue on the release-21.2 branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-sql-experience
#79826
opened Apr 12, 2022 by
cockroach-teamcity
roachtest: kv0/enc=false/nodes=3/size=64kb failed
branch-master
Failures on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
T-kv
KV Team
#79824
opened Apr 12, 2022 by
cockroach-teamcity
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.