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
Copy file name to clipboardExpand all lines: src/api/api-spec.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1517,7 +1517,7 @@
1517
1517
"title": "ZoneConfig holds configuration that applies to one or more ranges.",
1518
1518
"properties": {
1519
1519
"constraints": {
1520
-
"description": "Constrains which stores the replicas can be stored on. The\norder in which the constraints are stored is arbitrary and may change.\nhttps://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/20160706_expressive_zone_config.md#constraint-system",
1520
+
"description": "Constrains which stores the replicas can be stored on. The\norder in which the constraints are stored is arbitrary and may change.",
1521
1521
"type": "array",
1522
1522
"items": {
1523
1523
"$ref": "#/definitions/ConstraintsConjunction"
@@ -1528,7 +1528,7 @@
1528
1528
"$ref": "#/definitions/GCPolicy"
1529
1529
},
1530
1530
"global_reads": {
1531
-
"description": "Whether transactions operating over the range(s)\nshould be configured to provide non-blocking behavior, meaning that reads\ncan be served consistently from all replicas and do not block on writes. In\nexchange, writes get pushed into the future and must wait on commit to\nensure linearizability. For more, see:\nhttps://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/20200811_non_blocking_txns.md",
1531
+
"description": "Whether transactions operating over the range(s)\nshould be configured to provide non-blocking behavior, meaning that reads\ncan be served consistently from all replicas and do not block on writes. In\nexchange, writes get pushed into the future and must wait on commit to\nensure linearizability.",
0 commit comments