8000 Tags · shendlcode/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: shendlcode/cockroach

Tags

v20.1.0-alpha.20200113

Toggle v20.1.0-alpha.20200113's commit message
build: add missing dependency for bin/workload on C_LIBS_CCL

Release note: None

v20.1.0-alpha20191216

Toggle v20.1.0-alpha20191216's commit message
storage, ccl: Gate AddSSTable()ing RocksDBv2 format SSTs on cluster v…

…ersion

Change cockroachdb#42763 caused all SSTs written for ingestion to
be written in the RocksDBv2 format as opposed to the leveldb format.
This turned out to be an issue in mixed-version clusters where not
all nodes can iterate over and ingest RocksDBv2 SSTs; nodes without
commit 2beab58  (so 19.2.* and below) cannot iterate over
these SSTs.

This change reverts back to creating LevelDB SSTs for ingestion
in the SSTBatcher only, unless the minimum cluster version is a 20.1
commit. Other cases where we make RocksDBv2 SSTs (eg. in replica_raftstorage)
are okay and do not require this check, since those SSTs are ingested
by the same node where they're written.

Fixes cockroachdb#42081 .

Release note: None.

v19.2.2

Toggle v19.2.2'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#43095 from tbg/backport19.2-43078

backport-19.2: decider: ignore EnsureSafeSplitKey on error

v19.1.6

Toggle v19.1.6'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#43096 from tbg/backport19.1-43078

backport-19.1: decider: ignore EnsureSafeSplitKey on error

v2.1.10

Toggle v2.1.10'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#42961 from nvanbenschoten/nvanbenschot…

…en/cmdQLeak

release-2.1: storage: clear *cmd references in cmdQ buffers before re-use

v19.2.1

Toggle v19.2.1'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#42535 from miretskiy/backport19.2-42529

release-19.2: libroach: Fix memory leak in row_counter

v19.2.1-rc.1

Toggle v19.2.1-rc.1'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#42535 from miretskiy/backport19.2-42529

release-19.2: libroach: Fix memory leak in row_counter

v20.1.0-alpha.20191118

Toggle v20.1.0-alpha.20191118's commit message
Merge cockroachdb#42333

42333: vendor: bump pebble to 1b3c610a92c005ff15507aafbb0d69263abaa717 r=petermattis a=petermattis

Pick up fixes for range tombstone handling in `mergingIter` and an
infinite seek loop in `mergingIter` caused by a bug in `levelIter`.

Release note: None

Co-authored-by: Peter Mattis <petermattis@gmail.com>

v19.2.0

Toggle v19.2.0'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#42291 from RaduBerinde/backport19.2-41…

…828-42228

release-19.2: build: teamcity-testrace improvements

v19.2.0-rc.4

Toggle v19.2.0-rc.4'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#42182 from RaduBerinde/backport19.2-42171

release-19.2: sql: fix zig zag joiner index ordinal usage, add sql.defaults.zigzag_join.enabled cluster setting
0