You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by gi...@apache.org on 2020/04/29 13:30:24 UTC

[cassandra-website] branch asf-staging updated (cf25a53 -> 85eb5fd)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git.


 discard cf25a53  regenerated docs.
     add ecfec8f  regenerated docs.
     add 9bc538d  ninja-fix: undo https://github.com/apache/cassandra-website/commit/48a7cd3a4d3c68751f43a25bf42a8ffc813b9e56#diff-60713fb19f6c50a2473835df63ff17f9  (only the latest 3.11 docs are to get generated (as well as trunk))
     add c909aba  CASSANDRA-15732 - Updated details of new book 'Cassandra: The Definitive Guide'
     new 85eb5fd  generate docs for c909aba7

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf25a53)
            \
             N -- N -- N   refs/heads/asf-staging (85eb5fd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/community/index.html                       |   2 +-
 content/doc/3.11/architecture/dynamo.html          |  44 +-
 content/doc/3.11/architecture/guarantees.html      |   2 +-
 content/doc/3.11/architecture/index.html           |   2 +-
 content/doc/3.11/architecture/overview.html        |   2 +-
 content/doc/3.11/architecture/storage_engine.html  |  34 +-
 content/doc/3.11/bugs.html                         |   6 +-
 .../3.11/configuration/cassandra_config_file.html  | 762 ++++++++++-----------
 content/doc/3.11/configuration/index.html          |   2 +-
 content/doc/3.11/contactus.html                    |   8 +-
 content/doc/3.11/cql/appendices.html               | 270 ++++----
 content/doc/3.11/cql/changes.html                  |  96 +--
 content/doc/3.11/cql/ddl.html                      | 288 ++++----
 content/doc/3.11/cql/definitions.html              | 182 ++---
 content/doc/3.11/cql/dml.html                      | 322 ++++-----
 content/doc/3.11/cql/functions.html                | 446 ++++++------
 content/doc/3.11/cql/index.html                    |   2 +-
 content/doc/3.11/cql/indexes.html                  |  36 +-
 content/doc/3.11/cql/json.html                     | 124 ++--
 content/doc/3.11/cql/mvs.html                      |  50 +-
 content/doc/3.11/cql/security.html                 | 574 ++++++++--------
 content/doc/3.11/cql/triggers.html                 |  22 +-
 content/doc/3.11/cql/types.html                    | 316 ++++-----
 content/doc/3.11/data_modeling/index.html          |   2 +-
 content/doc/3.11/development/code_style.html       |  28 +-
 content/doc/3.11/development/how_to_commit.html    |  42 +-
 content/doc/3.11/development/how_to_review.html    |   6 +-
 content/doc/3.11/development/ide.html              |  52 +-
 content/doc/3.11/development/index.html            |   2 +-
 content/doc/3.11/development/patches.html          |  32 +-
 content/doc/3.11/development/testing.html          |  40 +-
 content/doc/3.11/faq/index.html                    | 102 +--
 content/doc/3.11/genindex.html                     |   2 +-
 content/doc/3.11/getting_started/configuring.html  |  38 +-
 content/doc/3.11/getting_started/drivers.html      |   2 +-
 content/doc/3.11/getting_started/index.html        |   2 +-
 content/doc/3.11/getting_started/installing.html   |  56 +-
 content/doc/3.11/getting_started/querying.html     |   4 +-
 content/doc/3.11/index.html                        |   2 +-
 content/doc/3.11/objects.inv                       | Bin 8167 -> 7694 bytes
 content/doc/3.11/operating/backups.html            |   2 +-
 content/doc/3.11/operating/bloom_filters.html      |  34 +-
 content/doc/3.11/operating/bulk_loading.html       |   2 +-
 content/doc/3.11/operating/cdc.html                |  22 +-
 content/doc/3.11/operating/compaction.html         | 146 ++--
 content/doc/3.11/operating/compression.html        |  34 +-
 content/doc/3.11/operating/hardware.html           |  16 +-
 content/doc/3.11/operating/hints.html              |   2 +-
 content/doc/3.11/operating/index.html              |   2 +-
 content/doc/3.11/operating/metrics.html            | 152 ++--
 content/doc/3.11/operating/read_repair.html        |   2 +-
 content/doc/3.11/operating/repair.html             |   2 +-
 content/doc/3.11/operating/security.html           | 158 ++---
 content/doc/3.11/operating/snitch.html             |  30 +-
 content/doc/3.11/operating/topo_changes.html       |  44 +-
 content/doc/3.11/search.html                       |   2 +-
 content/doc/3.11/searchindex.js                    |   2 +-
 content/doc/3.11/tools/cqlsh.html                  | 274 ++++----
 content/doc/3.11/tools/index.html                  |   2 +-
 content/doc/3.11/tools/nodetool.html               |   2 +-
 content/doc/3.11/tools/nodetool/assassinate.html   |   4 +-
 content/doc/3.11/tools/nodetool/bootstrap.html     |  12 +-
 content/doc/3.11/tools/nodetool/cleanup.html       |   4 +-
 content/doc/3.11/tools/nodetool/clearsnapshot.html |   4 +-
 content/doc/3.11/tools/nodetool/clientstats.html   |   4 +-
 content/doc/3.11/tools/nodetool/compact.html       |   4 +-
 .../doc/3.11/tools/nodetool/compactionhistory.html |   4 +-
 .../doc/3.11/tools/nodetool/compactionstats.html   |   4 +-
 content/doc/3.11/tools/nodetool/decommission.html  |   4 +-
 .../doc/3.11/tools/nodetool/describecluster.html   |   4 +-
 content/doc/3.11/tools/nodetool/describering.html  |   4 +-
 .../doc/3.11/tools/nodetool/disableauditlog.html   |   4 +-
 .../3.11/tools/nodetool/disableautocompaction.html |   4 +-
 content/doc/3.11/tools/nodetool/disablebackup.html |   4 +-
 content/doc/3.11/tools/nodetool/disablebinary.html |   4 +-
 .../3.11/tools/nodetool/disablefullquerylog.html   |   4 +-
 content/doc/3.11/tools/nodetool/disablegossip.html |   4 +-
 .../doc/3.11/tools/nodetool/disablehandoff.html    |   4 +-
 .../doc/3.11/tools/nodetool/disablehintsfordc.html |   4 +-
 .../tools/nodetool/disableoldprotocolversions.html |   4 +-
 content/doc/3.11/tools/nodetool/drain.html         |   4 +-
 .../doc/3.11/tools/nodetool/enableauditlog.html    |   4 +-
 .../3.11/tools/nodetool/enableautocompaction.html  |   4 +-
 content/doc/3.11/tools/nodetool/enablebackup.html  |   4 +-
 content/doc/3.11/tools/nodetool/enablebinary.html  |   4 +-
 .../3.11/tools/nodetool/enablefullquerylog.html    |   4 +-
 content/doc/3.11/tools/nodetool/enablegossip.html  |   4 +-
 content/doc/3.11/tools/nodetool/enablehandoff.html |   4 +-
 .../doc/3.11/tools/nodetool/enablehintsfordc.html  |   4 +-
 .../tools/nodetool/enableoldprotocolversions.html  |   4 +-
 .../doc/3.11/tools/nodetool/failuredetector.html   |   4 +-
 content/doc/3.11/tools/nodetool/flush.html         |   4 +-
 .../doc/3.11/tools/nodetool/garbagecollect.html    |   4 +-
 content/doc/3.11/tools/nodetool/gcstats.html       |   4 +-
 .../tools/nodetool/getbatchlogreplaythrottle.html  |   4 +-
 .../tools/nodetool/getcompactionthreshold.html     |   4 +-
 .../tools/nodetool/getcompactionthroughput.html    |   4 +-
 .../doc/3.11/tools/nodetool/getconcurrency.html    | 260 -------
 .../tools/nodetool/getconcurrentcompactors.html    |   4 +-
 .../tools/nodetool/getconcurrentviewbuilders.html  |   4 +-
 content/doc/3.11/tools/nodetool/getendpoints.html  |   4 +-
 .../tools/nodetool/getinterdcstreamthroughput.html |   4 +-
 .../doc/3.11/tools/nodetool/getlogginglevels.html  |   4 +-
 .../doc/3.11/tools/nodetool/getmaxhintwindow.html  |   4 +-
 content/doc/3.11/tools/nodetool/getreplicas.html   |   4 +-
 content/doc/3.11/tools/nodetool/getseeds.html      |   4 +-
 content/doc/3.11/tools/nodetool/getsstables.html   |   4 +-
 .../3.11/tools/nodetool/getstreamthroughput.html   |   4 +-
 content/doc/3.11/tools/nodetool/gettimeout.html    |   4 +-
 .../3.11/tools/nodetool/gettraceprobability.html   |   4 +-
 content/doc/3.11/tools/nodetool/gossipinfo.html    |   4 +-
 content/doc/3.11/tools/nodetool/handoffwindow.html |   4 +-
 content/doc/3.11/tools/nodetool/help.html          |   4 +-
 content/doc/3.11/tools/nodetool/import.html        |   4 +-
 content/doc/3.11/tools/nodetool/info.html          |   4 +-
 .../tools/nodetool/invalidatecountercache.html     |   4 +-
 .../3.11/tools/nodetool/invalidatekeycache.html    |   4 +-
 .../3.11/tools/nodetool/invalidaterowcache.html    |   4 +-
 content/doc/3.11/tools/nodetool/join.html          |   4 +-
 content/doc/3.11/tools/nodetool/listsnapshots.html |   8 +-
 content/doc/3.11/tools/nodetool/move.html          |   4 +-
 content/doc/3.11/tools/nodetool/netstats.html      |   4 +-
 content/doc/3.11/tools/nodetool/nodetool.html      |  29 +-
 content/doc/3.11/tools/nodetool/pausehandoff.html  |   4 +-
 content/doc/3.11/tools/nodetool/profileload.html   |   4 +-
 .../doc/3.11/tools/nodetool/proxyhistograms.html   |   4 +-
 .../doc/3.11/tools/nodetool/rangekeysample.html    |   4 +-
 content/doc/3.11/tools/nodetool/rebuild.html       |   4 +-
 content/doc/3.11/tools/nodetool/rebuild_index.html |   4 +-
 content/doc/3.11/tools/nodetool/refresh.html       |   4 +-
 .../3.11/tools/nodetool/refreshsizeestimates.html  |   4 +-
 .../doc/3.11/tools/nodetool/reloadlocalschema.html |   4 +-
 content/doc/3.11/tools/nodetool/reloadseeds.html   |   4 +-
 content/doc/3.11/tools/nodetool/reloadssl.html     |   4 +-
 .../doc/3.11/tools/nodetool/reloadtriggers.html    |   4 +-
 .../doc/3.11/tools/nodetool/relocatesstables.html  |   4 +-
 content/doc/3.11/tools/nodetool/removenode.html    |   4 +-
 content/doc/3.11/tools/nodetool/repair.html        |   7 +-
 content/doc/3.11/tools/nodetool/repair_admin.html  |   4 +-
 .../doc/3.11/tools/nodetool/replaybatchlog.html    |   4 +-
 .../doc/3.11/tools/nodetool/resetfullquerylog.html |   4 +-
 .../doc/3.11/tools/nodetool/resetlocalschema.html  |   4 +-
 content/doc/3.11/tools/nodetool/resumehandoff.html |   4 +-
 content/doc/3.11/tools/nodetool/ring.html          |   4 +-
 content/doc/3.11/tools/nodetool/scrub.html         |   4 +-
 .../tools/nodetool/setbatchlogreplaythrottle.html  |   4 +-
 .../doc/3.11/tools/nodetool/setcachecapacity.html  |   4 +-
 .../3.11/tools/nodetool/setcachekeystosave.html    |   4 +-
 .../tools/nodetool/setcompactionthreshold.html     |   4 +-
 .../tools/nodetool/setcompactionthroughput.html    |   4 +-
 .../doc/3.11/tools/nodetool/setconcurrency.html    | 262 -------
 .../tools/nodetool/setconcurrentcompactors.html    |   4 +-
 .../tools/nodetool/setconcurrentviewbuilders.html  |   4 +-
 .../tools/nodetool/sethintedhandoffthrottlekb.html |   4 +-
 .../tools/nodetool/setinterdcstreamthroughput.html |   4 +-
 .../doc/3.11/tools/nodetool/setlogginglevel.html   |   4 +-
 .../doc/3.11/tools/nodetool/setmaxhintwindow.html  |   4 +-
 .../3.11/tools/nodetool/setstreamthroughput.html   |   4 +-
 content/doc/3.11/tools/nodetool/settimeout.html    |   4 +-
 .../3.11/tools/nodetool/settraceprobability.html   |   4 +-
 content/doc/3.11/tools/nodetool/sjk.html           | 260 -------
 content/doc/3.11/tools/nodetool/snapshot.html      |   4 +-
 content/doc/3.11/tools/nodetool/status.html        |   4 +-
 .../3.11/tools/nodetool/statusautocompaction.html  |   4 +-
 content/doc/3.11/tools/nodetool/statusbackup.html  |   4 +-
 content/doc/3.11/tools/nodetool/statusbinary.html  |   4 +-
 content/doc/3.11/tools/nodetool/statusgossip.html  |   4 +-
 content/doc/3.11/tools/nodetool/statushandoff.html |   4 +-
 content/doc/3.11/tools/nodetool/stop.html          |   9 +-
 content/doc/3.11/tools/nodetool/stopdaemon.html    |   4 +-
 .../doc/3.11/tools/nodetool/tablehistograms.html   |   4 +-
 content/doc/3.11/tools/nodetool/tablestats.html    |   4 +-
 content/doc/3.11/tools/nodetool/toppartitions.html |   4 +-
 content/doc/3.11/tools/nodetool/tpstats.html       |   4 +-
 content/doc/3.11/tools/nodetool/truncatehints.html |   4 +-
 .../doc/3.11/tools/nodetool/upgradesstables.html   |   4 +-
 content/doc/3.11/tools/nodetool/verify.html        |   4 +-
 content/doc/3.11/tools/nodetool/version.html       |   4 +-
 .../doc/3.11/tools/nodetool/viewbuildstatus.html   |   4 +-
 content/doc/3.11/troubleshooting/index.html        |   2 +-
 content/doc/stable/architecture/dynamo.html        |  44 +-
 content/doc/stable/architecture/guarantees.html    |   2 +-
 content/doc/stable/architecture/index.html         |   2 +-
 content/doc/stable/architecture/overview.html      |   2 +-
 .../doc/stable/architecture/storage_engine.html    |  34 +-
 content/doc/stable/bugs.html                       |   6 +-
 .../configuration/cassandra_config_file.html       | 762 ++++++++++-----------
 content/doc/stable/configuration/index.html        |   2 +-
 content/doc/stable/contactus.html                  |   8 +-
 content/doc/stable/cql/appendices.html             | 270 ++++----
 content/doc/stable/cql/changes.html                |  96 +--
 content/doc/stable/cql/ddl.html                    | 288 ++++----
 content/doc/stable/cql/definitions.html            | 182 ++---
 content/doc/stable/cql/dml.html                    | 322 ++++-----
 content/doc/stable/cql/functions.html              | 446 ++++++------
 content/doc/stable/cql/index.html                  |   2 +-
 content/doc/stable/cql/indexes.html                |  36 +-
 content/doc/stable/cql/json.html                   | 124 ++--
 content/doc/stable/cql/mvs.html                    |  50 +-
 content/doc/stable/cql/security.html               | 574 ++++++++--------
 content/doc/stable/cql/triggers.html               |  22 +-
 content/doc/stable/cql/types.html                  | 316 ++++-----
 content/doc/stable/data_modeling/index.html        |   2 +-
 content/doc/stable/development/code_style.html     |  28 +-
 content/doc/stable/development/how_to_commit.html  |  42 +-
 content/doc/stable/development/how_to_review.html  |   6 +-
 content/doc/stable/development/ide.html            |  52 +-
 content/doc/stable/development/index.html          |   2 +-
 content/doc/stable/development/patches.html        |  32 +-
 content/doc/stable/development/testing.html        |  40 +-
 content/doc/stable/faq/index.html                  | 102 +--
 content/doc/stable/genindex.html                   |   2 +-
 .../doc/stable/getting_started/configuring.html    |  38 +-
 content/doc/stable/getting_started/drivers.html    |   2 +-
 content/doc/stable/getting_started/index.html      |   2 +-
 content/doc/stable/getting_started/installing.html |  56 +-
 content/doc/stable/getting_started/querying.html   |   4 +-
 content/doc/stable/index.html                      |   2 +-
 content/doc/stable/objects.inv                     | Bin 8167 -> 7694 bytes
 content/doc/stable/operating/backups.html          |   2 +-
 content/doc/stable/operating/bloom_filters.html    |  34 +-
 content/doc/stable/operating/bulk_loading.html     |   2 +-
 content/doc/stable/operating/cdc.html              |  22 +-
 content/doc/stable/operating/compaction.html       | 146 ++--
 content/doc/stable/operating/compression.html      |  34 +-
 content/doc/stable/operating/hardware.html         |  16 +-
 content/doc/stable/operating/hints.html            |   2 +-
 content/doc/stable/operating/index.html            |   2 +-
 content/doc/stable/operating/metrics.html          | 152 ++--
 content/doc/stable/operating/read_repair.html      |   2 +-
 content/doc/stable/operating/repair.html           |   2 +-
 content/doc/stable/operating/security.html         | 158 ++---
 content/doc/stable/operating/snitch.html           |  30 +-
 content/doc/stable/operating/topo_changes.html     |  44 +-
 content/doc/stable/search.html                     |   2 +-
 content/doc/stable/searchindex.js                  |   2 +-
 content/doc/stable/tools/cqlsh.html                | 274 ++++----
 content/doc/stable/tools/index.html                |   2 +-
 content/doc/stable/tools/nodetool.html             |   2 +-
 content/doc/stable/tools/nodetool/assassinate.html |   4 +-
 content/doc/stable/tools/nodetool/bootstrap.html   |  12 +-
 content/doc/stable/tools/nodetool/cleanup.html     |   4 +-
 .../doc/stable/tools/nodetool/clearsnapshot.html   |   4 +-
 content/doc/stable/tools/nodetool/clientstats.html |   4 +-
 content/doc/stable/tools/nodetool/compact.html     |   4 +-
 .../stable/tools/nodetool/compactionhistory.html   |   4 +-
 .../doc/stable/tools/nodetool/compactionstats.html |   4 +-
 .../doc/stable/tools/nodetool/decommission.html    |   4 +-
 .../doc/stable/tools/nodetool/describecluster.html |   4 +-
 .../doc/stable/tools/nodetool/describering.html    |   4 +-
 .../doc/stable/tools/nodetool/disableauditlog.html |   4 +-
 .../tools/nodetool/disableautocompaction.html      |   4 +-
 .../doc/stable/tools/nodetool/disablebackup.html   |   4 +-
 .../doc/stable/tools/nodetool/disablebinary.html   |   4 +-
 .../stable/tools/nodetool/disablefullquerylog.html |   4 +-
 .../doc/stable/tools/nodetool/disablegossip.html   |   4 +-
 .../doc/stable/tools/nodetool/disablehandoff.html  |   4 +-
 .../stable/tools/nodetool/disablehintsfordc.html   |   4 +-
 .../tools/nodetool/disableoldprotocolversions.html |   4 +-
 content/doc/stable/tools/nodetool/drain.html       |   4 +-
 .../doc/stable/tools/nodetool/enableauditlog.html  |   4 +-
 .../tools/nodetool/enableautocompaction.html       |   4 +-
 .../doc/stable/tools/nodetool/enablebackup.html    |   4 +-
 .../doc/stable/tools/nodetool/enablebinary.html    |   4 +-
 .../stable/tools/nodetool/enablefullquerylog.html  |   4 +-
 .../doc/stable/tools/nodetool/enablegossip.html    |   4 +-
 .../doc/stable/tools/nodetool/enablehandoff.html   |   4 +-
 .../stable/tools/nodetool/enablehintsfordc.html    |   4 +-
 .../tools/nodetool/enableoldprotocolversions.html  |   4 +-
 .../doc/stable/tools/nodetool/failuredetector.html |   4 +-
 content/doc/stable/tools/nodetool/flush.html       |   4 +-
 .../doc/stable/tools/nodetool/garbagecollect.html  |   4 +-
 content/doc/stable/tools/nodetool/gcstats.html     |   4 +-
 .../tools/nodetool/getbatchlogreplaythrottle.html  |   4 +-
 .../tools/nodetool/getcompactionthreshold.html     |   4 +-
 .../tools/nodetool/getcompactionthroughput.html    |   4 +-
 .../doc/stable/tools/nodetool/getconcurrency.html  | 260 -------
 .../tools/nodetool/getconcurrentcompactors.html    |   4 +-
 .../tools/nodetool/getconcurrentviewbuilders.html  |   4 +-
 .../doc/stable/tools/nodetool/getendpoints.html    |   4 +-
 .../tools/nodetool/getinterdcstreamthroughput.html |   4 +-
 .../stable/tools/nodetool/getlogginglevels.html    |   4 +-
 .../stable/tools/nodetool/getmaxhintwindow.html    |   4 +-
 content/doc/stable/tools/nodetool/getreplicas.html |   4 +-
 content/doc/stable/tools/nodetool/getseeds.html    |   4 +-
 content/doc/stable/tools/nodetool/getsstables.html |   4 +-
 .../stable/tools/nodetool/getstreamthroughput.html |   4 +-
 content/doc/stable/tools/nodetool/gettimeout.html  |   4 +-
 .../stable/tools/nodetool/gettraceprobability.html |   4 +-
 content/doc/stable/tools/nodetool/gossipinfo.html  |   4 +-
 .../doc/stable/tools/nodetool/handoffwindow.html   |   4 +-
 content/doc/stable/tools/nodetool/help.html        |   4 +-
 content/doc/stable/tools/nodetool/import.html      |   4 +-
 content/doc/stable/tools/nodetool/info.html        |   4 +-
 .../tools/nodetool/invalidatecountercache.html     |   4 +-
 .../stable/tools/nodetool/invalidatekeycache.html  |   4 +-
 .../stable/tools/nodetool/invalidaterowcache.html  |   4 +-
 content/doc/stable/tools/nodetool/join.html        |   4 +-
 .../doc/stable/tools/nodetool/listsnapshots.html   |   8 +-
 content/doc/stable/tools/nodetool/move.html        |   4 +-
 content/doc/stable/tools/nodetool/netstats.html    |   4 +-
 content/doc/stable/tools/nodetool/nodetool.html    |  29 +-
 .../doc/stable/tools/nodetool/pausehandoff.html    |   4 +-
 content/doc/stable/tools/nodetool/profileload.html |   4 +-
 .../doc/stable/tools/nodetool/proxyhistograms.html |   4 +-
 .../doc/stable/tools/nodetool/rangekeysample.html  |   4 +-
 content/doc/stable/tools/nodetool/rebuild.html     |   4 +-
 .../doc/stable/tools/nodetool/rebuild_index.html   |   4 +-
 content/doc/stable/tools/nodetool/refresh.html     |   4 +-
 .../tools/nodetool/refreshsizeestimates.html       |   4 +-
 .../stable/tools/nodetool/reloadlocalschema.html   |   4 +-
 content/doc/stable/tools/nodetool/reloadseeds.html |   4 +-
 content/doc/stable/tools/nodetool/reloadssl.html   |   4 +-
 .../doc/stable/tools/nodetool/reloadtriggers.html  |   4 +-
 .../stable/tools/nodetool/relocatesstables.html    |   4 +-
 content/doc/stable/tools/nodetool/removenode.html  |   4 +-
 content/doc/stable/tools/nodetool/repair.html      |   7 +-
 .../doc/stable/tools/nodetool/repair_admin.html    |   4 +-
 .../doc/stable/tools/nodetool/replaybatchlog.html  |   4 +-
 .../stable/tools/nodetool/resetfullquerylog.html   |   4 +-
 .../stable/tools/nodetool/resetlocalschema.html    |   4 +-
 .../doc/stable/tools/nodetool/resumehandoff.html   |   4 +-
 content/doc/stable/tools/nodetool/ring.html        |   4 +-
 content/doc/stable/tools/nodetool/scrub.html       |   4 +-
 .../tools/nodetool/setbatchlogreplaythrottle.html  |   4 +-
 .../stable/tools/nodetool/setcachecapacity.html    |   4 +-
 .../stable/tools/nodetool/setcachekeystosave.html  |   4 +-
 .../tools/nodetool/setcompactionthreshold.html     |   4 +-
 .../tools/nodetool/setcompactionthroughput.html    |   4 +-
 .../doc/stable/tools/nodetool/setconcurrency.html  | 262 -------
 .../tools/nodetool/setconcurrentcompactors.html    |   4 +-
 .../tools/nodetool/setconcurrentviewbuilders.html  |   4 +-
 .../tools/nodetool/sethintedhandoffthrottlekb.html |   4 +-
 .../tools/nodetool/setinterdcstreamthroughput.html |   4 +-
 .../doc/stable/tools/nodetool/setlogginglevel.html |   4 +-
 .../stable/tools/nodetool/setmaxhintwindow.html    |   4 +-
 .../stable/tools/nodetool/setstreamthroughput.html |   4 +-
 content/doc/stable/tools/nodetool/settimeout.html  |   4 +-
 .../stable/tools/nodetool/settraceprobability.html |   4 +-
 content/doc/stable/tools/nodetool/sjk.html         | 260 -------
 content/doc/stable/tools/nodetool/snapshot.html    |   4 +-
 content/doc/stable/tools/nodetool/status.html      |   4 +-
 .../tools/nodetool/statusautocompaction.html       |   4 +-
 .../doc/stable/tools/nodetool/statusbackup.html    |   4 +-
 .../doc/stable/tools/nodetool/statusbinary.html    |   4 +-
 .../doc/stable/tools/nodetool/statusgossip.html    |   4 +-
 .../doc/stable/tools/nodetool/statushandoff.html   |   4 +-
 content/doc/stable/tools/nodetool/stop.html        |   9 +-
 content/doc/stable/tools/nodetool/stopdaemon.html  |   4 +-
 .../doc/stable/tools/nodetool/tablehistograms.html |   4 +-
 content/doc/stable/tools/nodetool/tablestats.html  |   4 +-
 .../doc/stable/tools/nodetool/toppartitions.html   |   4 +-
 content/doc/stable/tools/nodetool/tpstats.html     |   4 +-
 .../doc/stable/tools/nodetool/truncatehints.html   |   4 +-
 .../doc/stable/tools/nodetool/upgradesstables.html |   4 +-
 content/doc/stable/tools/nodetool/verify.html      |   4 +-
 content/doc/stable/tools/nodetool/version.html     |   4 +-
 .../doc/stable/tools/nodetool/viewbuildstatus.html |   4 +-
 content/doc/stable/troubleshooting/index.html      |   2 +-
 content/feed.xml                                   |   2 +-
 docker-entrypoint.sh                               |  11 +-
 src/community.md                                   |   2 +-
 src/doc/3.11                                       |   2 +-
 363 files changed, 5424 insertions(+), 7045 deletions(-)
 delete mode 100644 content/doc/3.11/tools/nodetool/getconcurrency.html
 delete mode 100644 content/doc/3.11/tools/nodetool/setconcurrency.html
 delete mode 100644 content/doc/3.11/tools/nodetool/sjk.html
 delete mode 100644 content/doc/stable/tools/nodetool/getconcurrency.html
 delete mode 100644 content/doc/stable/tools/nodetool/setconcurrency.html
 delete mode 100644 content/doc/stable/tools/nodetool/sjk.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org