You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/21 06:09:32 UTC

[cassandra-website] branch master updated (c1628ab -> 48a7cd3)

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

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


    from c1628ab  ninja-fix: remove blank index.html in doc/ directory. Directory listing is intentional (and nobody links to it anyhow)
     new 7ecaff4  Symlink for 3.11 should point to latest 3.11* (not earliest)
     new 48a7cd3  regenerated website

The 2 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/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/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/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/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/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/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                               |  13 +-
 src/doc/3.11                                       |   2 +-
 .../_sources/development/patches.rst.txt           |   2 +-
 .../_sources/getting_started/index.rst.txt         |   1 +
 .../_sources/getting_started/installing.rst.txt    | 306 +++++++--
 .../_sources/operating/compaction.rst.txt          | 447 ------------
 .../4.0-alpha4/_sources/operating/hardware.rst.txt |   2 -
 .../4.0-alpha4/_sources/operating/index.rst.txt    |   2 +-
 .../4.0-alpha4/_sources/operating/snitch.rst.txt   |   8 +-
 src/doc/4.0-alpha4/_sources/tools/cqlsh.rst.txt    |   3 +
 src/doc/4.0-alpha4/cql/ddl.html                    |   8 +-
 src/doc/4.0-alpha4/development/patches.html        |   2 +-
 src/doc/4.0-alpha4/faq/index.html                  |   2 +-
 .../4.0-alpha4/getting_started/configuring.html    |   1 +
 src/doc/4.0-alpha4/getting_started/drivers.html    |   5 +-
 src/doc/4.0-alpha4/getting_started/index.html      |  18 +-
 src/doc/4.0-alpha4/getting_started/installing.html | 312 +++++++--
 src/doc/4.0-alpha4/getting_started/querying.html   |   1 +
 src/doc/4.0-alpha4/new/index.html                  |   4 +-
 src/doc/4.0-alpha4/objects.inv                     | Bin 9394 -> 9472 bytes
 src/doc/4.0-alpha4/operating/backups.html          |   2 +-
 src/doc/4.0-alpha4/operating/bloom_filters.html    |   6 +-
 src/doc/4.0-alpha4/operating/bulk_loading.html     |   2 +-
 src/doc/4.0-alpha4/operating/cdc.html              |   2 +-
 src/doc/4.0-alpha4/operating/compaction.html       | 521 --------------
 src/doc/4.0-alpha4/operating/compression.html      |   2 +-
 src/doc/4.0-alpha4/operating/hardware.html         |   4 +-
 src/doc/4.0-alpha4/operating/hints.html            |   6 +-
 src/doc/4.0-alpha4/operating/index.html            |  34 +-
 src/doc/4.0-alpha4/operating/metrics.html          |   2 +-
 src/doc/4.0-alpha4/operating/read_repair.html      |   2 +-
 src/doc/4.0-alpha4/operating/repair.html           |   2 +-
 src/doc/4.0-alpha4/operating/security.html         |   2 +-
 src/doc/4.0-alpha4/operating/snitch.html           |  10 +-
 src/doc/4.0-alpha4/operating/topo_changes.html     |   2 +-
 src/doc/4.0-alpha4/searchindex.js                  |   2 +-
 src/doc/4.0-alpha4/tools/cqlsh.html                |   2 +
 390 files changed, 6074 insertions(+), 6556 deletions(-)
 delete mode 100644 src/doc/4.0-alpha4/_sources/operating/compaction.rst.txt
 delete mode 100644 src/doc/4.0-alpha4/operating/compaction.html


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


[cassandra-website] 01/02: Symlink for 3.11 should point to latest 3.11* (not earliest)

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

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

commit 7ecaff4354a7af4d10b2e8aba21d9b0603733b0c
Author: mck <mc...@apache.org>
AuthorDate: Mon Apr 20 22:13:46 2020 +0200

    Symlink for 3.11 should point to latest 3.11* (not earliest)
---
 docker-entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 578804c..02b5afd 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -27,7 +27,7 @@ popd
 make .build-doc
 
 # Relink the 3.11 version
-LATEST_VERSION=$(basename $(find ./doc -iname 3.11* -type d | head -n 1))
+LATEST_VERSION=$(basename $(find ./doc -iname 3.11* -type d | tail -n 1))
 rm -f doc/3.11
 ln -s -f ${LATEST_VERSION} doc/3.11
 


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