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
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
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
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
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
Bereng
a497d43e6b
Remove deprecated HintedHandOffManager
...
Patch by Bereguer Blasi, reviewed by brandonwilliams for CASSANDRA-15939
2020-08-25 11:52:47 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Joaquin Casares
d46c1f3eaa
Ninja fix a few possible metrics.rst doc bugs
...
Closes #159
Patch by Joaquin Casares; Reviewed by Chris Lohfink
2017-10-06 09:40:43 -07:00
Mick Semb Wever
10d5b7b2f7
Merge branch 'cassandra-3.11' into trunk
2017-09-05 08:38:48 +10:00
kurt
33ca487f95
Doc change: Describe replacement cases based on CASSANDRA-8523 and CASSANDRA-12344
...
Closes #145
Patch by Kurt Greaves; Reviewed by Jeff Jirsa for CASSANDRA-8523
2017-08-29 22:17:46 -07:00
Josh McKenzie
e9da85723a
Make CDC availability more deterministic via hard-linking
...
Patch by jmckenzie; reviewed by blambov for CASSANDRA-12148
2017-08-24 13:24:00 -04:00
Blake Eggleston
b740efa731
Add bytes repaired/unrepaired to nodetool tablestats
...
Patch by Blake Eggleston; reviewed by Chris Lohfink for CASSANDRA-13774
2017-08-18 14:17:36 -07:00
Romain Hardouin
f4da90aca0
Add MBean to monitor max queued tasks
...
patch by Romain Hardouin; reviewed by Michael Shuler for CASSANDRA-12758
2017-08-11 08:36:36 -05:00
Benjamin Lerer
96899bbb60
Merge branch cassandra-3.11 into trunk
2017-06-01 10:22:54 +02:00
Benjamin Lerer
5c9db9af96
Merge branch cassandra-3.0 into cassandra-3.11
2017-06-01 10:17:09 +02:00
Dongqi Xue
b87f79798c
Fix typo in snitch.rst
...
Patch by Dongqi Xue; Reviewed by Blake Eggleston for CASSANDRA-13520
2017-05-15 09:50:42 -07:00