Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: katmayb/cockroach

Tags

custombuild-v21.2.7-3-gf2c1c5c739

Toggle custombuild-v21.2.7-3-gf2c1c5c739's commit message

Verified

This commit was signed with the committer’s verified signature.
erikgrinaker Erik Grinaker
sql: subject `TemporarySchemaCleaner` to admission control

Release note (bug fix): cleanup of temporary schema objects (e.g.
temporary tables) are now subject to admission control, to prevent them
from overloading the storage engine.

@cockroacklabs/[email protected]

Toggle @cockroacklabs/[email protected]'s commit message
ui: update cluster-ui version to 21.2.5

Update cluster-ui version to match published npm version.

Release note: None

v22.1.0-alpha.5

Toggle v22.1.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#78219 from cockroachdb/blathers/backpo…

…rt-release-22.1-77965

release-22.1: ccl/sqlproxyccl: rename RequestTransfer to TransferConnection, and make it sync

@cockroacklabs/[email protected]

Toggle @cockroacklabs/[email protected]'s commit message
v22.1.0-prerelease-4

@cockroacklabs/[email protected]

Toggle @cockroacklabs/[email protected]'s commit message
v21.2.4

v22.1.0-alpha.4

Toggle v22.1.0-alpha.4's commit message
roachtest: remove some configs in tpch_concurrency

This commit removes two out of three configs of `tpch_concurrency`
roachtest since I no longer see much value in running with non-default
txn stats sampling rate nor with admission control disabled.

Release note: None

Release justification: testing only change.

v22.1.0-alpha.3

Toggle v22.1.0-alpha.3's commit message
Merge cockroachdb#77159

77159: roachtest/tests: move prometheus client interface to separate package r=ajwerner a=ajwerner

This way mockgen does not depend on the `roachtest/tests` package.

Touches cockroachdb#76851.

Release justification: non-production code change

Release note: None

Co-authored-by: Andrew Werner <[email protected]>

v21.2.7

Toggle v21.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#77490 from aayushshah15/backport21.2-7…

…7246

v22.1.0-alpha.2

Toggle v22.1.0-alpha.2's commit message
Merge cockroachdb#38309 cockroachdb#76909

38309: docs: add an Insights into Constraint Conformance RFC r=andreimatei a=andreimatei

The set of features described here aim to provide admins with visibility into
aspects of replication and replica placement. In particular admins will be able
to access a report that details which replication constraints are violated.

Release justification: non-code change
Release note: None

76909: settings: disallow tenant from changing overridden settings r=ajwerner a=RaduBerinde

Informs cockroachdb#73857.

#### settings: simplify default overrides

This commit cleans up the Override() implementation, using a
single `map[slotIdx]interface{}`.

Release note: None

#### settings: disallow tenant from changing overridden settings

We now produce an error if a tenant tries to change a cluster setting
that is currently overridden by the operator. The previous behavior
was too subtle: we would change the tenant's "opinion" on the setting,
which would only take effect if/when the operator override was
removed.

To achieve this we query the settings watcher which always has the
current list of overrides. In the future, we should somehow integrate
this information in `settings.Values`.

Release justification: bug fixes and low-risk updates to new functionality

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>

v21.1.16

Toggle v21.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cockroachdb#77074 from rail/backport21.1-77038

release-21.1: release: enable bincheck for tag pushes