Commit Graph

226 Commits

Author SHA1 Message Date
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
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