31,581 issues in cockroachdb/cockroach
roachtest: kv95/encrypt=false/nodes=3 failed
SHA: https://github.com/cockroachdb/cockroach/commits/310a04983cda8ab8d67cd401814341b9b7f8ce79 Parameters: To repro, try: # Don't forget to check out a clean suitable branch and experiment with ...
-
Opened by cockroach-teamcity
Oct 18, 2018
roachtest: kv0/encrypt=true/nodes=3 failed
SHA: https://github.com/cockroachdb/cockroach/commits/310a04983cda8ab8d67cd401814341b9b7f8ce79 Parameters: To repro, try: # Don't forget to check out a clean suitable branch and experiment with ...
-
Opened by cockroach-teamcity
Oct 18, 2018
Consistency checker shuts down nodes
I'm using the latest 2.1-beta 1025, and nodes keep shutting down with the following consistency checker error. docker restarts them, and everything seems to be okay-ish, but what can I do to prevent ...
-
Opened by isoos
Oct 18, 2018 - 12 comments
roachtest: cdc/tpcc/w=100/nodes=3/init=false/chaos=true failed
SHA: https://github.com/cockroachdb/cockroach/commits/310a04983cda8ab8d67cd401814341b9b7f8ce79 Parameters: To repro, try: # Don't forget to check out a clean suitable branch and experiment with ...
-
Opened by cockroach-teamcity
Oct 18, 2018
sql: TestShowQueries failed under stress
SHA: https://github.com/cockroachdb/cockroach/commits/310a04983cda8ab8d67cd401814341b9b7f8ce79 Parameters: TAGS= GOFLAGS= To repro, try: # Don't forget to check out a clean suitable branch and ...
-
Opened by cockroach-teamcity
Oct 18, 2018 - 1 comment
workload/kv: add --secondary-index flag
The flag instructs schema initialization to add a secondary index on the v column. This has been useful for experimenting with the perf impact of secondary indexes. Release note: None
-
Opened by nvanbenschoten
Oct 18, 2018 - 3 comments
storage: ensure kv.bulk_io_write.concurrent_import_requests is positive
Fixes #31571 Release note (bug fix): fix a panic when setting kv.bulk_io_write.concurrent_import_requests is positive to a value < 1
-
Opened by mjibson
Oct 18, 2018 - 3 comments
sql: panic: set kv.bulk_io_write.concurrent_import_requests to < 1
set cluster setting kv.bulk_io_write.concurrent_import_requests = 0 causes a panic
-
Opened by mjibson
Oct 18, 2018 - 1 comment
storage: smarten GC of orphaned replicas of subsumed ranges
When a range is subsumed, there are two paths by which its replicas can be cleaned up. The first path is that the subsuming replica, when it applies the merge trigger, removes the subsumed replica. This ...
-
Opened by benesch
Oct 18, 2018 - 2 comments
ui: databases page: implement authorization
The databases page should only show databases and tables for which the currently-logged-in user has grants. Currently it shows everything. There are a lot of other things in the webui that need authorization, ...
-
Opened by vilterp
Oct 18, 2018