Adam Storm
Adam Storm
On the DRT cluster we're seeing an issue where when we drain nodes of the cluster to perform a rolling upgrade (or for general chaos testing) we will periodically get...
On the DRT cluster, we're seeing a brief period of complete unavailability around the time that we're draining a node. The recently introduced chaos script periodically drains/kills/disk-stalls nodes and then...
Backport 1/1 commits from #122052. /cc @cockroachdb/release --- Mark the bulkio.import.constraint_validation.enabled cluster setting unsafe, since it could result in inconsistent data, and as such, should never be used on production...
Backport 1/1 commits from #121320. /cc @cockroachdb/release --- Adds an internal-only cluster setting to disable constraint validation after import. This flag should only be used for testing purposes as it...
The description of `server.consistency_check.max_rate`(https://www.cockroachlabs.com/docs/v24.1/cluster-settings.html#setting-server-consistency-check-max-rate) in the docs mentions `server.consistency_check.interval`, but I can't seem to find a cluster setting entry for `server.consistency_check.interval` on the same doc page. Is it possible that...
On the DRT cluster we're seeing a long stack trace when we hit this error on start-server when nodes are draining or have recently failed: ``` E240228 05:13:22.617985 8260 jobs/job_scheduler.go:434...
Adam Storm (ajstorm) commented: The LMS is meant to proxy data to multiple database in the end-stage of a migration, once all of the data has been seeded on the...
In [this](https://www.cockroachlabs.com/docs/cockroachcloud/upgrade-policy.html#major-version-upgrades) section, the "start an upgrade" link points to the 23.1 upgrade docs. I think this should point to the most recent release's upgrade docs. Also, at the beginning...
Adam Storm (ajstorm) commented: We should add a section to the LMS documentation which talks about "data consistency when using the LMS". We allude to consistency issues at a very...
Adam Storm (ajstorm) commented: https://github.com/cockroachdb/cockroach/pull/67985 and https://github.com/cockroachdb/cockroach/pull/68280 added new builtins to reset the zone configurations of tables and databases which are multi-region enabled. We should add documentation for these builtins...