Updated FoundationDB Git Docs to version: 7.1.23
This commit is contained in:
parent
44779c1586
commit
dab5aaebfd
|
@ -4,6 +4,21 @@
|
|||
Release Notes
|
||||
#############
|
||||
|
||||
7.1.22
|
||||
======
|
||||
* Introduce STORAGE_SERVER_REBOOT_ON_IO_TIMEOUT knob to recreate SS at io_timeout errors. `(PR #8122) <https://github.com/apple/foundationdb/pull/8122>`_
|
||||
|
||||
7.1.21
|
||||
======
|
||||
* Same as 7.1.20 release with AVX enabled.
|
||||
|
||||
7.1.20
|
||||
======
|
||||
* Released with AVX disabled.
|
||||
* Fixed missing localities for fdbserver that can cause cross DC calls among storage servers. `(PR #7995) <https://github.com/apple/foundationdb/pull/7995>`_
|
||||
* Removed extremely spammy trace event in FetchKeys and fixed transaction_profiling_analyzer.py. `(PR #7934) <https://github.com/apple/foundationdb/pull/7934>`_
|
||||
* Fixed bugs when GRV proxy returns an error. `(PR #7860) <https://github.com/apple/foundationdb/pull/7860>`_
|
||||
|
||||
7.1.19
|
||||
======
|
||||
* Same as 7.1.18 release with AVX enabled.
|
||||
|
|
|
@ -54,6 +54,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
|||
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #000000 } /* Name.Variable */
|
||||
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
|
||||
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
|
||||
.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
|
||||
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
|
||||
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1020,13 +1020,13 @@ From the output of <code class="docutils literal"><span class="pre">status</span
|
|||
<h3>Perform the upgrade</h3>
|
||||
<p>For <strong>Ubuntu</strong>, perform the upgrade using the dpkg command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.20-1_amd64.deb \
|
||||
foundationdb-server_7.1.20-1_amd64.deb
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.23-1_amd64.deb \
|
||||
foundationdb-server_7.1.23-1_amd64.deb
|
||||
</pre>
|
||||
<p>For <strong>RHEL/CentOS</strong>, perform the upgrade using the rpm command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.20-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.20-1.el7.x86_64.rpm
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.23-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.23-1.el7.x86_64.rpm
|
||||
</pre>
|
||||
<p>The <code class="docutils literal"><span class="pre">foundationdb-clients</span></code> package also installs the <a class="reference internal" href="api-c.html"><span class="doc">C</span></a> API. If your clients use <a class="reference internal" href="api-ruby.html"><span class="doc">Ruby</span></a>, <a class="reference internal" href="api-python.html"><span class="doc">Python</span></a>, <a class="reference external" href="javadoc/index.html">Java</a>, or <a class="reference external" href="https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb">Go</a>, follow the instructions in the corresponding language documentation to install the APIs.</p>
|
||||
</div>
|
||||
|
@ -1111,7 +1111,7 @@ foundationdb-server-7.1.20-1.el7.x86_64.rpm
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -201,7 +201,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1126,7 +1126,7 @@ const char* <code class="descname">fdb_get_error</code><span class="sig-paren">(
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -530,7 +530,7 @@ to the <code class="docutils literal"><span class="pre">SPECIAL_KEY_SPACE_ENABLE
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -211,11 +211,11 @@
|
|||
<p>If you don’t already have a FoundationDB cluster to connect to, you should instead follow the instructions in <a class="reference internal" href="getting-started-mac.html"><span class="doc">Getting Started on macOS</span></a> or <a class="reference internal" href="getting-started-linux.html"><span class="doc">Getting Started on Linux</span></a>.</p>
|
||||
<p>To install on <strong>Ubuntu</strong> use the dpkg command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.20-1_amd64.deb
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.23-1_amd64.deb
|
||||
</pre>
|
||||
<p>To install on <strong>RHEL/CentOS</strong> use the rpm command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.20-1.el7.x86_64.rpm
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.23-1.el7.x86_64.rpm
|
||||
</pre>
|
||||
<p>To install on <strong>macOS</strong>, run the installer as in <a class="reference internal" href="getting-started-mac.html"><span class="doc">Getting Started on macOS</span></a>, but deselect the “FoundationDB Server” feature.</p>
|
||||
<p>The client binaries include the <code class="docutils literal"><span class="pre">fdbcli</span></code> tool and language bindings for C. Other language bindings must be installed separately.</p>
|
||||
|
@ -314,7 +314,7 @@ least one external client. See <a class="reference internal" href="#multi-versio
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -2167,7 +2167,7 @@ this subspace and the passed tuple.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -167,7 +167,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1886,7 +1886,7 @@ of the UUID bytes.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -542,7 +542,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -510,7 +510,7 @@ Documentation</a></p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -720,7 +720,7 @@ user@host$ fdbbackup start -k '@pp1e b*n*nn*' -k '#an&0 p^n3app!
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -318,7 +318,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -233,7 +233,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -220,7 +220,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -318,7 +318,7 @@ Coordinators changed
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -220,7 +220,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -912,7 +912,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -752,7 +752,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -657,7 +657,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -624,7 +624,7 @@ opening a <a class="reference internal" href="developer-guide.html#developer-gui
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -171,7 +171,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -544,7 +544,7 @@ with the <code class="docutils literal"><span class="pre">multitest</span></code
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -698,7 +698,7 @@ print cluster statistics.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1026,7 +1026,7 @@ Configuration changed.
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -184,7 +184,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -2061,26 +2061,29 @@ If you are having trouble finding something in particular, try the search box in
|
|||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l4"><a class="reference internal" href="release-notes/release-notes-710.html">Release Notes</a><ul>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id2">7.1.19</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id3">7.1.18</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id4">7.1.17</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id5">7.1.16</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id6">7.1.15</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id7">7.1.14</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id8">7.1.13</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id9">7.1.12</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id10">7.1.11</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id11">7.1.10</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id12">7.1.9</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id13">7.1.8</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id14">7.1.7</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id15">7.1.6</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id16">7.1.5</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id17">7.1.4</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id18">7.1.3</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id19">7.1.2</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id20">7.1.1</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id21">7.1.0</a><ul>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id2">7.1.22</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id3">7.1.21</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id4">7.1.20</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id5">7.1.19</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id6">7.1.18</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id7">7.1.17</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id8">7.1.16</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id9">7.1.15</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id10">7.1.14</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id11">7.1.13</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id12">7.1.12</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id13">7.1.11</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id14">7.1.10</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id15">7.1.9</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id16">7.1.8</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id17">7.1.7</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id18">7.1.6</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id19">7.1.5</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id20">7.1.4</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id21">7.1.3</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id22">7.1.2</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id23">7.1.1</a></li>
|
||||
<li class="toctree-l5"><a class="reference internal" href="release-notes/release-notes-710.html#id24">7.1.0</a><ul>
|
||||
<li class="toctree-l6"><a class="reference internal" href="release-notes/release-notes-710.html#features">Features</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="release-notes/release-notes-710.html#performance">Performance</a></li>
|
||||
<li class="toctree-l6"><a class="reference internal" href="release-notes/release-notes-710.html#reliability">Reliability</a></li>
|
||||
|
@ -2123,7 +2126,7 @@ If you are having trouble finding something in particular, try the search box in
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -677,7 +677,7 @@ all non-NaN values. Otherwise, the representation is consistent with the mathema
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -170,7 +170,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1133,7 +1133,7 @@ of the data while concurrently writing the new version.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -579,7 +579,7 @@ fdb> get key2
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -244,7 +244,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -221,7 +221,7 @@ ready queue.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -187,7 +187,7 @@ were used to track the feature’s development.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -201,7 +201,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -193,7 +193,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -316,7 +316,7 @@ Read more about <a class="reference internal" href="performance.html"><span clas
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -315,7 +315,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -164,18 +164,18 @@
|
|||
</div>
|
||||
<p>To install on <strong>Ubuntu</strong> use the dpkg command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.20-1_amd64.deb \
|
||||
foundationdb-server_7.1.20-1_amd64.deb
|
||||
user@host$ sudo dpkg -i foundationdb-clients_7.1.23-1_amd64.deb \
|
||||
foundationdb-server_7.1.23-1_amd64.deb
|
||||
</pre>
|
||||
<p>To install on <strong>RHEL/CentOS 6</strong> use the rpm command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.20-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.20-1.el7.x86_64.rpm
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.23-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.23-1.el7.x86_64.rpm
|
||||
</pre>
|
||||
<p>To install on <strong>RHEL/CentOS 7</strong> use the rpm command:</p>
|
||||
<pre class="literal-block">
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.20-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.20-1.el7.x86_64.rpm
|
||||
user@host$ sudo rpm -Uvh foundationdb-clients-7.1.23-1.el7.x86_64.rpm \
|
||||
foundationdb-server-7.1.23-1.el7.x86_64.rpm
|
||||
</pre>
|
||||
<p>FoundationDB installs in a single-server mode appropriate for a development workstation. In this mode data is not replicated, and therefore the database is <strong>not failure tolerant</strong>. This default database is also configured to use the memory storage engine which, while using the disk for durability, <strong>requires data to fit in RAM</strong>.</p>
|
||||
<p>By default FoundationDB uses the loopback IP (<code class="docutils literal"><span class="pre">127.0.0.1</span></code>). In this configuration all parts of FoundationDB, <strong>including client applications</strong>, must run on the same machine and communicate via <code class="docutils literal"><span class="pre">127.0.0.1</span></code>, not via external IPs.</p>
|
||||
|
@ -273,7 +273,7 @@ Client time: Thu Mar 15 14:41:34 2018
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -174,7 +174,7 @@
|
|||
</div>
|
||||
<div class="section" id="installing-or-upgrading-foundationdb">
|
||||
<h2>Installing or upgrading FoundationDB</h2>
|
||||
<p>To begin installation, double-click on FoundationDB-7.1.20.pkg. Follow the instructions and select the components that you want to install.</p>
|
||||
<p>To begin installation, double-click on FoundationDB-7.1.23.pkg. Follow the instructions and select the components that you want to install.</p>
|
||||
<div class="section" id="client-only-installation">
|
||||
<h3>Client-only installation</h3>
|
||||
<p>By default, the FoundationDB installer installs the binaries required to run both clients and a local development server. If you don’t intend to run the FoundationDB server on your machine, you can deselect the “FoundationDB Server” option. Copy the <a class="reference internal" href="administration.html#foundationdb-cluster-file"><span class="std std-ref">cluster file</span></a> from a server or client in the cluster you want to connect to and place it in <code class="docutils literal"><span class="pre">/usr/local/etc/foundationdb/</span></code>.</p>
|
||||
|
@ -277,7 +277,7 @@ Client time: Thu Mar 15 14:41:34 2018
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -296,7 +296,7 @@ allocated object, its memory remains in control of global configuration.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -326,7 +326,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -397,7 +397,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -285,7 +285,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -184,7 +184,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -279,7 +279,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -213,7 +213,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -182,7 +182,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -174,7 +174,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -187,7 +187,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1197,7 +1197,7 @@ Severity=“30”</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -204,7 +204,7 @@ Recipe</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -1375,7 +1375,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -309,7 +309,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -242,7 +242,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -161,7 +161,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -279,7 +279,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -206,7 +206,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -173,7 +173,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -289,7 +289,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -249,7 +249,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -280,7 +280,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -246,7 +246,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -712,7 +712,7 @@ The diagram with notes can be viewed at <a class="reference external" href="http
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -154,7 +154,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -235,7 +235,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -236,7 +236,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -240,7 +240,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -254,7 +254,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -241,7 +241,7 @@ available for the time being.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -238,7 +238,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -607,7 +607,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -464,7 +464,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -275,7 +275,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -244,7 +244,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -220,7 +220,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -216,7 +216,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -270,7 +270,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -380,7 +380,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -371,7 +371,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -447,7 +447,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -471,7 +471,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -337,7 +337,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -399,7 +399,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -429,7 +429,7 @@ have the included IP address as a prefix (for example <code class="docutils lite
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -639,7 +639,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -542,7 +542,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -314,7 +314,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '../',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -81,26 +81,29 @@
|
|||
role="menu"
|
||||
aria-labelledby="dLabelLocalToc"><ul>
|
||||
<li><a class="reference internal" href="#">Release Notes</a><ul>
|
||||
<li><a class="reference internal" href="#id2">7.1.19</a></li>
|
||||
<li><a class="reference internal" href="#id3">7.1.18</a></li>
|
||||
<li><a class="reference internal" href="#id4">7.1.17</a></li>
|
||||
<li><a class="reference internal" href="#id5">7.1.16</a></li>
|
||||
<li><a class="reference internal" href="#id6">7.1.15</a></li>
|
||||
<li><a class="reference internal" href="#id7">7.1.14</a></li>
|
||||
<li><a class="reference internal" href="#id8">7.1.13</a></li>
|
||||
<li><a class="reference internal" href="#id9">7.1.12</a></li>
|
||||
<li><a class="reference internal" href="#id10">7.1.11</a></li>
|
||||
<li><a class="reference internal" href="#id11">7.1.10</a></li>
|
||||
<li><a class="reference internal" href="#id12">7.1.9</a></li>
|
||||
<li><a class="reference internal" href="#id13">7.1.8</a></li>
|
||||
<li><a class="reference internal" href="#id14">7.1.7</a></li>
|
||||
<li><a class="reference internal" href="#id15">7.1.6</a></li>
|
||||
<li><a class="reference internal" href="#id16">7.1.5</a></li>
|
||||
<li><a class="reference internal" href="#id17">7.1.4</a></li>
|
||||
<li><a class="reference internal" href="#id18">7.1.3</a></li>
|
||||
<li><a class="reference internal" href="#id19">7.1.2</a></li>
|
||||
<li><a class="reference internal" href="#id20">7.1.1</a></li>
|
||||
<li><a class="reference internal" href="#id21">7.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#id2">7.1.22</a></li>
|
||||
<li><a class="reference internal" href="#id3">7.1.21</a></li>
|
||||
<li><a class="reference internal" href="#id4">7.1.20</a></li>
|
||||
<li><a class="reference internal" href="#id5">7.1.19</a></li>
|
||||
<li><a class="reference internal" href="#id6">7.1.18</a></li>
|
||||
<li><a class="reference internal" href="#id7">7.1.17</a></li>
|
||||
<li><a class="reference internal" href="#id8">7.1.16</a></li>
|
||||
<li><a class="reference internal" href="#id9">7.1.15</a></li>
|
||||
<li><a class="reference internal" href="#id10">7.1.14</a></li>
|
||||
<li><a class="reference internal" href="#id11">7.1.13</a></li>
|
||||
<li><a class="reference internal" href="#id12">7.1.12</a></li>
|
||||
<li><a class="reference internal" href="#id13">7.1.11</a></li>
|
||||
<li><a class="reference internal" href="#id14">7.1.10</a></li>
|
||||
<li><a class="reference internal" href="#id15">7.1.9</a></li>
|
||||
<li><a class="reference internal" href="#id16">7.1.8</a></li>
|
||||
<li><a class="reference internal" href="#id17">7.1.7</a></li>
|
||||
<li><a class="reference internal" href="#id18">7.1.6</a></li>
|
||||
<li><a class="reference internal" href="#id19">7.1.5</a></li>
|
||||
<li><a class="reference internal" href="#id20">7.1.4</a></li>
|
||||
<li><a class="reference internal" href="#id21">7.1.3</a></li>
|
||||
<li><a class="reference internal" href="#id22">7.1.2</a></li>
|
||||
<li><a class="reference internal" href="#id23">7.1.1</a></li>
|
||||
<li><a class="reference internal" href="#id24">7.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#features">Features</a></li>
|
||||
<li><a class="reference internal" href="#performance">Performance</a></li>
|
||||
<li><a class="reference internal" href="#reliability">Reliability</a></li>
|
||||
|
@ -151,26 +154,29 @@
|
|||
<div class="col-md-3">
|
||||
<div id="sidebar" class="bs-sidenav" role="complementary"><ul>
|
||||
<li><a class="reference internal" href="#">Release Notes</a><ul>
|
||||
<li><a class="reference internal" href="#id2">7.1.19</a></li>
|
||||
<li><a class="reference internal" href="#id3">7.1.18</a></li>
|
||||
<li><a class="reference internal" href="#id4">7.1.17</a></li>
|
||||
<li><a class="reference internal" href="#id5">7.1.16</a></li>
|
||||
<li><a class="reference internal" href="#id6">7.1.15</a></li>
|
||||
<li><a class="reference internal" href="#id7">7.1.14</a></li>
|
||||
<li><a class="reference internal" href="#id8">7.1.13</a></li>
|
||||
<li><a class="reference internal" href="#id9">7.1.12</a></li>
|
||||
<li><a class="reference internal" href="#id10">7.1.11</a></li>
|
||||
<li><a class="reference internal" href="#id11">7.1.10</a></li>
|
||||
<li><a class="reference internal" href="#id12">7.1.9</a></li>
|
||||
<li><a class="reference internal" href="#id13">7.1.8</a></li>
|
||||
<li><a class="reference internal" href="#id14">7.1.7</a></li>
|
||||
<li><a class="reference internal" href="#id15">7.1.6</a></li>
|
||||
<li><a class="reference internal" href="#id16">7.1.5</a></li>
|
||||
<li><a class="reference internal" href="#id17">7.1.4</a></li>
|
||||
<li><a class="reference internal" href="#id18">7.1.3</a></li>
|
||||
<li><a class="reference internal" href="#id19">7.1.2</a></li>
|
||||
<li><a class="reference internal" href="#id20">7.1.1</a></li>
|
||||
<li><a class="reference internal" href="#id21">7.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#id2">7.1.22</a></li>
|
||||
<li><a class="reference internal" href="#id3">7.1.21</a></li>
|
||||
<li><a class="reference internal" href="#id4">7.1.20</a></li>
|
||||
<li><a class="reference internal" href="#id5">7.1.19</a></li>
|
||||
<li><a class="reference internal" href="#id6">7.1.18</a></li>
|
||||
<li><a class="reference internal" href="#id7">7.1.17</a></li>
|
||||
<li><a class="reference internal" href="#id8">7.1.16</a></li>
|
||||
<li><a class="reference internal" href="#id9">7.1.15</a></li>
|
||||
<li><a class="reference internal" href="#id10">7.1.14</a></li>
|
||||
<li><a class="reference internal" href="#id11">7.1.13</a></li>
|
||||
<li><a class="reference internal" href="#id12">7.1.12</a></li>
|
||||
<li><a class="reference internal" href="#id13">7.1.11</a></li>
|
||||
<li><a class="reference internal" href="#id14">7.1.10</a></li>
|
||||
<li><a class="reference internal" href="#id15">7.1.9</a></li>
|
||||
<li><a class="reference internal" href="#id16">7.1.8</a></li>
|
||||
<li><a class="reference internal" href="#id17">7.1.7</a></li>
|
||||
<li><a class="reference internal" href="#id18">7.1.6</a></li>
|
||||
<li><a class="reference internal" href="#id19">7.1.5</a></li>
|
||||
<li><a class="reference internal" href="#id20">7.1.4</a></li>
|
||||
<li><a class="reference internal" href="#id21">7.1.3</a></li>
|
||||
<li><a class="reference internal" href="#id22">7.1.2</a></li>
|
||||
<li><a class="reference internal" href="#id23">7.1.1</a></li>
|
||||
<li><a class="reference internal" href="#id24">7.1.0</a><ul>
|
||||
<li><a class="reference internal" href="#features">Features</a></li>
|
||||
<li><a class="reference internal" href="#performance">Performance</a></li>
|
||||
<li><a class="reference internal" href="#reliability">Reliability</a></li>
|
||||
|
@ -192,12 +198,33 @@
|
|||
<div class="section" id="release-notes">
|
||||
<span id="id1"></span><h1>Release Notes</h1>
|
||||
<div class="section" id="id2">
|
||||
<h2>7.1.22</h2>
|
||||
<ul class="simple">
|
||||
<li>Introduce STORAGE_SERVER_REBOOT_ON_IO_TIMEOUT knob to recreate SS at io_timeout errors. <a class="reference external" href="https://github.com/apple/foundationdb/pull/8122">(PR #8122)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id3">
|
||||
<h2>7.1.21</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.20 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<h2>7.1.20</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
<li>Fixed missing localities for fdbserver that can cause cross DC calls among storage servers. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7995">(PR #7995)</a></li>
|
||||
<li>Removed extremely spammy trace event in FetchKeys and fixed transaction_profiling_analyzer.py. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7934">(PR #7934)</a></li>
|
||||
<li>Fixed bugs when GRV proxy returns an error. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7860">(PR #7860)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id5">
|
||||
<h2>7.1.19</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.18 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id3">
|
||||
<div class="section" id="id6">
|
||||
<h2>7.1.18</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -208,13 +235,13 @@
|
|||
<li>Added more transaction debug events for prefetch queries. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7732">(PR #7732)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<div class="section" id="id7">
|
||||
<h2>7.1.17</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.16 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id5">
|
||||
<div class="section" id="id8">
|
||||
<h2>7.1.16</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -228,13 +255,13 @@
|
|||
<li>Added Rocksdb compression and data size stats. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7596">(PR #7596)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id6">
|
||||
<div class="section" id="id9">
|
||||
<h2>7.1.15</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.14 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id7">
|
||||
<div class="section" id="id10">
|
||||
<h2>7.1.14</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -244,13 +271,13 @@
|
|||
<li>Improved hasIncompleteVersionstamp performance in Java binding to use iteration rather than stream processing. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7559">(PR #7559)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id8">
|
||||
<div class="section" id="id11">
|
||||
<h2>7.1.13</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.12 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id9">
|
||||
<div class="section" id="id12">
|
||||
<h2>7.1.12</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -262,13 +289,13 @@
|
|||
<li>Fixed undefined behavior from accessing field of uninitialized object. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7430">(PR #7430)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id10">
|
||||
<div class="section" id="id13">
|
||||
<h2>7.1.11</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.10 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id11">
|
||||
<div class="section" id="id14">
|
||||
<h2>7.1.10</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -278,13 +305,13 @@
|
|||
<li>Fixed an unknown error bug when hostname resolving fails. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7380">(PR #7380)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id12">
|
||||
<div class="section" id="id15">
|
||||
<h2>7.1.9</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.8 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id13">
|
||||
<div class="section" id="id16">
|
||||
<h2>7.1.8</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -307,13 +334,13 @@
|
|||
<li>Fixed a sequential execution issue for fdbcli kill, suspend, and expensive_data_check commands. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7211">(PR #7211)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id14">
|
||||
<div class="section" id="id17">
|
||||
<h2>7.1.7</h2>
|
||||
<ul class="simple">
|
||||
<li>Same as 7.1.6 release with AVX enabled.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id15">
|
||||
<div class="section" id="id18">
|
||||
<h2>7.1.6</h2>
|
||||
<ul class="simple">
|
||||
<li>Released with AVX disabled.</li>
|
||||
|
@ -321,7 +348,7 @@
|
|||
<li>Fixed a storage server bug that read data after its failure. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7217">(PR #7217)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id16">
|
||||
<div class="section" id="id19">
|
||||
<h2>7.1.5</h2>
|
||||
<ul class="simple">
|
||||
<li>Fixed a fdbcli kill bug that was not killing in parallel. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7150">(PR #7150)</a></li>
|
||||
|
@ -330,7 +357,7 @@
|
|||
<li>Added a backtrace before throwing serialization_failed. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7155">(PR #7155)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id17">
|
||||
<div class="section" id="id20">
|
||||
<h2>7.1.4</h2>
|
||||
<ul class="simple">
|
||||
<li>Fixed a bug that prevents client from connecting to a cluster. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7060">(PR #7060)</a></li>
|
||||
|
@ -351,7 +378,7 @@
|
|||
<li>Fixed a limit bug in indexPrefetch. <a class="reference external" href="https://github.com/apple/foundationdb/pull/7005">(PR #7005)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id18">
|
||||
<div class="section" id="id21">
|
||||
<h2>7.1.3</h2>
|
||||
<ul class="simple">
|
||||
<li>Added logging measuring commit compute duration. <a class="reference external" href="https://github.com/apple/foundationdb/pull/6906">(PR #6906)</a></li>
|
||||
|
@ -362,7 +389,7 @@
|
|||
<li>Fixed a bug that prevents a cluster from fully recovered state after taking a snapshot. <a class="reference external" href="https://github.com/apple/foundationdb/pull/6892">(PR #6892)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id19">
|
||||
<div class="section" id="id22">
|
||||
<h2>7.1.2</h2>
|
||||
<ul class="simple">
|
||||
<li>Fixed failing upgrades due to non-persisted initial cluster version. <a class="reference external" href="https://github.com/apple/foundationdb/pull/6864">(PR #6864)</a></li>
|
||||
|
@ -371,13 +398,13 @@
|
|||
<li>Fixed a client-side infinite loop due to provisional GRV Proxy ID not set in GetReadVersionReply. <a class="reference external" href="https://github.com/apple/foundationdb/pull/6849">(PR #6849)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id20">
|
||||
<div class="section" id="id23">
|
||||
<h2>7.1.1</h2>
|
||||
<ul class="simple">
|
||||
<li>Added new c libs to client package. <a class="reference external" href="https://github.com/apple/foundationdb/pull/6828">(PR #6828)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="id21">
|
||||
<div class="section" id="id24">
|
||||
<h2>7.1.0</h2>
|
||||
<div class="section" id="features">
|
||||
<h3>Features</h3>
|
||||
|
@ -467,7 +494,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -304,7 +304,7 @@ documentation</span></a> to learn more.</p>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -184,7 +184,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -160,7 +160,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -242,7 +242,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -219,7 +219,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: './',
|
||||
VERSION: '7.1.20',
|
||||
VERSION: '7.1.23',
|
||||
COLLAPSE_INDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true,
|
||||
|
@ -283,7 +283,7 @@
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2013-2021 Apple, Inc and the FoundationDB project authors.<br/>
|
||||
Last updated on Aug 10, 2022.<br/>
|
||||
Last updated on Sep 19, 2022.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue