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
Informs cockroachdb#88301. EnableLeaseUpgrade version gates a change in the lease
transfer protocol whereby we only ever transfer expiration-based leases
(and have recipients later upgrade them to the more efficient epoch
based ones). This was done to limit the effects of ill-advised lease
transfers since the incoming leaseholder would need to recognize itself
as such within a few seconds. This needs version gating so that in
mixed-version clusters, as part of lease transfers, we don't start
sending out expiration based leases to nodes that (i) don't expect them
for certain keyspans, and (ii) don't know to upgrade them to efficient
epoch-based ones.
While here, we also introduce a (hidden, default=true) cluster setting
kv.transfer_expiration_leases_first.enabled to feature gate this
protocol change.
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
@@ -295,4 +295,4 @@ trace.jaeger.agent string the address of a Jaeger agent to receive traces using
295
295
trace.opentelemetry.collector string address of an OpenTelemetry trace collector to receive traces using the otel gRPC protocol, as <host>:<port>. If no port is specified, 4317 will be used.
296
296
trace.span_registry.enabled boolean true if set, ongoing traces can be seen at https://<ui>/#/debug/tracez
297
297
trace.zipkin.collector string the address of a Zipkin instance to receive traces, as <host>:<port>. If no port is specified, 9411 will be used.
298
-
version version 1000022.1-70 set the active cluster version in the format '<major>.<minor>'
298
+
version version 1000022.1-72 set the active cluster version in the format '<major>.<minor>'
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
@@ -229,6 +229,6 @@
229
229
<tr><td><code>trace.opentelemetry.collector</code></td><td>string</td><td><code></code></td><td>address of an OpenTelemetry trace collector to receive traces using the otel gRPC protocol, as <host>:<port>. If no port is specified, 4317 will be used.</td></tr>
230
230
<tr><td><code>trace.span_registry.enabled</code></td><td>boolean</td><td><code>true</code></td><td>if set, ongoing traces can be seen at https://<ui>/#/debug/tracez</td></tr>
231
231
<tr><td><code>trace.zipkin.collector</code></td><td>string</td><td><code></code></td><td>the address of a Zipkin instance to receive traces, as <host>:<port>. If no port is specified, 9411 will be used.</td></tr>
232
-
<tr><td><code>version</code></td><td>version</td><td><code>1000022.1-70</code></td><td>set the active cluster version in the format '<major>.<minor>'</td></tr>
232
+
<tr><td><code>version</code></td><td>version</td><td><code>1000022.1-72</code></td><td>set the active cluster version in the format '<major>.<minor>'</td></tr>
0 commit comments