informshttps://github.com/cockroachlabs/support/issues/3157 Release note (bug fix): Fixed a bug that could prevent SHOW CREATE TABLE from working if a database was offline (e.g., due to a RESTORE on that database). Thanks for opening abackport. Please check the backport criteria before ...
kubectl create -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/master/examples/client-secure-operator.yaml Get a shell into the client pod:kubectl exec -it cockroachdb-client-secure -- ./cockroach sql --certs-dir=/cockroach/cockroach-certs --host=cockroachdb-public ...
jobs: avoid CTEs in crdb_internal.system_jobs query#123848Avoid CTE which pessimises query plan (folded into below PR as well) sql,jobs: convert crdb_internal.system_jobs to a view#119081 Related work-arounds and issues:
roachtest.cdc/crdb-chaos failed with artifacts on master @ efacd11db5f357a69f8b8fd0b10148028d87ed36: (cluster.go:2499).Run: full command output in run_064816.219589907_n4_cockroach-workload-f.log: COMMAND_PROBLEM: exit status 1 (cdc.go:394).Close: error shutting down prometheus/grafana:...
github-actions bot commented Jan 15, 2025 • edited by adlerhurst Thanks for your contribution @adlerhurst! 🎉 Please make sure you tick the following checkboxes before marking this Pull Request (PR) as ready for review: I am happy with the code Documentations and examples are up-to-da...
This PR adds a script to manage crdb cluster on gke: Implement flexible GKE cluster creation with node distribution Add fault-tolerant deployment and destruction workflows Support configurable CockroachDB cluster deployment Enable robust error handling and logging ...
Backport 1/1 commits from #141195 on behalf of @rafiss. /cc @cockroachdb/release fixes #139848 informs https://github.com/cockroachlabs/support/issues/3157 Release note (bug fix): Fixed a bug that...
Currently, CRDB log is configured, by roachtest, to log to a file to catch any logs written to it during a roachtest run. This is usually from a shared test util that uses the CRDB log. The file si...
git clonehttps://github.com/cockroachlabs/Docker-CRDB.git Create a user-defined bridge network docker network create w2m-crdb-net Additional options can be specified to define a unique subnet range if desired. In each folder (eg: Loki, Prometheus, fluentd01, etc), running this command will ...
kvserver/rangefeed: lift CrdbTestBuild on RangefeedUseBufferedSender This patch removes the buildutil.CRDBTestBuild check for RangefeedUseBufferedSender, as the feature is now fully implemented and...