Skip to content

Issues: cockroachdb/cockroach

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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

allow sql-over-http send different queries based on versions A-observability-inf C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability-inf Observability Infrastructure Team
#97268 opened Feb 16, 2023 by maryliag
Update the description of the "Suboptimal" plan insight C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-observability SQL Observability Team
#97266 opened Feb 16, 2023 by kevin-v-ngo
kvserver: Treat stores that hit IO overload as suspect A-kv-distribution Relating to rebalancing and leasing. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#97265 opened Feb 16, 2023 by andrewbaptist
kvserver: Always treat restarted nodes as suspect A-kv-distribution Relating to rebalancing and leasing. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#97263 opened Feb 16, 2023 by andrewbaptist
improve cleanup job stuck A-sql-observability Related to observability of the SQL layer C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-postmortem Originated from a Postmortem action item. T-sql-observability SQL Observability Team
#97255 opened Feb 16, 2023 by maryliag
add information from statement,transaction_sttaistics to debug.zip A-observability-inf A-sql-observability Related to observability of the SQL layer C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-postmortem Originated from a Postmortem action item. T-sql-observability SQL Observability Team
#97254 opened Feb 16, 2023 by maryliag
improve performance of sql activity A-sql-observability Related to observability of the SQL layer C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-postmortem Originated from a Postmortem action item. T-sql-observability SQL Observability Team
#97252 opened Feb 16, 2023 by maryliag
build: allow for building with asan / msan A-build-system C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#97246 opened Feb 16, 2023 by nicktrav
change order by from insights A-sql-observability Related to observability of the SQL layer C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-observability SQL Observability Team
#97243 opened Feb 16, 2023 by maryliag
sentry: panic.go:884: panic: × (1) attached stack trace -- stack trace: | runtime.gopanic | GOROOT/src/runtime/panic.go:884 | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).recover | gi... 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.
#97242 opened Feb 16, 2023 by cockroach-teamcity
sentry: panic.go:884: panic: × (1) attached stack trace -- stack trace: | runtime.gopanic | GOROOT/src/runtime/panic.go:884 | github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).SendWithWriteBy... 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.
#97241 opened Feb 16, 2023 by cockroach-teamcity
ui: display changefeed catchup scan metrics A-kv-observability A-webui Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-kv-observability KV Observability Team
#97240 opened Feb 16, 2023 by erikgrinaker
sentry: reject_nulls_funcs.go:218: null rejection requested on non-null column (1) assertion failure Wraps: (2) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/sql/opt/norm.Der... 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.
#97239 opened Feb 16, 2023 by cockroach-teamcity
pkg/sql/copy/copy_test: TestCopy failed branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
#97236 opened Feb 16, 2023 by cockroach-teamcity 23.1
sentry: reject_nulls_funcs.go:218: null rejection requested on non-null column (1) assertion failure Wraps: (2) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/sql/opt/norm.Der... 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.
#97234 opened Feb 16, 2023 by cockroach-teamcity
ccl/changefeedccl: TestChangefeedHandlesDrainingNodes failed branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
#97233 opened Feb 16, 2023 by cockroach-teamcity 23.1
roachtest: kv/quiescence/nodes=3 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
#97232 opened Feb 16, 2023 by cockroach-teamcity 23.1
pkg/ccl/serverccl/diagnosticsccl/diagnosticsccl_test: TestServerReport failed branch-master Failures on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-server-and-security DB Server & Security
#97231 opened Feb 16, 2023 by cockroach-teamcity 23.1
Add storage iterator stats to internal telemetry data C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-observability SQL Observability Team
#97230 opened Feb 16, 2023 by kevin-v-ngo
streamingestion: address cross cluster replication dbconsole nits A-disaster-recovery C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-disaster-recovery
#97224 opened Feb 15, 2023 by msbutler
2 tasks
import: IMPORT INTO on an empty table fails on a checkForKeyCollisions error C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-sessions
#97219 opened Feb 15, 2023 by msbutler
obs: integrate on-demand CPU profiling / Go execution tracing with CRDB tracing A-observability-inf C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability-inf Observability Infrastructure Team T-sql-observability SQL Observability Team
#97215 opened Feb 15, 2023 by tbg
kvserver: lease expiration warnings are either wrong or overly eager A-kv-replication Relating to Raft, consensus, and coordination. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-kv-replication KV Replication Team
#97209 opened Feb 15, 2023 by erikgrinaker
sql: include random descriptor states in randomized testing C-investigation Further steps needed to qualify. C-label will change. C-qa O-postmortem Originated from a Postmortem action item. T-sql-schema SQL Schema Team
#97200 opened Feb 15, 2023 by michae2
sentry: db.go:742: log.Fatal: resource temporarily unavailable (1) attached stack trace -- stack trace: | github.com/cockroachdb/pebble.(*DB).Apply | github.com/cockroachdb/pebble/external/com_github_c... 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.
#97196 opened Feb 15, 2023 by cockroach-teamcity
ProTip! Type g i on any issue or pull request to go back to the issue listing page.