You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
156382: roachtest: adjust error tolerance for DiskStalledWALFailoverWithProgress r=xinhaoz a=xinhaoz
Bump throughput error tolerance from 20% to 25% and drop the last throughput
sample if it is 0 to address flakiness.
Fixes: #153328Fixes: #152781
156485: sql: remove wrapping single quotes in output of ltree2text r=mgartner a=mgartner
Fixes#156479
Release note (bug fix): A bug has been fix with the `ltree2text`
built-in function in which the returned `TEXT` value was incorrectly
wrapped with single quotes. This bug has been present since the
`ltree2text` built-in was introduced in v25.4.0.
156486: spanconfig: version gate meta1/meta2 split point in spanconfig r=iskettaneh a=iskettaneh
This commit adds a version gate around the spanconfig split point between meta1 and meta2 to avoid scenarios during a rolling upgrade where the job switches back and forth between a v25.4 and a v26.1 versions, which could result in the split point be created a removed multiple times.
This was originally done in #119594.
Fixes: #119421
Release note: None
156492: go.mod: bump Pebble to e8d7ecb38559 r=annrpom a=jbowens
Changes:
* [`e8d7ecb3`](cockroachdb/pebble@e8d7ecb3) db: tolerate unknown options
* [`75afc702`](cockroachdb/pebble@75afc702) vfs: log GetDiskUsage calls in loggingFS
* [`459c8ae8`](cockroachdb/pebble@459c8ae8) db: scan and filter WALs during recovery
* [`91dfeada`](cockroachdb/pebble@91dfeada) db: move locking of WAL recovery directories
* [`15d065ba`](cockroachdb/pebble@15d065ba) db: fix RangeDeletionBytesEstimate
* [`c26a7b21`](cockroachdb/pebble@c26a7b21) db: add RangeDeletionBytesEstimate blob file test
* [`580eb1a8`](cockroachdb/pebble@580eb1a8) db,valsep: move valsep tests to appropriate pkg
Release note: none.
Epic: none.
Co-authored-by: Xin Hao Zhang <[email protected]>
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: iskettaneh <[email protected]>
Co-authored-by: Jackson Owens <[email protected]>
Copy file name to clipboardExpand all lines: docs/generated/settings/settings-for-tenants.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -426,4 +426,4 @@ trace.zipkin.collector string the address of a Zipkin instance to receive trace
426
426
ui.database_locality_metadata.enabled boolean true if enabled shows extended locality data about databases and tables in DB Console which can be expensive to compute application
427
427
ui.default_timezone string the default timezone used to format timestamps in the ui application
428
428
ui.display_timezone enumeration etc/utc the timezone used to format timestamps in the ui. This setting is deprecatedand will be removed in a future version. Use the 'ui.default_timezone' setting instead. 'ui.default_timezone' takes precedence over this setting. [etc/utc = 0, america/new_york = 1] application
429
-
version version 1000025.4-upgrading-to-1000026.1-step-002 set the active cluster version in the format '<major>.<minor>' application
429
+
version version 1000025.4-upgrading-to-1000026.1-step-004 set the active cluster version in the format '<major>.<minor>' application
Copy file name to clipboardExpand all lines: docs/generated/settings/settings.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,6 @@
385
385
<tr><td><divid="setting-ui-database-locality-metadata-enabled" class="anchored"><code>ui.database_locality_metadata.enabled</code></div></td><td>boolean</td><td><code>true</code></td><td>if enabled shows extended locality data about databases and tables in DB Console which can be expensive to compute</td><td>Basic/Standard/Advanced/Self-Hosted</td></tr>
386
386
<tr><td><divid="setting-ui-default-timezone" class="anchored"><code>ui.default_timezone</code></div></td><td>string</td><td><code></code></td><td>the default timezone used to format timestamps in the ui</td><td>Basic/Standard/Advanced/Self-Hosted</td></tr>
387
387
<tr><td><divid="setting-ui-display-timezone" class="anchored"><code>ui.display_timezone</code></div></td><td>enumeration</td><td><code>etc/utc</code></td><td>the timezone used to format timestamps in the ui. This setting is deprecatedand will be removed in a future version. Use the 'ui.default_timezone' setting instead. 'ui.default_timezone' takes precedence over this setting. [etc/utc = 0, america/new_york = 1]</td><td>Basic/Standard/Advanced/Self-Hosted</td></tr>
388
-
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000025.4-upgrading-to-1000026.1-step-002</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Basic/Standard/Advanced/Self-Hosted</td></tr>
388
+
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000025.4-upgrading-to-1000026.1-step-004</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Basic/Standard/Advanced/Self-Hosted</td></tr>
0 commit comments