Commit Graph

144 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
Jordan Vaughan bc5ad7bfa9 Document speculative_retry on the Cassandra DDL page
Patch by Jordan Vaughan; Reviewed by Jon Haddad
for CASSANDRA-13872
2017-10-30 16:44:02 -07:00
Jon Haddad f249cd7698 Added documentation for memtable_flush_period_in_ms
Patch by Jon Haddad; reviewed by Jason Brown for CASSANDRA-13902
2017-10-18 05:42:23 -07:00