Tags: garora/cockroach
Tags
opt: fix panic due to concurrent map writes when copying metadata This commit fixes a bug that caused a panic due to concurrent map writes when copying table metadata. The fix is to make a deep copy of the map before updating it. Fixes cockroachdb#66717 Release note (bug fix): Fixed a panic that could occur in the optimizer when executing a prepared plan with placeholders. This could happen when one of the tables used by the query had computed columns or a partial index.
Merge pull request cockroachdb#66566 from cockroachdb/alex-fix-filter… …-20.2-backport Fix filter component on 20.2 backport
Merge pull request cockroachdb#66739 from cockroachdb/alex-bp-21-1-mu… …ltibar-fix ui: remove width styling calc on multibar
Merge pull request cockroachdb#66638 from dt/backport20.2-65851 release-20.2: backupccl: avoid panic if not collecting prior IDs
Merge pull request cockroachdb#66478 from RaduBerinde/backport21.1-66454 release-21.1: sql: add a hint for timestamptz -> string error
Merge pull request cockroachdb#66361 from koorosh/bump-cluster-ui-21.1.1 ui: bump cluster-ui v21.1.1 version
Merge cockroachdb#65941 cockroachdb#66036 cockroachdb#66153 cockroach… …db#66192 65941: roachprod: added capability to set OS disk size for AWS, GCP r=rail a=fabiog1901 Added capability in `roachprod` to set the OS/root disk volume size in GB for AWS and GCP. The global flag is `--os-volume-size`. At times you might want to install additional software, or run some simple tests that do not require additional disks. Usage example: ``` bin/roachprod create fabio-test -n=1 -c aws|gce --os-volume-size=100 ``` 66036: ui: Adding TransactionsPageConnected for Cluster UI 21.2 r=nathanstilwell a=nathanstilwell Added a transactionsPageConnected to cluster-ui for use in the published package. Also added the associated reducer, sagas, and selectors to support the connection with a Redux store. I made a slight adjustment with the prop types of transactionsPage for clarity and to align with other page components. Release note: None 66153: roachtest: update sqlalchemy roachtest to use SQLA 1.4 r=rafiss a=arulajmani This was failing because we reorganized the project and bumped the SQL Alchemy supported version to 1.4.17. Fixes cockroachdb#66075 Release note: None 66192: sql: enhance readability of builder tests in new schema changer r=ajwerner a=fqazi Previously, the new schema changer builder tests had readability issues trying to figure out the elements getting made. This was inadequate because the builder tests results were hard to read. To address this, this patch changes the format for the builder tests to be easier to read. Release note: None Co-authored-by: Fabio Ghirardello <fabio@cockroachlabs.com> Co-authored-by: Rail Aliiev <rail@iqchoice.com> Co-authored-by: Nathan Stilwell <nathanstilwell@cockroachlabs.com> Co-authored-by: arulajmani <arulajmani@gmail.com> Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>
Merge pull request cockroachdb#66161 from dt/backport21.1-66094 release-21.1: backup: put SSTs in own dir
Merge pull request cockroachdb#66049 from nathanstilwell/transactions… …-connected-20-2 ui: Adding TransactionsPageConnected for Cluster UI 20.2
Merge pull request cockroachdb#66021 from pbardea/backport20.2-61942 release-20.2: backupccl: run parallel workers during restore
PreviousNext