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 15:07:09 UTC

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

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 85eb5fd  generate docs for c909aba7
     add 338bcc2  ninja-fix: Symlink for 3.11 should point to latest 3.11* (not earliest)  the previous fix for this in 7ecaff4 wasn't sorting, so head or tail was meaningless
     new 398760d  generate docs for 338bcc26

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   (85eb5fd)
            \
             N -- N -- N   refs/heads/asf-staging (398760d)

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/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 7694 -> 8167 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 +-
 .../tools/nodetool/getconcurrency.html             |   2 +-
 .../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 +-
 .../tools/nodetool/setconcurrency.html             |   2 +-
 .../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 +-
 .../doc/{3.11.7 => 3.11}/tools/nodetool/sjk.html   |   2 +-
 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 7694 -> 8167 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 +-
 .../tools/nodetool/getconcurrency.html             |   2 +-
 .../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 +-
 .../tools/nodetool/setconcurrency.html             |   2 +-
 .../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 +-
 .../doc/{3.11.7 => stable}/tools/nodetool/sjk.html |   2 +-
 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                               |   2 +-
 src/doc/3.11                                       |   2 +-
 361 files changed, 5483 insertions(+), 5421 deletions(-)
 copy content/doc/{3.11.7 => 3.11}/tools/nodetool/getconcurrency.html (99%)
 copy content/doc/{3.11.7 => 3.11}/tools/nodetool/setconcurrency.html (99%)
 copy content/doc/{3.11.7 => 3.11}/tools/nodetool/sjk.html (99%)
 copy content/doc/{3.11.7 => stable}/tools/nodetool/getconcurrency.html (99%)
 copy content/doc/{3.11.7 => stable}/tools/nodetool/setconcurrency.html (99%)
 copy content/doc/{3.11.7 => stable}/tools/nodetool/sjk.html (99%)


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


[cassandra-website] 01/01: generate docs for 338bcc26

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 398760d305e687e324f5596902d42ca8fd33b7db
Author: jenkins <us...@infra.apache.org>
AuthorDate: Wed Apr 29 15:07:05 2020 +0000

    generate docs for 338bcc26
---
 content/community/index.html | 2 +-
 content/feed.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/community/index.html b/content/community/index.html
index 0a109eb..7733ac3 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -142,7 +142,7 @@ Overflow.</p>
 <h3 id="books-and-publications">Books and Publications</h3>
 
 <ul>
-  <li><a href="http://shop.oreilly.com/product/0636920043041.do">Cassandra: The Definitive Guide, 2nd Edition</a>, by Jeff Carpenter and Eben Hewitt. Updated for Cassandra 3.0</li>
+  <li><a href="http://shop.oreilly.com/product/0636920299837.do">Cassandra: The Definitive Guide, 3rd Edition</a>, by Jeff Carpenter and Eben Hewitt. Updated for Cassandra 4.0</li>
   <li><a href="https://www.amazon.com/Mastering-Apache-Cassandra-Nishant-Neeraj/dp/1784392618/">Mastering Apache Cassandra, 2nd Edition</a>, by Nishant Neeraj</li>
   <li><a href="https://www.amazon.com/Learning-Apache-Cassandra-Tolerant-Real-Time/dp/1783989203/">Learning Apache Cassandra - Manage Fault Tolerant and Scalable Real-Time Data</a>, by Mat Brown</li>
   <li><a href="https://dl.acm.org/citation.cfm?id=1773922">Cassandra: a decentralized structured storage system</a>, by Avinash Lakshman and Prashant Malik</li>
diff --git a/content/feed.xml b/content/feed.xml
index 24bfdc6..c24297f 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-24T15:00:21+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-29T15:06:48+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
 </subtitle><entry><title type="html">Even Higher Availability with 5x Faster Streaming in Cassandra 4.0</title><link href="http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming.html" rel="alternate" type="text/html" title="Even Higher Availability with 5x Faster Streaming in Cassandra 4.0" /><published>2019-04-09T08:00:00+00:00</published><updated>2019-04-09T08:00:00+00:00</updated><id>http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming</id><content type="html [...]
 
 &lt;h2 id=&quot;high-availability&quot;&gt;High Availability&lt;/h2&gt;


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