Skip to content

Commit 2680b0e

Browse files
authored
Merge pull request cockroachdb#3045 from cockroachdb/v2.1-alpha.20180507-release-notes
Update docs site for v2.1.0-alpha.20180507 release
2 parents 1757b66 + 2ffbaac commit 2680b0e

28 files changed

+1324
-859
lines changed

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ release_info:
4444
start_time: 2018-04-23 15:10:52.34274101 +0000 UTC
4545
v2.1:
4646
name: v2.1.0
47-
version: v2.1.0-alpha.20180416
47+
version: v2.1.0-alpha.20180507
4848
docker_image: cockroachdb/cockroach-unstable
49-
build_time: 2018/04/16 14:48:26 (go1.10)
50-
start_time: 2018-04-16 15:10:52.34274101 +0000 UTC
49+
build_time: 2018/05/07 14:48:26 (go1.10)
50+
start_time: 2018-05-07 15:10:52.34274101 +0000 UTC
5151

5252
training:
5353
ccl_license: crl-0-EIDA4OgGGAEiF0NvY2tyb2FjaCBMYWJzIFRyYWluaW5n
5454
aws_access_key: AKIAIXNAWDKXMDDNHRCA
5555
aws_secret_access_key: wVevB0LO5CDf5lxI9tpy%2FXuE0UZi%2Bmpahiwoa3YL
5656

57-
exclude: ["ci", "vendor", "rfc", "v1.1/training/unused", "v2.0/training/unused", "v2.1/training/unused"]
57+
exclude: ["ci", "vendor", "v1.1/training/unused", "v2.0/training/unused", "v2.1/training/unused"]
5858

5959
keep_files: [_internal]
6060

_data/releases.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- date: Apr 23, 2018
44
version: v2.0.1
55
latest: true
6-
- date: Apr 04, 2018
6+
- date: Apr 4, 2018
77
version: v2.0.0
88
- date: Apr 23, 2018
99
version: v1.1.8
@@ -41,6 +41,8 @@
4141
version: v1.0
4242
- title: Testing Releases
4343
releases:
44+
- date: May 07, 2018
45+
version: v2.1.0-alpha.20180507
4446
- date: April 16, 2018
4547
version: v2.1.0-alpha.20180416
4648
- date: April 2, 2018
@@ -51,7 +53,7 @@
5153
version: v2.0-beta.20180319
5254
- date: Mar 12, 2018
5355
version: v2.0-beta.20180312
54-
- date: Mar 05, 2018
56+
- date: Mar 5, 2018
5557
version: v2.0-beta.20180305
5658
- date: Jan 29, 2018
5759
version: v2.0-alpha.20180129

_includes/settings/v2.1/settings.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<table>
2+
<thead><tr><th>Setting</th><th>Type</th><th>Default</th><th>Description</th></tr></thead>
3+
<tbody>
4+
<tr><td><code>cloudstorage.gs.default.key</code></td><td>string</td><td><code></code></td><td>if set, JSON key to use during Google Cloud Storage operations</td></tr>
5+
<tr><td><code>cloudstorage.http.custom_ca</code></td><td>string</td><td><code></code></td><td>custom root CA (appended to system's default CAs) for verifying certificates when interacting with HTTPS storage</td></tr>
6+
<tr><td><code>cloudstorage.timeout</code></td><td>duration</td><td><code>10m0s</code></td><td>the timeout for import/export storage operations</td></tr>
7+
<tr><td><code>cluster.organization</code></td><td>string</td><td><code></code></td><td>organization name</td></tr>
8+
<tr><td><code>debug.panic_on_failed_assertions</code></td><td>boolean</td><td><code>false</code></td><td>panic when an assertion fails rather than reporting</td></tr>
9+
<tr><td><code>diagnostics.forced_stat_reset.interval</code></td><td>duration</td><td><code>2h0m0s</code></td><td>interval after which pending diagnostics statistics should be discarded even if not reported</td></tr>
10+
<tr><td><code>diagnostics.reporting.enabled</code></td><td>boolean</td><td><code>true</code></td><td>enable reporting diagnostic metrics to cockroach labs</td></tr>
11+
<tr><td><code>diagnostics.reporting.interval</code></td><td>duration</td><td><code>1h0m0s</code></td><td>interval at which diagnostics data should be reported (should be shorter than diagnostics.forced_stat_reset.interval)</td></tr>
12+
<tr><td><code>diagnostics.reporting.send_crash_reports</code></td><td>boolean</td><td><code>true</code></td><td>send crash and panic reports</td></tr>
13+
<tr><td><code>external.kafka.bootstrap_servers</code></td><td>string</td><td><code></code></td><td>comma-separated list of host:port addresses of Kafka brokers to bootstrap the connection</td></tr>
14+
<tr><td><code>jobs.registry.leniency</code></td><td>duration</td><td><code>1m0s</code></td><td>the amount of time to defer any attempts to reschedule a job</td></tr>
15+
<tr><td><code>kv.allocator.lease_rebalancing_aggressiveness</code></td><td>float</td><td><code>1E+00</code></td><td>set greater than 1.0 to rebalance leases toward load more aggressively, or between 0 and 1.0 to be more conservative about rebalancing leases</td></tr>
16+
<tr><td><code>kv.allocator.load_based_lease_rebalancing.enabled</code></td><td>boolean</td><td><code>true</code></td><td>set to enable rebalancing of range leases based on load and latency</td></tr>
17+
<tr><td><code>kv.allocator.range_rebalance_threshold</code></td><td>float</td><td><code>5E-02</code></td><td>minimum fraction away from the mean a store's range count can be before it is considered overfull or underfull</td></tr>
18+
<tr><td><code>kv.allocator.stat_based_rebalancing.enabled</code></td><td>boolean</td><td><code>false</code></td><td>set to enable rebalancing of range replicas based on write load and disk usage</td></tr>
19+
<tr><td><code>kv.allocator.stat_rebalance_threshold</code></td><td>float</td><td><code>2E-01</code></td><td>minimum fraction away from the mean a store's stats (like disk usage or writes per second) can be before it is considered overfull or underfull</td></tr>
20+
<tr><td><code>kv.bulk_io_write.concurrent_export_requests</code></td><td>integer</td><td><code>5</code></td><td>number of export requests a store will handle concurrently before queuing</td></tr>
21+
<tr><td><code>kv.bulk_io_write.concurrent_import_requests</code></td><td>integer</td><td><code>1</code></td><td>number of import requests a store will handle concurrently before queuing</td></tr>
22+
<tr><td><code>kv.bulk_io_write.max_rate</code></td><td>byte size</td><td><code>8.0 EiB</code></td><td>the rate limit (bytes/sec) to use for writes to disk on behalf of bulk io ops</td></tr>
23+
<tr><td><code>kv.bulk_sst.sync_size</code></td><td>byte size</td><td><code>2.0 MiB</code></td><td>threshold after which non-Rocks SST writes must fsync (0 disables)</td></tr>
24+
<tr><td><code>kv.raft.command.max_size</code></td><td>byte size</td><td><code>64 MiB</code></td><td>maximum size of a raft command</td></tr>
25+
<tr><td><code>kv.raft_log.synchronize</code></td><td>boolean</td><td><code>true</code></td><td>set to true to synchronize on Raft log writes to persistent storage</td></tr>
26+
<tr><td><code>kv.range.backpressure_range_size_multiplier</code></td><td>float</td><td><code>2E+00</code></td><td>multiple of range_max_bytes that a range is allowed to grow to without splitting before writes to that range are blocked, or 0 to disable</td></tr>
27+
<tr><td><code>kv.range_descriptor_cache.size</code></td><td>integer</td><td><code>1000000</code></td><td>maximum number of entries in the range descriptor and leaseholder caches</td></tr>
28+
<tr><td><code>kv.snapshot_rebalance.max_rate</code></td><td>byte size</td><td><code>2.0 MiB</code></td><td>the rate limit (bytes/sec) to use for rebalance snapshots</td></tr>
29+
<tr><td><code>kv.snapshot_recovery.max_rate</code></td><td>byte size</td><td><code>8.0 MiB</code></td><td>the rate limit (bytes/sec) to use for recovery snapshots</td></tr>
30+
<tr><td><code>kv.transaction.max_intents_bytes</code></td><td>integer</td><td><code>256000</code></td><td>maximum number of bytes used to track write intents in transactions</td></tr>
31+
<tr><td><code>kv.transaction.max_refresh_spans_bytes</code></td><td>integer</td><td><code>256000</code></td><td>maximum number of bytes used to track refresh spans in serializable transactions</td></tr>
32+
<tr><td><code>rocksdb.min_wal_sync_interval</code></td><td>duration</td><td><code>0s</code></td><td>minimum duration between syncs of the RocksDB WAL</td></tr>
33+
<tr><td><code>server.clock.forward_jump_check_enabled</code></td><td>boolean</td><td><code>false</code></td><td>If enabled, forward clock jumps > max_offset/2 will cause a panic.</td></tr>
34+
<tr><td><code>server.clock.persist_upper_bound_interval</code></td><td>duration</td><td><code>0s</code></td><td>the interval between persisting the wall time upper bound of the clock. The clock does not generate a wall time greater than the persisted timestamp and will panic if it sees a wall time greater than this value. When cockroach starts, it waits for the wall time to catch-up till this persisted timestamp. This guarantees monotonic wall time across server restarts. Not setting this or setting a value of 0 disables this feature.</td></tr>
35+
<tr><td><code>server.consistency_check.interval</code></td><td>duration</td><td><code>24h0m0s</code></td><td>the time between range consistency checks; set to 0 to disable consistency checking</td></tr>
36+
<tr><td><code>server.declined_reservation_timeout</code></td><td>duration</td><td><code>1s</code></td><td>the amount of time to consider the store throttled for up-replication after a reservation was declined</td></tr>
37+
<tr><td><code>server.failed_reservation_timeout</code></td><td>duration</td><td><code>5s</code></td><td>the amount of time to consider the store throttled for up-replication after a failed reservation call</td></tr>
38+
<tr><td><code>server.remote_debugging.mode</code></td><td>string</td><td><code>local</code></td><td>set to enable remote debugging, localhost-only or disable (any, local, off)</td></tr>
39+
<tr><td><code>server.shutdown.drain_wait</code></td><td>duration</td><td><code>0s</code></td><td>the amount of time a server waits in an unready state before proceeding with the rest of the shutdown process</td></tr>
40+
<tr><td><code>server.shutdown.query_wait</code></td><td>duration</td><td><code>10s</code></td><td>the server will wait for at least this amount of time for active queries to finish</td></tr>
41+
<tr><td><code>server.time_until_store_dead</code></td><td>duration</td><td><code>5m0s</code></td><td>the time after which if there is no new gossiped information about a store, it is considered dead</td></tr>
42+
<tr><td><code>server.web_session_timeout</code></td><td>duration</td><td><code>168h0m0s</code></td><td>the duration that a newly created web session will be valid</td></tr>
43+
<tr><td><code>sql.defaults.distsql</code></td><td>enumeration</td><td><code>1</code></td><td>Default distributed SQL execution mode [off = 0, auto = 1, on = 2]</td></tr>
44+
<tr><td><code>sql.distsql.distribute_index_joins</code></td><td>boolean</td><td><code>true</code></td><td>if set, for index joins we instantiate a join reader on every node that has a stream; if not set, we use a single join reader</td></tr>
45+
<tr><td><code>sql.distsql.interleaved_joins.enabled</code></td><td>boolean</td><td><code>true</code></td><td>if set we plan interleaved table joins instead of merge joins when possible</td></tr>
46+
<tr><td><code>sql.distsql.merge_joins.enabled</code></td><td>boolean</td><td><code>true</code></td><td>if set, we plan merge joins when possible</td></tr>
47+
<tr><td><code>sql.distsql.temp_storage.joins</code></td><td>boolean</td><td><code>true</code></td><td>set to true to enable use of disk for distributed sql joins</td></tr>
48+
<tr><td><code>sql.distsql.temp_storage.sorts</code></td><td>boolean</td><td><code>true</code></td><td>set to true to enable use of disk for distributed sql sorts</td></tr>
49+
<tr><td><code>sql.distsql.temp_storage.workmem</code></td><td>byte size</td><td><code>64 MiB</code></td><td>maximum amount of memory in bytes a processor can use before falling back to temp storage</td></tr>
50+
<tr><td><code>sql.metrics.statement_details.dump_to_logs</code></td><td>boolean</td><td><code>false</code></td><td>dump collected statement statistics to node logs when periodically cleared</td></tr>
51+
<tr><td><code>sql.metrics.statement_details.enabled</code></td><td>boolean</td><td><code>true</code></td><td>collect per-statement query statistics</td></tr>
52+
<tr><td><code>sql.metrics.statement_details.threshold</code></td><td>duration</td><td><code>0s</code></td><td>minimum execution time to cause statistics to be collected</td></tr>
53+
<tr><td><code>sql.trace.log_statement_execute</code></td><td>boolean</td><td><code>false</code></td><td>set to true to enable logging of executed statements</td></tr>
54+
<tr><td><code>sql.trace.session_eventlog.enabled</code></td><td>boolean</td><td><code>false</code></td><td>set to true to enable session tracing</td></tr>
55+
<tr><td><code>sql.trace.txn.enable_threshold</code></td><td>duration</td><td><code>0s</code></td><td>duration beyond which all transactions are traced (set to 0 to disable)</td></tr>
56+
<tr><td><code>timeseries.resolution_10s.storage_duration</code></td><td>duration</td><td><code>720h0m0s</code></td><td>the amount of time to store timeseries data</td></tr>
57+
<tr><td><code>timeseries.storage.enabled</code></td><td>boolean</td><td><code>true</code></td><td>if set, periodic timeseries data is stored within the cluster; disabling is not recommended unless you are storing the data elsewhere</td></tr>
58+
<tr><td><code>trace.debug.enable</code></td><td>boolean</td><td><code>false</code></td><td>if set, traces for recent requests can be seen in the /debug page</td></tr>
59+
<tr><td><code>trace.lightstep.token</code></td><td>string</td><td><code></code></td><td>if set, traces go to Lightstep using this token</td></tr>
60+
<tr><td><code>trace.zipkin.collector</code></td><td>string</td><td><code></code></td><td>if set, traces go to the given Zipkin instance (example: '127.0.0.1:9411'); ignored if trace.lightstep.token is set.</td></tr>
61+
<tr><td><code>version</code></td><td>custom validation</td><td><code>2.0-3</code></td><td>set the active cluster version in the format '<major>.<minor>'.</td></tr>
62+
</tbody>
63+
</table>

_includes/sidebar-data-v2.1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,9 @@
618618
]
619619
},
620620
{
621-
"title": "<code>SHOW TESTING_RANGES</code>",
621+
"title": "<code>SHOW EXPERIMENTAL_RANGES</code>",
622622
"urls": [
623-
"/${VERSION}/show-testing-ranges.html"
623+
"/${VERSION}/show-experimental-ranges.html"
624624
]
625625
},
626626
{
+22-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
<div><svg width="664" height="80">
1+
<div><svg width="710" height="80">
22
<polygon points="9 17 1 13 1 21"></polygon>
33
<polygon points="17 17 9 13 9 21"></polygon>
44
<rect x="31" y="3" width="62" height="32" rx="10"></rect>
55
<rect x="29" y="1" width="62" height="32" class="terminal" rx="10"></rect>
66
<text class="terminal" x="39" y="21">SHOW</text>
7-
<rect x="113" y="3" width="142" height="32" rx="10"></rect>
8-
<rect x="111" y="1" width="142" height="32" class="terminal" rx="10"></rect>
9-
<text class="terminal" x="121" y="21">TESTING_RANGES</text>
10-
<rect x="275" y="3" width="58" height="32" rx="10"></rect>
11-
<rect x="273" y="1" width="58" height="32" class="terminal" rx="10"></rect>
12-
<text class="terminal" x="283" y="21">FROM</text>
13-
<rect x="373" y="3" width="62" height="32" rx="10"></rect>
14-
<rect x="371" y="1" width="62" height="32" class="terminal" rx="10"></rect>
15-
<text class="terminal" x="381" y="21">TABLE</text>
7+
<rect x="113" y="3" width="188" height="32" rx="10"></rect>
8+
<rect x="111" y="1" width="188" height="32" class="terminal" rx="10"></rect>
9+
<text class="terminal" x="121" y="21">EXPERIMENTAL_RANGES</text>
10+
<rect x="321" y="3" width="58" height="32" rx="10"></rect>
11+
<rect x="319" y="1" width="58" height="32" class="terminal" rx="10"></rect>
12+
<text class="terminal" x="329" y="21">FROM</text>
13+
<rect x="419" y="3" width="62" height="32" rx="10"></rect>
14+
<rect x="417" y="1" width="62" height="32" class="terminal" rx="10"></rect>
15+
<text class="terminal" x="427" y="21">TABLE</text>
1616
<a xlink:href="sql-grammar.html#table_name" xlink:title="table_name">
17-
<rect x="455" y="3" width="90" height="32"></rect>
18-
<rect x="453" y="1" width="90" height="32" class="nonterminal"></rect>
19-
<text class="nonterminal" x="463" y="21">table_name</text>
17+
<rect x="501" y="3" width="90" height="32"></rect>
18+
<rect x="499" y="1" width="90" height="32" class="nonterminal"></rect>
19+
<text class="nonterminal" x="509" y="21">table_name</text>
2020
</a>
21-
<rect x="373" y="47" width="62" height="32" rx="10"></rect>
22-
<rect x="371" y="45" width="62" height="32" class="terminal" rx="10"></rect>
23-
<text class="terminal" x="381" y="65">INDEX</text>
21+
<rect x="419" y="47" width="62" height="32" rx="10"></rect>
22+
<rect x="417" y="45" width="62" height="32" class="terminal" rx="10"></rect>
23+
<text class="terminal" x="427" y="65">INDEX</text>
2424
<a xlink:href="sql-grammar.html#table_name_with_index" xlink:title="table_name_with_index">
25-
<rect x="455" y="47" width="162" height="32"></rect>
26-
<rect x="453" y="45" width="162" height="32" class="nonterminal"></rect>
27-
<text class="nonterminal" x="463" y="65">table_name_with_index</text>
25+
<rect x="501" y="47" width="162" height="32"></rect>
26+
<rect x="499" y="45" width="162" height="32" class="nonterminal"></rect>
27+
<text class="nonterminal" x="509" y="65">table_name_with_index</text>
2828
</a>
29-
<path class="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m142 0 h10 m0 0 h10 m58 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m90 0 h10 m0 0 h72 m-284 0 h20 m264 0 h20 m-304 0 q10 0 10 10 m284 0 q0 -10 10 -10 m-294 10 v24 m284 0 v-24 m-284 24 q0 10 10 10 m264 0 q10 0 10 -10 m-274 10 h10 m62 0 h10 m0 0 h10 m162 0 h10 m23 -44 h-3"></path>
30-
<polygon points="655 17 663 13 663 21"></polygon>
31-
<polygon points="655 17 647 13 647 21"></polygon>
29+
<path class="line" d="m17 17 h2 m0 0 h10 m62 0 h10 m0 0 h10 m188 0 h10 m0 0 h10 m58 0 h10 m20 0 h10 m62 0 h10 m0 0 h10 m90 0 h10 m0 0 h72 m-284 0 h20 m264 0 h20 m-304 0 q10 0 10 10 m284 0 q0 -10 10 -10 m-294 10 v24 m284 0 v-24 m-284 24 q0 10 10 10 m264 0 q10 0 10 -10 m-274 10 h10 m62 0 h10 m0 0 h10 m162 0 h10 m23 -44 h-3"></path>
30+
<polygon points="701 17 709 13 709 21"></polygon>
31+
<polygon points="701 17 693 13 693 21"></polygon>
3232
</svg></div>

0 commit comments

Comments
 (0)