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

Issues list

kv/kvserver: TestStrictGCEnforcement failed branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). 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
#139072 opened Jan 14, 2025 by github-actions bot
storage: use Pebble-side cockroach key schema implementation A-storage Relating to our storage engine (Pebble) on-disk storage. C-cleanup Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior. T-storage Storage Team
#139068 opened Jan 14, 2025 by RaduBerinde
storage: consider improvements on-by-default jemalloc observability A-storage Relating to our storage engine (Pebble) on-disk storage. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-storage Storage Team
#139067 opened Jan 14, 2025 by jbowens
kvclient: tune write buffer flush heuristics A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139061 opened Jan 14, 2025 by arulajmani
kvclient: limit the write buffer shipped on leaf transactions A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139060 opened Jan 14, 2025 by arulajmani
kvclient: correctly handle savepoints when buffering writes A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139059 opened Jan 14, 2025 by arulajmani
kvclient: ship entire write buffer on leaf transcations A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139058 opened Jan 14, 2025 by arulajmani
kvclient: correctly handle epoch bumps when buffering writes A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139057 opened Jan 14, 2025 by arulajmani
kvclient: add ability to flush write buffer when it gets too large A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139056 opened Jan 14, 2025 by arulajmani
kvclient: decompose read-write kv requests A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139055 opened Jan 14, 2025 by arulajmani
kvclient: serve read-your-own-writes from the write buffer A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139054 opened Jan 14, 2025 by arulajmani
kvclient: introduce txn interceptor to buffer writes A-buffered-writes Related to the introduction of buffered writes A-kv-transactions Relating to MVCC and the transactional model. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team
#139053 opened Jan 14, 2025 by arulajmani
acceptance: TestCompose failed [short write] branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#139049 opened Jan 14, 2025 by github-actions bot
Sentry: panic.go:884: runtime error: invalid memory address or nil pointer dereference (1) attached stack trace -- stack trace: | runtime.gopanic | GOROOT/src/runtime/panic.go:884 | runtime.p... A-storage Relating to our storage engine (Pebble) on-disk storage. branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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. T-storage Storage Team X-blathers-triaged blathers was able to find an owner
#139048 opened Jan 14, 2025 by cockroach-sentry
backup: TestBackupRestoreWithConcurrentWrites failed A-disaster-recovery branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). 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-disaster-recovery
#139045 opened Jan 14, 2025 by cockroach-teamcity
roachtest: deflake rebalance/by-load roachtests A-kv-distribution Relating to rebalancing and leasing. A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. branch-release-24.3 Used to mark GA and release blockers, technical advisories, and bugs for 24.3 branch-release-24.3.3-rc C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-kv KV Team
#139037 opened Jan 14, 2025 by kvoli
1 of 6 tasks
changefeedccl: Remove "ugly hack" from nemesis tests A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc
#139035 opened Jan 14, 2025 by aerfrei
Add better support for topic validation in nemesis changefeed tests A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc
#139033 opened Jan 14, 2025 by aerfrei
sql/sem/builtins: TestGetSSTableMetricsMultiNode failed A-storage Relating to our storage engine (Pebble) on-disk storage. branch-release-24.1.10-rc C-test-failure Broken test (automatically or manually discovered). 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-storage Storage Team
#139023 opened Jan 14, 2025 by cockroach-teamcity 24.1
rpc: investigate regression caused by #138368 branch-master Failures and bugs on the master branch. C-performance Perf of queries or internals. Solution not expected to change functional behavior. o-perf-efficiency Related to performance efficiency P-2 Issues/test failures with a fix SLA of 3 months
#139022 opened Jan 14, 2025 by tbg
roachtest: kv95/enc=false/nodes=3/cpu=32/size=64kb failed branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-testeng TestEng Team
#139021 opened Jan 14, 2025 by cockroach-teamcity
sql: Additional audit logging for queries when RLS is enabled A-sql-privileges SQL privilege handling and permission checks. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#139019 opened Jan 14, 2025 by spilchen
roachtest: schemachange/mixed-versions failed [related to WaitForInitialVersion in mixed version state] branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). GA-blocker O-roachtest O-robot Originated from a bot. P-1 Issues/test failures with a fix SLA of 1 month T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#139015 opened Jan 14, 2025 by cockroach-teamcity
pkg/settings/integration_tests/integration_tests_test: TestSettingsPersistenceEndToEnd failed branch-release-24.3.3-rc C-test-failure Broken test (automatically or manually discovered). 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.
#139013 opened Jan 14, 2025 by cockroach-teamcity
roachtest: apt_problem failed branch-release-24.1.10-rc O-roachtest O-robot Originated from a bot. T-testeng TestEng Team X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue
#139012 opened Jan 14, 2025 by cockroach-teamcity 24.1
ProTip! What’s not been updated in a month: updated:<2024-12-14.