Commit Graph

942 Commits

Author SHA1 Message Date
Marcus Eriksson 537321e9c7 Remove stress server functionality
Patch by marcuse; reviewed by Brandon Williams for CASSANDRA-17535
2022-04-08 14:34:43 +02:00
Jogesh Anand e137c7c34c Add support for IF EXISTS and IF NOT EXISTS in ALTER statements
patch by Jogesh Anand; reviewed by Benjamin Lerer, Berenguer Blasi for CASSANDRA-16916
2022-04-04 11:35:16 +02:00
Bereng bdde665032 Adding docs for pre hashed passwords
patch by Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-17494
2022-04-04 07:17:37 +02:00
Stefan Miklosovic e9ca465468 allow users to change cqlsh history location using env variable
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-17448
2022-03-24 23:24:21 +01:00
Josh McKenzie 10103d353c Add required -f option to nodetool verify
Patch by Josh McKenzie; reviewed by Marcus Eriksson, Berenguer Blasi, and Caleb Rackliffe for CASSANDRA-17017

Co-authored by Josh McKenzie <jmckenzie@apache.org>
Co-authored by Chris Lohfink <clohfink@apple.com>
2022-03-24 11:54:16 -04:00
Erick Ramirez 6a3edecd21 Merge branch 'cassandra-4.0' into trunk 2022-03-22 11:14:13 +00:00
Erick Ramirez a14700bf76 Merge branch 'cassandra-3.11' into cassandra-4.0 2022-03-22 11:09:04 +00:00
Erick Ramirez 84f629752f Fixed Configuration index, topologies, CDC archiving properties pages (3.11)
patch by taku333, Erick Ramirez; reviewed by Erick Ramirez for CASSANDRA-17444

Co-authored by: taku333 <19281989thezuka@gmail.com>
Co-authored by: Erick Ramirez <erickramirezau@apache.org>
2022-03-22 11:02:50 +00:00
Ekaterina Dimitrova d67be0def4 Add docs about configuration framework added in CASSANDRA-15234
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever and Caleb Rackliffe for CASSANDRA-17246
2022-03-18 14:33:19 -04:00
Francisco Guerrero 61be4d8362 expose gossip information in system_views.gossip_info virtual table
patch by Francisco Guerrero; reviewed by Stefan Miklosovic and Yifan Cai for CASSANDRA-17002

This commit adds a new virtual table that exposes the gossip information in tabular format.

The information is the same as the information presented through the `nodetool gossipinfo`
command, but the virtual table splits the version and value from `VersionedValue` into two
different columns. This is intented to help clients reading the vtable without the need of
parsing the version:value information (as it currently stands in gossipinfo).

The token value does not have a column. This is consistent with the gossipinfo output which
always renders ":<hidden>" for the Token value. Only the token_version column is available.
2022-03-16 01:41:10 +01:00
Bereng ac34f28e31 Documentation update of virtual table system_views.clients
patch by Tibor Repasi; reviewed by Berenguer Blasi, Ekaterina Dimitrova for CASSANDRA-17344
2022-03-08 11:26:44 +01:00
Erick Ramirez 00cf266a8f Fixed title on STCS page, broken links on compaction page (4.0)
patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
2022-03-05 00:24:55 +00:00
Erick Ramirez f1c7bf9a54 Fixed title on STCS page, broken links on compaction page (trunk)
patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
2022-03-05 00:23:15 +00:00
Erick Ramirez 477d006c6c Fixed title on STCS page, broken links on compaction page (3.11)
patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
2022-03-05 00:20:39 +00:00
Ekaterina Dimitrova 769f6b3122 Merge branch 'cassandra-4.0' into trunk 2022-02-25 11:54:34 -05:00
Ekaterina Dimitrova 22a4ae16e4 Deprecate JavaScript user-defined functions
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi and Marcus Eriksson for CASSANDRA-17280
2022-02-25 11:32:25 -05:00
Maulin Vasavada 6d0db649ca add documentation for CASSANDRA-16950 and CASSANDRA-17031
patch by Maulin Vasavada; reviewed by Stefan Miklosovic for CASSANDRA-16950
2022-02-10 10:55:41 +01:00
Ekaterina Dimitrova 23138252f2 Transfer parameters to the newly introduced configuration framework (6)
patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, David Capwell, Michael Semb Wever and Benjamin Lerer for CASSANDRA-15234
2022-02-05 22:28:40 -05:00
Stefan Miklosovic da47849b50 Remove Windows-specific classes and related code
patch by Stefan Miklosovic; reviewed by Joshua McKenzie, Bowen Song, Berenguer Blasi for CASSANDRA-16956
2022-02-05 15:41:33 +01:00
Mick Semb Wever b968dd49e1
Merge branch 'cassandra-4.0' into trunk 2022-02-04 14:47:29 +01:00
Mick Semb Wever 02f58d70d0
Merge branch 'cassandra-3.11' into cassandra-4.0 2022-02-04 14:46:06 +01:00
Andrew Hogg e4c6b8e1ed
Hints page has a misaligned settings table
patch by Andrew Hogg; reviewed by Mick Semb Wever for CASSANDRA-17346
2022-02-04 14:43:06 +01:00
Shailaja Koppu 945a4fc23a Add a virtual table for exposing prepared statements metrics
patch by Shailaja Koppu; reviewed by Ekaterina Dimitrova, Francisco Guerrero, Yifan Cai for CASSANDRA-17224
2022-02-01 12:45:51 -08:00
Bereng ff4d63d392 Merge branch 'cassandra-4.0' into trunk 2022-01-25 07:11:04 +01:00
Bereng 85248da628 PasswordObfuscator should not assume PASSWORD is the last item in the WITH clause
patch by Berenguer Blasi; reviewed by Benjamin Lerer, Ekaterina Dimitrova for CASSANDRA-16801
2022-01-25 07:08:48 +01:00
Ekaterina Dimitrova 8ace479455 Merge branch 'cassandra-4.0' into trunk 2022-01-24 12:50:39 -05:00
Ekaterina Dimitrova 2b63dc7044 Full support for Java 11; it is not experimental anymore
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-16894
2022-01-24 12:11:12 -05:00
Mick Semb Wever 54aee87c56
Merge branch 'cassandra-4.0' into trunk 2022-01-05 23:11:36 +01:00
Mick Semb Wever 0aad2e9e86
Merge branch 'cassandra-3.11' into cassandra-4.0 2022-01-05 23:00:27 +01:00
Lorina Poland 05b0eaecad
Migrate documentation to AsciiDoc
This commit sets up a new documentation structure and format:

* The directory struture changes from a Sphinx project to an Antora module layout.
* The formatting of the content changes from reStructuredText to AsciiDoc.

The documentation must now be built and published with Antora. Initially only from the cassandra-website repository.

This change was done to make maintaining versioned website documentation easier. As Antora is designed to generate versioned documentation.

The old directory structure was:

<ROOT>
  - doc/
    - cql3/
      - CQL.css
      - CQL.textile
    - source/
      - _static/
      - _templates/
      - _theme/
      - _util/
      - <other directory sections>/
      - conf.py
      - index.rst
      - <other *.rst pages>
    - make.bat
    - Makefile
    - README.md
    - SASI.md
    - <*.spec files>
    - <generation scripts>

The new directory structure organises the documentation into modules:

<ROOT>
  - doc/
    - cql3
    - modules/
      - cassandra/
        - assets/
        - examples/
        - pages/
        - partials/
        - nav.adoc
      - ROOT/
        - pages/
        - nav.adoc
    - scripts/
    - antora.yaml
    - README.md
    - SASI.md

 patch by Lorina Poland, Anthony Grasso; reviewed by Anthony Grasso, Mick Semb Wever for CASSANDRA-16763

Co-authored-by: Anthony Grasso <anthony@thelastpickle.com>
2022-01-05 22:03:02 +01:00
Aleksei Zotov 63292292b8 Implement Virtual Tables for Auth Caches
Patch by Aleksei Zotov; reviewed by Sam Tunnicliffe, and Benjamin Lerer for CASSANDRA-16914
2021-11-10 12:04:04 +04:00
Josh McKenzie ab920c3031 Add a Denylist to block reads and writes on specific partition keys
Patch by Josh McKenzie, reviewed by Aleksei Zotov and Sumanth Pasupuleti for CASSANDRA-12106

Co-authored by Josh McKenzie <jmckenzie@apache.org>
Co-authored by Sam Overton
2021-11-01 12:43:51 -04:00
kurt b2ccd0f3f5 ensure hint window is persistent across restarts of a node
patch by Kurt Greaves; reviewed by Brandon Williams, Mick Semb Wever and Stefan Miklosovic for CASSANDRA-14309
2021-10-22 17:23:06 +02:00
Aleksei Zotov 460ae341f5 Make nodetool compactionstats and sstable_tasks consistent
patch by Aleksei Zotov; reviewed by Stefan Miklocovic and Brandon Williams for CASSANDRA-16976
2021-10-14 15:16:12 +04:00
Sumanth Pasupuleti 5fdadb25f9 add default_keyspace_rf and minimum_keyspace_rf configuration options
Patch by Sumanth Pasupuleti; reviewed by Jaydeepkumar Chovatia, Alex Petrov, Stefan Miklosovic and Alexander Zotov for CASSANDRA-14557.
2021-10-13 10:15:24 +02:00
Andrés de la Peña 0d4cc2ef0d Add support for type casting in WHERE clause components and in the values of INSERT/UPDATE statements
patch by Andrés de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14337
2021-10-12 11:55:31 +01:00
Bowen Song 917d74bd35 add credentials file support for CQLSH
patch by Bowen Song; reviewed by Brian Houser, Stefan Miklosovic and Brandon Williams for CASSANDRA-16983
2021-10-11 18:33:16 +02:00
Maulin Vasavada 24dcc280c2 CEP-9 make SSLContext creation pluggable
patch by Maulin Vasavada; reviewed by Jon Meredith, Stefan Miklosovic and Berenguer Blasi for CASSANDRA-16666
2021-10-04 08:54:48 +02:00
Brandon Williams 9ed8810183 Add sstable count to compactionstats output
Patch by brandonwilliams; reviwed by Aleksei Zotov and adelapena for
CASSANDRA-16844
2021-09-22 11:39:22 -05:00
Aleksei Zotov f7c71f65c0 Allow DELETE and TRUNCATE to work on Virtual Tables if the implementation allows it
patch by Aleksei Zoto; reviewed by Benjamin Lerer and Chris Lohfink for
CASSANDRA-16806
2021-09-17 15:07:36 +02:00
Andrés de la Peña 4e2464d44e Merge branch 'cassandra-4.0' into trunk 2021-07-30 18:12:01 +01:00
Andrés de la Peña d319352fa8 Improve help, doc and error messages about sstabledump -k and -x arguments
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova for CASSANDRA-16818
2021-07-30 18:05:22 +01:00
Mick Semb Wever 9cc7a0025d
Update release doc to include steps to perform on failed vote 2021-07-17 12:50:34 +02:00
Mick Semb Wever c3f3d67c05
Merge branch 'cassandra-4.0' into trunk 2021-06-27 18:14:56 +02:00
Mick Semb Wever 0fc876894a
ninja-fix: update release docs for correct nexus terminology 2021-06-27 18:13:59 +02:00
Mick Semb Wever aac6f7db8c
Merge branch 'cassandra-4.0' into trunk 2021-06-25 13:09:36 +02:00
Mick Semb Wever 6fc0715fe0
Merge branch 'cassandra-3.11' into cassandra-4.0 2021-06-25 12:59:59 +02:00
Bhouse99 b3cdc131ab
Fixes License text problem in docs (gen-doc)
patch by Brian Houser; review by Mick Semb Wever for CASSANDRA-16727
2021-06-25 12:55:48 +02:00
Benjamin Lerer c9130d454c Merge branch cassandra-4.0 into trunk 2021-06-18 15:17:52 +02:00
Benjamin Lerer bdb7c3b377 Merge branch cassandra-3.11 into cassandra-4.0.0 2021-06-18 15:11:27 +02:00
Ben Slater db7f15dcd5 Clarify in the documentation that "Cassandra must be stopped" applies to the source cluster for sstableloader
patch by Ben Slater; reviewed by Stefan Miklosovic for CASSANDRA-16746
2021-06-16 11:44:29 +02:00
Sumanth Pasupuleti f978bea272 Obfuscate passwords in statements in QueryEvents
patch by Sumanth Pasupuleti; reviewed by Ekaterina Dimitrova, Stefan Miklosovic and Vinay Chella for CASSANDRA-16669
2021-06-15 14:31:59 +02:00
Yifan Cai 326802e583 Merge branch 'cassandra-3.11' into cassandra-4.0 2021-05-31 11:19:11 -07:00
Alexey Zotov 803a23b2f1 Fix LeveledCompactionStrategy compacts last level throw an ArrayIndexOutOfBoundsException
patch by Alexey Zotov; reviewed by Marcus Eriksson, Yifan Cai for CASSANDRA-15669
2021-05-31 11:17:51 -07:00
Andrés de la Peña 0d3ead9f55 Merge branch 'cassandra-3.11' into cassandra-4.0 2021-05-27 16:33:44 +01:00
Andrés de la Peña 7694cc5173 Merge branch 'cassandra-3.0' into cassandra-3.11 2021-05-27 16:32:01 +01:00
Justin Chu 55b4b8dd3b Ninja fix typo in commit log archive page 2021-05-26 16:44:39 -04:00
Ekaterina Dimitrova 658f3e11a6 Improve AuditLogging documentation and logback.xml
authored by Ekaterina Dimitrova, reviewed by Sarma Pydipally, Brandon Williams for CASSANDRA-16682
2021-05-21 14:42:53 -04:00
Bereng 2ca525b6b7 Merge branch 'cassandra-3.11' into cassandra-4.0 2021-05-18 06:40:52 +02:00
Bereng 317a4a864c Merge branch 'cassandra-3.0' into cassandra-3.11 2021-05-18 06:39:11 +02:00
Andrés de la Peña 98b449f38a Merge branch 'cassandra-3.11' into cassandra-4.0 2021-05-12 11:28:55 +01:00
Andrés de la Peña 1e42c105ce Merge branch 'cassandra-3.0' into cassandra-3.11 2021-05-12 11:25:57 +01:00
Mick Semb Wever 0c7833a52b
Merge branch 'cassandra-3.11' into cassandra-4.0 2021-05-04 18:20:52 +02:00
Mick Semb Wever 321e6422e2
Update how_to_commit.rst after creating release branch 4.0
patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova for CASSANDRA-16642
2021-05-04 18:08:06 +02:00
Brandon Williams e2ee45cc74 Ninja remove '!=' operator from cql doc for CASSANDRA-16635 2021-04-27 08:53:32 -05:00
Sam Tunnicliffe 9cda055faa Merge branch 'cassandra-3.11' into trunk 2021-04-27 09:31:45 +01:00
Sam Tunnicliffe 87a46c36f0 Merge branch 'cassandra-3.0' into cassandra-3.11 2021-04-27 09:20:25 +01:00
Bereng e74d89114d Fix How-to Commit docs
patch by Berenguer Blasi; reviewed by Mick Semb Wever, Ekaterina Dimitrova for CASSANDRA-16626
2021-04-27 07:49:39 +02:00
Mick Semb Wever ab91b1fdc7
Update release process documentation wrt bintray removal and new usage of ASF JFrog Artifactory
ref: https://github.com/apache/cassandra/pull/985

 patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova
2021-04-26 16:44:25 +02:00
Yifan Cai 0fd8f0a52f Revise the metrics docs
patch by Yifan Cai; reviewed by Brandon Williams for CASSANDRA-16602
2021-04-21 13:23:59 -07:00
Mick Semb Wever 7337fc0ab4
Merge branch 'cassandra-3.11' into trunk 2021-04-19 17:39:10 +02:00
Mick Semb Wever 2ec96ae669
Merge branch 'cassandra-3.0' into cassandra-3.11 2021-04-19 17:34:05 +02:00
Mick Semb Wever 50a97a0d76
Merge branch 'cassandra-2.2' into cassandra-3.0 2021-04-19 17:29:00 +02:00
Mick Semb Wever 53b0661cbb
Fix rat checking for files with missing license headers
patch by Mick Semb Wever; reviewed by Brandon Williams, Ekaterina Dimitrova for CASSANDRA-16558
2021-04-19 17:18:26 +02:00
Mick Semb Wever 7ccb4a0e24
Merge branch 'cassandra-3.11' into trunk 2021-04-07 17:53:23 +02:00
Angelo Polo 6edd7db751
Eliminate gen-doc template warning and unused (problematic) import
gen-doc is now python3 compatible

 patch by Angelo Polo; reviewed by Ekaterina Dimitrova, Mick Semb Wever for CASSANDRA-16206
2021-04-07 17:50:24 +02:00
Mick Semb Wever 1a92e4a649
Merge branch 'cassandra-3.11' into trunk 2021-03-27 00:38:31 +01:00
Mick Semb Wever 9e513390b7
Merge branch 'cassandra-3.0' into cassandra-3.11 2021-03-27 00:36:11 +01:00
Ekaterina Dimitrova 0a49d25078 Update compact storage related docs
Authored by Ekaterina Dimitrova; reviewed by Michael Semb Wever and Berenguer Blasi for CASSANDRA-16476
2021-03-22 11:55:34 -04:00
Jeff Widman 3d539d908f Update python2 doc references to point to py3
Patch by Jeff Widman; reviewed by brandonwilliams for CASSANDRA-16505
2021-03-09 17:15:07 -06:00
Adam Holmberg 72ca73fbc6 deprecate python2.7 for cqlsh
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16414
2021-02-26 14:52:38 -06:00
Yifan Cai 425f750a6f Document the side-effect of Zero Copy Streaming when using multiple data directories 2021-02-26 09:42:54 -08:00
Yifan Cai f32475a839 Fix incorrect encoding for strings can be UTF8
patch by Yifan Cai; reviewed by Ekaterina Dimitrova for CASSANDRA-16429
2021-02-22 18:58:05 -08:00
Mick Semb Wever 637b242840
Merge branch 'cassandra-3.11' into trunk 2021-02-08 11:28:47 +01:00
Benjamin Lerer f69b11eee9 Improve system tables handling in case of disk failures
patch by Benjamin Lerer; reviewed by Andrés de la Peña and  Marcus
Eriksson for CASSANDRA-14793
2021-02-04 15:04:22 +01:00
yifan-c d12cb03069 Fix table definition in metrics doc source
patch by Yifan Cai; reviewed by Benjamin Lerer for CASSANDRA-16410
2021-02-01 11:14:39 -08:00
Sam Tunnicliffe f87e0eacad Update native protocol v5 spec with new framing format
Also include a note in the Upgrading section of NEWS.txt

Patch by Sam Tunnicliffe; reviewed by Mick Semb Wever, Alex Petrov
and Martin Sucha for CASSANDRA-14688
2021-01-22 14:43:48 +00:00
Sam Tunnicliffe 4262ef3a44 Merge branch 'cassandra-3.11' into trunk 2021-01-22 14:41:33 +00:00
Sam Tunnicliffe 0ed819d6e8 Merge branch 'cassandra-3.0' into cassandra-3.11 2021-01-22 14:31:44 +00:00
Sam Tunnicliffe 4d4218c553 Merge branch 'cassandra-2.2' into cassandra-3.0 2021-01-22 14:28:10 +00:00
Sam Tunnicliffe 732ec77238 Clarify order of non-message frame body elements in protocol spec
Patch and review by Mick Semb Wever and Sam Tunnicliffe for CASSANDRA-14541
2021-01-22 14:27:47 +00:00
zhaorenhai 7f1659cd1d
Upgrade netty and chronicle-queue dependencies to get Auditing and native library loading working on arm64 architectures
CASSANDRA-16384 test case AuditLoggerTest fail on aarch64 platform
 CASSANDRA-16392 Unable to load the library netty_tcnative_linux_aarch_64

 patch by Zhao Renhai (赵 仁海); reviewed by Mick Semb Wever for CASSANDRA-16384,CASSANDRA-16392
2021-01-22 10:02:20 +01:00
Mick Semb Wever 1596c37d03
Merge branch 'cassandra-3.11' into trunk 2021-01-08 00:01:41 +01:00
Mick Semb Wever 3e24c0349a
Merge branch 'cassandra-3.0' into cassandra-3.11 2021-01-07 23:05:09 +01:00
Mick Semb Wever 200615ded5
Increment version to 4.0-beta5 2020-12-30 12:47:53 +01:00
yifan-c c6ea8fabf9 Add dedicated tcp user timeout for streaming connection
patch by Yifan Cai; reviewed by Berenguer Blasi, David Capwell, Adam
Holmberg and by Benjamin Lerer for CASSANDRA-16143
2020-12-09 13:33:33 +01:00
Mick Semb Wever 2346ed8241
Offline token allocation strategy generator tool
Provides the tools/bin/generate-tokens script that can be used to pregenerate allocation strategy tokens.
Refactors TokenAllocation for extensibility (and better re-use between strategies), and adds OfflineTokenAllocator.
TokenMetadata now has a configurable snitch (instead of hardcoded to DatabaseDescriptor.getEndpointSnitch()) for testability.
Adds logging of growth and stddev changes to allocate_tokens_for_local_replication_factor usages.

 patch by Mick Semb Wever; reviewed by Paul Motta, Ekaterina Dimitrova for CASSANDRA-16205
2020-12-03 19:20:59 +01:00
Yuki Morishita d9e2ed00af Remove windows scripts and their references
patch by Yuki Morishita; reviewed by Berenguer Blasi and Andrés de la Peña for CASSANDRA-16171
2020-12-02 16:43:45 +00:00
Miles Garnsey 872751a050
Correct header for STCS documentation
In the STCS documentation switch the header "Levelled Compaction Strategy" to the corrected "Size Tiered Compaction Strategy" to make this documentation easier to find via search.

 patch by Miles Garnsey; reviewed by Berenguer Blasi for CASSANDRA-16282
2020-11-18 13:14:51 +01:00
Brandon Williams a04ccf3297 sstablescrub unit test hardening and docs
Patch by Berenguer Blasi, reviewed by brandonwilliams for
CASSANDRA-16013
2020-11-17 14:01:28 -06:00
Mick Semb Wever b73f034da1
Upgrade JNA to 5.6.0
Also remove remaining comments/doc referencing `-Dcassandra.boot_without_jna`

 patch by Adrain Cole, Mick Semb Wever; reviewed by Benjamin Lerer, Joey Lynch for CASSANDRA-16212

Co-authored-by: Adrian Cole <adrian.f.cole@gmail.com>
2020-11-16 09:36:45 +01:00
Mick Semb Wever 4dc1b5c311
Merge branch 'cassandra-3.11' into trunk 2020-11-09 21:50:36 +01:00
Alain Rodriguez 73a90b987d
Fix documentation to reflect real defaults for commit logs
patch by Alain Rodriguez; reviewed by Mick Semb Wever for CASSANDRA-16253
2020-11-09 21:34:00 +01:00
Mick Semb Wever 6ca34f8138
Merge branch 'cassandra-3.11' into trunk 2020-10-27 10:50:57 +01:00
Mick Semb Wever 06e4e81d87
Merge branch 'cassandra-3.0' into cassandra-3.11 2020-10-27 10:49:15 +01:00
Chris Lohfink 4adb8a5e07
Add metric for client concurrent byte throttle
patch by Chris Lohfink; reviewed by David Capwell, Mick Semb Wever for CASSANDRA-16074
2020-10-17 18:03:01 +02:00
Fábio Ueno 9347805e60 Improve UDTs and Tuples documentation
patch by Fábio Ueno; reviewed by Benedict Elliott Smith and Benjamin Lerer
for CASSANDRA-16117
2020-10-08 14:17:04 +02:00
Bereng e8d3743b1a sstablemetadata unit test, docs and params parsing hardening
Patch by Bereguer Blasi, reviewed by brandonwilliams for CASSANDRA-16016
2020-10-06 14:42:39 -05:00
Lee Tang e973344305 Emit a metric for mutations that are too large
Patch by Lee Tang; Reviewed by Chris Lohfink, Jordan West for CASSANDRA-16116
2020-09-23 22:35:39 -05:00
Fábio Ueno 64b338cbbc
Remove duplicate line about virtual table limitations
patch by Fábio Ueno; reviewed by Mick Semb Wever for CASSANDRA-16107
2020-09-06 22:52:42 +02:00
David Capwell 614d7d06f4 Change style guide to include @Override
patch by David Capwell for CASSANDRA-16096
2020-09-02 11:36:56 -07:00
Stefan Miklosovic 419099c92b add nodetool getfullquerylog command
Patch by Stefan Miklosovic; reviewed by Berenguer Blasi, brandonwilliams, and dcapwell for
CASSANDRA-15988
2020-09-02 11:13:28 -05:00
Lorina Poland 3a2d709b9c Improve FQL doc page
patch by Lorina Poland; reviewed by David Cappwell, Ekaterina Dimitrova for CASSANDRA-15971
2020-08-27 14:42:18 -07:00
Bereng a497d43e6b Remove deprecated HintedHandOffManager
Patch by Bereguer Blasi, reviewed by brandonwilliams for CASSANDRA-15939
2020-08-25 11:52:47 -05:00
Ekaterina Dimitrova 102a54a6a1 Update 4.0.0 to 4.0-beta1 at Documentation/Installing
Patch by Ekaterina Dimitrova, reviewed by brandonwilliams for CASSANDRA-16000
2020-08-20 10:48:24 -05:00
Brandon Williams fd6f9e6986 fix typos in test doc 2020-08-19 11:13:53 -05:00
Stefan Miklosovic 00c22232d9 FQL replay should have options to ignore DDL statements
Patch by Stefan Miklosovic; reviewed by David Capwell and Marcus Eriksson
for CASSANDRA-16039
2020-08-19 09:40:45 +02:00
Ekaterina Dimitrova cba0c27ce9 Remove COMPACT STORAGE internals
Patch by Ekaterina Dimitrova, reviewed by Sylvain Lebresne for
CASSANDRA-13994
2020-08-17 11:51:23 +02:00
Adam Holmberg 139ad44e8b Update docs regarding timestamp precision
Patch by Adam Holmberg, reviewed by brandonwilliams for CASSANDRA-14853
2020-08-14 09:53:43 -05:00
Caleb Rackliffe 292650d968 Merge branch 'cassandra-3.11' into trunk 2020-07-30 14:10:48 +01:00
Caleb Rackliffe 2ef1f1c150 Merge branch 'cassandra-3.0' into cassandra-3.11 2020-07-30 13:27:53 +01:00
David Capwell a2c3d5a4ce how_to_commit.rst missing dash in git commands, added recommendation to compile before commit, and documented that a merge -s ours is needed for older branches even if they do not impact trunk
patch by David Capwell; reviewed by Brandon Williams for CASSANDRA-15982
2020-07-27 11:36:35 -07:00
Angelo Polo a47be7eddd Fix gen-doc for python 3
Patch by Angelo Polo, reviewed by Ekaterina Dimitrova and
brandonwilliams for CASSANDRA-15693
2020-07-23 17:17:06 -05:00
Robert Stupp 4e47bfb3a1 Add support for server side DESCRIBE statements
patch by Robert Stupp; reviewed by Dinesh Joshi and Benjamin Lerer for CASSANDRA-14825
2020-06-29 18:01:02 +02:00
Mick Semb Wever 853b599337
Merge branch 'cassandra-3.11' into trunk 2020-06-24 12:18:55 +02:00
Max Böhm de333212a4 switch from www.apache.org to downloads.apache.org
Patch by Max Böhm, reviewed by brandonwilliams for CASSANDRA-15888
2020-06-22 09:25:33 -05:00
Joseph Lynch 674b6cc1a5 Update defaults for server and client TLS settings
This fixes backwards compatibility with the 3.11 server_encryption_options
while exposing the correct defaults after the 4.0 Netty refactor.

Patch by Joseph Lynch; Reviewed by Ekaterina Dimitrova for CASSANDRA-15262
2020-06-20 18:59:41 -07:00
polandll 57a63f8551 Improving Cassandra configuration docs
* Update copyright date to 2020
* Add glossary
* Rearranged rackdc for better flow
* Add topologies properties file
* Add commitlog_archiving file
* Add logback.xml info
* jvm.options files
* Removed invalid reference to wiki from configuration file

Patch by Lorina Poland; Reviewed by Jon Haddad for CASSANDRA-15822
2020-06-03 11:24:38 -07:00
Mick Semb Wever e690e2985f
Add docs section on configuring the Jenkins master to create the "Cassandra" category throttle.
patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-15826
2020-05-26 20:03:25 +02:00
Zhao Yang 598a92180e
Use isTransient=false for ZCS sstables
patch by Zhao Yang; reviewed by Blake Eggleston, Dinesh Joshi, Ekaterina Dimitrova for CASSANDRA-15783
2020-05-26 10:25:05 +02:00
Stefan Miklosovic dd1c811f87 Provide ability to configure IAuditLogger
Patch by Stefan Miklosovic; reviewed by Vinay Chella and marcuse for CASSANDRA-15748
2020-05-20 16:49:33 +02:00
Bereng b2c5f91fd6
Make clear in the documentation that stress is not a secured tool
patch by Berenguer Blasi; reviewed by Eduard Tudenhöfner for CASSANDRA-15749
2020-05-06 09:57:15 +02:00
Mick Semb Wever 70d8db8558
Updated release process documentation after sha checksum and ASF dev dist changes
patch by Mick Semb Wever; reviewed by Michael Shuler for CASSANDRA-14970
2020-04-24 15:24:55 +02:00
Joseph Lynch 9c1bbf3ac9 Flush with fast compressors by default
Previously Zstd, Deflate and LZ4HC could hold up the flush thread while
flushing due to their slow compression rates. With this patch we always
default to flush with a fast compressor (default to LZ4) and then
compress into the high compression strategy during normal compactions
that follow. Note that if the existing table compressor is fast (e.g.
LZ4 or Snappy) we use that.

Patch by Joey Lynch; reviewed by Dinesh Joshi for CASSANDRA-15379
2020-04-23 23:23:18 -07:00
Erick Ramirez b18900a1f2 Update NEWS.txt with Python 3 support for CQLSH
Patch by Erick Ramirez; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15710
2020-04-17 22:48:54 -07:00
Erick Ramirez ca2dc1bfa9 Updated the introductory section of the Installation page
Patch by Erick Ramirez; Reviewed by Jon Haddad for CASSANDRA-15466
2020-04-10 12:44:37 -07:00
Eduard Tudenhöfner 141ea26733
Update docs describing when a CHANGES.txt entry is necessary
and remove 4.0-alpha*  entries in CHANGES.txt that don't touch runtime code
 ref: https://lists.apache.org/thread.html/rde1128131a621e43b0a9c88778398c053a234da0f4c654b82dcbbe0e%40%3Cdev.cassandra.apache.org%3E

 patch by Eduard Tudenhöfner, Mick Semb Wever; reviewed by Mick Semb Wever, Jon Haddad
2020-04-10 21:13:33 +02:00
Jon Haddad jon@jonhaddad.com 4dcee71b2d Added production recommendations and improved compaction doc organization.
Each compaction strategy gets its own page.
No longer recommending m1 instances in AWS.

Patch by Jon Haddad; Reviewed by Jordan West for CASSANDRA-15618.
2020-03-30 14:10:05 -07:00
Serban Teodorescu 03424b4fd7 Document usage of EC2Snitch with intra-region VPC peering
Patch by Serban Teodorescu; Reviewed by Jon Haddad for CASSANDRA-15337
2020-03-30 10:53:29 -07:00
Michael Shuler cb83fbff47 Fix CRLF and trailing whitespace on messaging doc 2020-03-05 11:36:38 -06:00
dvohra 4585bbd131 Added intro to data modeling section.
Patch by dvohra; Reviewed by Erick Ramirez and Jon Haddad for CASSANDRA-15481
2020-03-04 11:46:18 -08:00
dvohra 9688d7d490 Added documentation for transient replication.
Patch by dvohra; Reviewed by Jon Haddad for CASSANDRA-15476.
2020-03-03 15:57:56 -08:00
dvohra d2c546ec9e Add virtual table new feature documentation
Patch by Deepak Vohra; Reviewed by Chris Lohfink CASSANDRA-15473
2020-02-25 15:07:32 -06:00
dvohra 0a675d5a76 Add documentation of dynamo
Patch by Deepak Vohra; Reviewed by Joseph Lynch for CASSANDRA-15486
2020-02-24 21:20:29 -08:00
dvohra 0489b0bc07 Added documentation section on guarantees.
Patch by dvohra; Reviewed by Jon Haddad for CASSANDRA-15482
2020-02-24 14:20:57 -08:00
dvohra 98367b2ebd Added documentation for audit logging.
Patch by dvohra, Reviewed by Jon Haddad for CASSANDRA-15474.
2020-02-24 12:10:54 -08:00
dvohra 43b633dd59 Added streaming documentation.
Patch by dvohra; Reviewed by Jon Haddad for CASSANDRA-15477
2020-02-20 16:31:10 -08:00
dvohra b152a08a8b Added documentation for bulk loading
Patch by dvohra, Reviewed by Jon Haddad for CASSANDRA-15480
2020-02-19 17:56:56 -08:00
dvohra 0bae5eaecc Updated overview documentation.
Patch by dvohra, Reviewed by Jon Haddad for CASSANDRA-15483
2020-02-18 15:35:35 -08:00
dvohra 44eb173245 Added CDC and speculative retry documentation to DDL section.
Patch by dvohra; Reviewed by Jon Haddad for CASSANDRA-15492
2020-02-18 12:46:42 -08:00
dvohra f9b7775138 Added documentation describing new internode-messaging.
Patch by dvohra; Reviewed by Jon Haddad for CASSANDRA-15478
2020-02-17 13:43:09 -08:00
Michael Shuler d2d526a1de Switch from www.apache.org/dist to downloads.apache.org 2020-02-17 14:11:08 -06:00
Michael Shuler 39d170ccd1 Merge branch 'cassandra-3.11' into trunk 2020-02-17 14:09:41 -06:00
Michael Shuler c93c2983cd Switch from www.apache.org/dist to downloads.apache.org 2020-02-17 14:09:01 -06:00
dvohra 8402d1f145 Add documentation of hints
Patch by Deepak Vohra; Reviewed by Joseph Lynch for CASSANDRA-15491
2020-02-16 11:56:17 -08:00
dvohra ff6aa65957 Improved read repair documentation.
Patch by Deepak Vohra; Reviewed by Jon Haddad for CASSANDRA-15485
2020-02-14 11:22:00 -08:00
dvohra 05c70abc63 Add Full Query Logging docs
Patch by Deepak Vohra; Reviewed by Yifan Cai and Dinesh Joshi for CASSANDRA-15475
2020-02-13 17:17:34 -08:00
Jon Haddad 327c7e1aab Ninja fix for line endings in backups. 2020-02-13 17:16:09 -08:00
dvohra d50e203302 Added backup documentation.
Patch by Deepak Vohra; Reviewed by Jon Haddad for CASSANDRA-15479
2020-02-13 16:11:39 -08:00
Jean Carlo Rivera Ura f3ebc0bd1c Fix documentation about activating remote jmx
Patch by Jean Carlo Rivera Ura; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15535
2020-02-13 14:11:01 -08:00
yifan-c d3b3dcbb35 Separate exceptions for CAS write timeout exceptions caused by contention and unkown result
Patch by Yifan Cai; reviewed by Alex Petrov and Dinesh Joshi for CASSANDRA-15350
2020-02-03 14:52:17 +01:00
Mick Semb Wever f1e94db34c
Merge branch 'cassandra-3.11' into trunk 2020-01-28 07:58:11 +01:00
nvharikrishna e27810efcc [CASSANDRA-12993] Added license text. 2020-01-10 16:05:38 +00:00
Jeffrey Carpenter 2b52ce219e Added documentation for data modeling section.
Patch by Jeff Carpenter, Reviewed by Jon Haddad for CASSANDRA-15443.
2020-01-07 11:53:16 -08:00
Jon Haddad 59d2c3c6e8 Ninja fix for documentation - building using adoptopenjdk. 2020-01-07 11:43:41 -08:00
dvohra 0c4335d6b8 Add documentation for Java 11 support in Cassandra
Patch by Deepak Vohra; Reviewed by Dinesh Joshi for CASSANDRA-15428
2020-01-06 16:06:01 -08:00
Mick Semb Wever bf54f753a0
Update CI docs to mention JDK and virtualenv needs to be installed on the executors.
patch by Mick Semb Wever; reviewed by Stefan Podkowinski for CASSANDRA-15467
2020-01-06 08:29:34 +01:00
Mick Semb Wever d5a0c29e09
Update link to website generation docs (now that website is in git).
ref: https://the-asf.slack.com/archives/CK23JSY2K/p1575804262222800?thread_ts=1575488436.221500&cid=CK23JSY2K
2019-12-09 20:31:15 +01:00
Pedro Gordo 7c5904753f
Remove obsolete OldNetworkTopologyStrategy
Removed the strategy from cqlsh autocomplete, including an array for replication_factor autocomplete that was only used for SimpleStrategy and OldNetworkTopologyStrategy.

 patch by Pedro Gordo; reviewed by Anthony Grasso, Mick Semb Wever for CASSANDRA-13990
2019-11-29 10:50:10 +01:00
Romain Hardouin a7f89688e5 Fix Zstd compression level documentation
Patch by Romain Hardouin; Reviewed by Dinesh Joshi for CASSANDRA-15296
2019-09-24 11:50:49 -07:00
Mick Semb Wever b0f9d72840
Add the how and when to perform the step of incrementing the codebase's version into the existing release process documentation
patch by Mick Semb Wever; reviewed by Michael Shuler for CASSANDRA-15333
2019-09-22 18:27:39 +02:00
Sumanth Pasupuleti 905ed48493
Add more information around commit message format expected for a patch 2019-08-08 08:50:42 -07:00
Benedict Elliott Smith 8a04204c10 Merge branch 'cassandra-3.11' into trunk 2019-07-15 15:13:53 +01:00
Benedict Elliott Smith f5fe483d0d Merge branch 'cassandra-3.0' into cassandra-3.11 2019-07-15 14:41:22 +01:00
sumanthpasupuleti 5a03898c68 Prevent client requests from blocking on executor task queue
patch by Sumanth Pasupuleti, reviewed by Benedict for CASSANDRA-15013
2019-07-15 13:13:40 +01:00
Jeremy Hanna 7c0cb6db32 Change low hanging fruit JIRA link/text in docs
Patch by Jeremy Hanna, Reviewed by Michael Shuler for CASSANDRA-15149
2019-06-13 13:54:24 -05:00
Michael Shuler c24102906d ninja: Fix slack channel names in docs 2019-06-13 11:47:22 -05:00
Jeremy Hanna 4b45ee5913 Update docs to point to Slack rather than IRC
Patch by Jeremy Hanna, Reviewed by Michael Shuler for CASSANDRA-15150
2019-06-12 17:44:02 -05:00
Sam Tunnicliffe 6b9575af7e Add note regarding DROP ROLE and connected sessions
patch by Sam Tunnicliffe; reviewed by Michael Shuler
2019-06-07 15:27:44 +01:00
Jeremy Hanna ed9083f8a4 Update contact page to point to Slack rather than IRC
Patch by Jeremy Hanna, Reviewed by Michael Shuler for CASSANDRA-15150
2019-06-07 09:23:28 -05:00
Mick Semb Wever ed2d32612a
Apache NetBeans "Run", "Debug", "Profile" IDE actions
patch by Mick Semb Wever ; reviewed by Dinesh Joshi for CASSANDRA-15083
2019-04-18 12:07:15 +10:00
Mick Semb Wever 6898953b82
Apache NetBeans project files
patch by Mick Semb Wever ; reviewed by Wade Chandler and Dinesh Joshi for CASSANDRA-15073
2019-04-12 09:33:49 +10:00
anupshirolkar e49b25c29f
Documentation fix for Hint_delays metrics
patch by Anup Shirolkar; reviewed by Dinesh Joshi and Mick Semb Wever for CASSANDRA-15015
2019-04-01 20:23:33 +11:00
Vinay Chella 5b660c845b Merge branch 'cassandra-3.11' into trunk 2019-03-05 15:43:27 -08:00
Vinay Chella 555c6d26e1 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-03-05 15:38:52 -08:00
Vinay Chella 2cd4500990 Merge branch 'cassandra-2.2' into cassandra-3.0 2019-03-05 15:36:32 -08:00
C. Scott Andreas 53db417b3c Fixing invalid CQL in security documentation
Patch by C. Scott Andreas; reviewed by Vinay Chella for CASSANDRA-15020
2019-03-05 15:30:24 -08:00
Dinesh Joshi dccf53061a Add Zstd compressor
Patch by Dinesh Joshi; Reviewed by Blake Eggleston for CASSANDRA-14482
2019-02-22 15:06:06 -08:00
Benedict Elliott Smith 2209115972 Merge branch 'cassandra-3.11' into trunk 2019-02-05 10:53:05 +00:00
Joseph Lynch 5ec6842b3f Docs: Clarify PartitionSize table metric documentation
The documentation has historically referred to (Min|Max|Mean)PartitionSize
metrics as "compacted partition size", but in practice few users know what
that means. Attempt to clarify the meaning of these metrics.

Closes #298

Patch by Joseph Lynch; Reviewed by Jeff Jirsa
2019-02-04 19:57:14 -08:00
Vinay Chella 7d138e20ea Add a new tool to dump audit logs
Patch by Vinay Chella; reviewed by marcuse for CASSANDRA-14885
2019-01-23 14:36:56 +01:00
Michael Shuler 0d81fca44e Update URLs for gitbox.apache.org migration 2019-01-09 14:17:03 +00:00
Alex Petrov ef1817a75c Ninja: Move NO_COMPACT to 'Changes from v4' section 2019-01-07 12:05:13 +01:00
Alex Petrov 55b47b8bd2 Ninja: merge protocol changes that were made in v4 forward to v5 2019-01-07 10:39:34 +01:00
Mick Semb Wever c68b0fec6f
Prevent building website without nodetool docs
Patch by Joey Lynch; reviewed by Mick Semb Wever for CASSANDRA-14955
2019-01-07 17:49:32 +11:00
Mick Semb Wever 77125b76cb
ninja-fix to release_process doc: point to correction location of KEYS file. 2019-01-07 08:09:24 +11:00
Mick Semb Wever b22756420f
Merge branch 'cassandra-3.11' into trunk 2019-01-07 07:57:57 +11:00
Mick Semb Wever ee5e4f63c5
Docs: Fix page width exceeding the viewport
Closes #175 #176

 patch by Sahal Sajjad, Stefan Podkowinski; reviewed by Stefan Podkowinski, Mick Semb Wever for CASSANDRA-14065
2019-01-07 07:48:10 +11:00
Mick Semb Wever 973e72b0c9
Merge branch 'cassandra-3.11' into trunk 2019-01-05 08:41:15 +11:00
Mick Semb Wever 9755e26075
Fix documentation for default compressor used
patch by Mick Semb Wever; reviewed by Jon Haddad for CASSANDRA-14949
2019-01-05 08:39:27 +11:00
Marcus Eriksson 11384c3279 Merge branch 'cassandra-3.11' into trunk 2018-12-20 13:44:53 +01:00
Joseph Lynch 1f19d5f7a2 Auto-expand replication_factor for NetworkTopologyStrategy
This re-defines the 'replication_factor' configuration option for
NetworkTopologyStrategy to auto-expand out to the datacenters that the
cluster knows about. This allows users to not worry about their cluster
layout when creating keyspaces. On ALTER this keyword will only ever add
datacenters (it keeps all previous datacenters unless explicitly overridden)

Patch by Joseph Lynch; reviewed by Jon Haddad for CASSANDRA-14303
2018-12-05 11:30:55 -08:00
Vinay Chella f46762eeca Audit log allows system keyspaces to be audited via configuration options
Patch by Vinay Chella; reviewed by Per Otterström and marcuse for CASSANDRA-14498
2018-11-19 12:34:34 +01:00
Ariel Weisberg 4ae229f5cd Upgrade to 4.0 fails with NullPointerException
Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14820
2018-10-16 18:47:40 -04:00
Stefan Podkowinski e82ecf87a1 Docs: update patch acceptance policies for existing branches 2018-10-15 13:19:06 +02:00
Joseph Lynch 57b87d21aa Add basic troubleshooting documentation
This is just a start, but should help people get out of the most basic of
reliability/performance issues.

Includes information on isolating the node or nodes causing an issue, as
well as detailed information on how to debug a correctness/reliability issue
on a particular node.

Patch by Joseph Lynch, reviewed by Jon Haddad for CASSANDRA-14553
2018-09-20 09:16:17 -07:00
Valerie Parham-Thompson c2c43f8149 Adding documentation for sstable tools
Patch by Valerie Parham-Thompson; reviewed by pedro vidigal and Jeff Jirsa for CASSANDRA-14289
2018-09-13 15:36:11 -07:00
Mick Semb Wever 63e5763b7a
Add developers docs for creating releases
Patch by Mick Semb Wever; reviewed by Michael Shuler, Stefan Podkowinski for CASSANDRA-14689
This closes #230
2018-09-07 08:46:59 +10:00
Ariel Weisberg f7431b4328 Transient Replication and Cheap Quorums
Patch by Blake Eggleston, Benedict Elliott Smith, Marcus Eriksson, Alex Petrov, Ariel Weisberg; Reviewed by Blake Eggleston, Marcus Eriksson, Benedict Elliott Smith, Alex Petrov, Ariel Weisberg for CASSANDRA-14404

Co-authored-by: Blake Eggleston <bdeggleston@gmail.com>
Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>
2018-08-31 21:34:22 -04:00
Aleksey Yeshchenko f8d34d3564 Allow specifying now-in-seconds in native protocol
patch by Aleksey Yeschenko; reviewed by Chris Lohfink for
CASSANDRA-14664
2018-08-30 16:54:32 +01:00
Blake Eggleston f25a765b6d Make monotonic read / read repair configurable
Patch by Blake Eggleston; Reviewed by Aleksey Yeschenko for CASSANDRA-14635
2018-08-24 09:34:52 -07:00
Aleksey Yeshchenko 76c1b55570 Merge branch 'cassandra-3.11' into trunk 2018-08-16 15:47:09 +01:00
Aleksey Yeshchenko 65a46820bb Merge branch 'cassandra-3.0' into cassandra-3.11 2018-08-16 15:44:12 +01:00
Aleksey Yeshchenko 236c47e65c Fix static column order for SELECT * wildcard queries
patch by Aleksey Yeschenko; reviewed by Benedict Elliott Smith for
CASSANDRA-14638
2018-08-16 15:43:51 +01:00
Michael Shuler 00b3edaa3c Fix typo2 in install from tarball doc 2018-07-12 21:59:22 -05:00
Michael Shuler 1e6b7084ba Fix typo in install from tarball doc 2018-07-12 21:56:33 -05:00
Valerie Parham-Thompson 4f02db5c45 Update documentation on cassandra integrated auth to show required permissions for nodetool role
Patch by Valerie Parham-Thompson; Reviewed by Per Otterström for CASSANDRA-14481
2018-06-20 20:07:12 -07:00
Jaydeepkumar Chovatia 2aeed037e0 Support light-weight transactions in cassandra-stress
patch by Jaydeepkumar Chovatia; reviewed by Dinesh Joshi and jasobrown for CASSANDRA-13529
2018-06-13 05:46:20 -07:00
Michael Shuler 7b38b7e54d Update PyPi URL in doc/README.md and fix link 2018-05-30 16:02:47 -05:00
Stefan Podkowinski a6bf9c5353 Docs: add audit logging limitations 2018-05-11 20:15:19 +02:00
Vinay Chella f56871b88b Audit logging for database activity
patch by Vinay Chella; reviewed by jasobrown for CASSANDRA-12151
2018-05-11 05:44:16 -07:00
James Lamb f2ee3db653 Clean up build artifacts in docs container
patch by James Lamb; reviewed by Dinesh Joshi for CASSANDRA-14432
2018-05-10 04:27:58 -07:00
Blake Eggleston 54de771e64 Add network authz
Patch by Blake Eggleston; Reviewed by Sam Tunnicliffe for CASSANDRA-13985
2018-04-23 09:55:31 -07:00
Andrés de la Peña e42d9e7d69 Add missed CQL keywords to documentation
patch by Andres de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14359
2018-04-18 12:01:06 +01:00
Aleksey Yeshchenko 2fcd29b830 Eliminate background repair and probablistic read_repair_chance table options
patch by Aleksey Yeschenko; reviewed by Blake Eggleston for
CASSANDRA-13910
2018-04-18 11:41:17 +01:00
Andrés de la Peña f3d1b45f13 Merge branch 'cassandra-3.11' into trunk 2018-04-18 11:21:57 +01:00
Andrés de la Peña a31a848d6f Merge branch 'cassandra-3.0' into cassandra-3.11 2018-04-18 11:19:06 +01:00
Andrés de la Peña 9b5ba6ca51 Add missed CQL keywords to documentation
patch by Andres de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14359
2018-04-18 11:10:43 +01:00
Sumanth Pasupuleti d38694afe2 Add coordinator write metric per CF
patch by Sumanth Pasupuleti; reviewed by Jay Zhuang and jasobrown for CASSANDRA-14232
2018-03-28 12:55:49 -07:00
Michael Kjellman d6a67598f1 Add support for hybrid MIN(), MAX() speculative retry policies
patch by Michael Kjellman; reviewed by Aleksey Yeschenko for
CASSANDRA-14293
2018-03-22 20:07:05 +00:00
Mick Semb Wever 92cde9b27c
Merge branch 'cassandra-3.11' into trunk 2018-03-15 17:45:10 +11:00
Jason Brown de12f29dc6 Merge branch 'cassandra-3.11' into trunk 2018-03-14 10:00:52 -07:00
Jason Brown 5a662ea3ff Merge branch 'cassandra-3.0' into cassandra-3.11 2018-03-14 09:59:42 -07:00
Vinay Chella 3d7471a56b Adding missing WriteType enum values to v3,v4 and v5 spec
patch by Vinay Chella, reviewed by Joey Lynch for CASSANDRA-13697
2018-03-14 09:57:10 -07:00
kbrotman a7a36e703c Docs: minor title and doc/README.md changes
Change title to just "Reporting Bugs"
Add sphinx instructions for Python 3.6 on Windows

Closes #202
2018-03-06 11:20:51 +01:00
Matthias Weiser 9ed5fc0739 Fix examples and formatting in native_protocol_v5.spec
Closes #171
2018-03-06 11:06:11 +01:00
Michael Shuler 551744a990 Merge branch 'cassandra-3.11' into trunk 2018-03-05 08:51:26 -06:00
An Wu d6982cd221 Fix CQL documentation typos
Patch by An Wu; Reviewed by Michael Shuler for CASSANDRA-13686
2018-03-05 08:48:37 -06:00
Dinesh Joshi 473e8dfd7b Add hot reloading of SSL Certificates
patch by Dinesh Joshi; reviewed by jasobrown for CASSANDRA-14222
2018-02-09 05:32:21 -08:00
Chris Lohfink d30bfcaf34 Add nodetool clientlist
patch by Chris Lohfink; reviewed by jasobrown for CASSANDRA-13665
2018-02-02 14:24:08 -08:00
Nate McCall 03f5997f9c Small tweak of new security language on attack surface. 2017-12-20 13:11:54 +13:00
Nate McCall 0d8199bab2 Added additional details to security documetation discussing attack surface. 2017-12-13 14:48:17 +13:00
Jon Haddad db81f6bffe Created docker configuration to build sphinx docs.
Patch by Joaquin Casares; Reviewed by Jon Haddad for CASSANDRA-13915.

This closes #154 (GH PR)
2017-12-04 13:49:10 -08:00
Andrés de la Peña 4c80eeece3 Parallelize initial materialized view build
patch by Andres de la Peña; reviewed by Paulo Motta for CASSANDRA-12245
2017-12-01 14:58:12 +01:00
kurt f1f6ed6099 Docs: Correct default [dclocal_]read_repair_chance documentation
Closes #173

Patch by Kurt Greaves; Reviewed by Jeff Jirsa for CASSANDRA-14016
2017-11-16 11:05:18 -08:00
Alex Petrov 65ff3e6d9e Ninja: fix v5 protocol spec, paging state and metadata id order in result metadata. 2017-11-08 13:13:00 +01:00
Jordan Vaughan 976f48fb06 Document speculative_retry case-insensitivity and new "P" suffix on DDL page
Patch by Jordan Vaughan for CASSANDRA-13872; Reviewed by Jon Haddad
2017-11-07 12:19:17 -08:00
Alex Petrov 38bd20e051 Merge branch 'cassandra-3.11' into trunk 2017-11-06 16:38:30 +01:00
Alex Petrov 6d429cd031 Merge branch 'cassandra-3.0' into cassandra-3.11 2017-11-06 15:52:31 +01:00
Alex Petrov 6c29ee84a2 Allow dropping COMPACT STORAGE flag
Patch by Alex Petrov; reviewed by Sylvain Lebresne for CASSANDRA-10857.
2017-11-06 15:44:51 +01:00