Commit Graph

202 Commits

Author SHA1 Message Date
Aleksey Yeschenko 0b83682b40 Add CQL3-based implementations of IAuthenticator and IAuthorizer
Patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-4898
2013-02-15 01:26:10 +03:00
Aleksey Yeschenko d0f7e9e14a Implement caching of authorization results
Patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-4295
2013-02-12 21:14:43 +03:00
Brandon Williams 0d4923f246 Allow configuration of internode socket buffer.
Patch by Michael Michalski and Jason Brown for CASSANDRA-3389, reviewed
by Jason Brown.
2013-02-01 05:59:19 -06:00
Brandon Williams 1559b49713 Merge branch 'cassandra-1.1' into cassandra-1.2
Conflicts:
	conf/cassandra.yaml
2013-01-22 19:26:20 -06:00
Brandon Williams 3b3686460c clarity on max hint window 2013-01-22 19:25:27 -06:00
Jonathan Ellis 6487bc50bb add inter_dc_tcp_nodelay option
patch by Marcus Eriksson; reviewed by jbellis for CASSANDRA-5148
2013-01-11 16:12:25 -06:00
Vijay Parthasarathy 4460e2865d Add support for SSL sockets to use client certificate authentication.
patch by Steven Franklin and Vijay for CASSANDRA-5120
2013-01-07 15:58:31 -08:00
Jonathan Ellis fb9ad748d5 merge from 1.1 2012-12-18 14:53:29 -06:00
Jonathan Ellis 134e8c78d2 fix multithreaded compaction deadlock
patch by Carl Yeksigian; reviewed by jbellis for CASSANDRA-4492
2012-12-18 14:51:07 -06:00
Jonathan Ellis fc5a0cc293 Merge branch 'cassandra-1.1' into cassandra-1.2.0 2012-12-11 12:37:55 -06:00
Jonathan Ellis ca02176fc0 add warning to multithreaded_compaction 2012-12-11 12:37:47 -06:00
Jonathan Ellis 8a96ec7021 rename rpc_timeout settings to request_timeout
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-5027
2012-12-04 21:45:15 -06:00
Sylvain Lebresne 1ef67f4d1f Merge branch 'cassandra-1.2.0' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-1.2.0 2012-11-29 10:19:52 +01:00
Sylvain Lebresne a0db8ffc53 Somewhat better defaults for the binary protocol 2012-11-29 10:16:33 +01:00
Aleksey Yeschenko 5a3eb1a6c3 Replace IAuthority with new IAuthorizer; patch by Aleksey Yeschenko,
reviewed by Jonathan Ellis for CASSANDRA-4874
2012-11-27 20:30:24 +03:00
Vijay Parthasarathy 24cf1d1256 client_encryption_options to use enabled
Patch by aleksey reviewed by vijay for CASSANDRA-4994
2012-11-27 00:17:08 -08:00
Jonathan Ellis 8f3d9b8371 clean up partitioner comments 2012-10-22 16:15:08 -05:00
Vijay Parthasarathy a28a2ba937 Require enabling cross-node timeouts
patch by Vijay; reviewed by jbellis for CASSANDRA-4812
2012-10-19 15:58:37 -07:00
Vijay Parthasarathy 8495560c2b Support client Thrift SSL socket
patch by Jason Brown; reviewed by Vijay for CASSANDRA-4239
2012-10-17 18:58:04 -07:00
Yuki Morishita 2a3076bf77 Run leveled compaction in parallel; patch by yukim, reviewed by jbellis for CASSANDRA-4310 2012-10-10 18:48:19 -05:00
Jonathan Ellis 5b5b20a878 Revert "Add ability to use custom TServerFactory implementations"
This reverts commit 8264eb21cc.
2012-10-08 10:20:06 -05:00
Pavel Yaskevich 6b83663ca4 merge from 1.1 2012-10-05 14:59:13 -07:00
Pavel Yaskevich 8264eb21cc Add ability to use custom TServerFactory implementations
patch by Jason Brown; reviewed by Pavel Yaskevich for CASSANDRA-4608
2012-10-05 14:12:35 -07:00
Sylvain Lebresne e863c2b71c Use rpc_address for binary protocol and change default port
patch by slebresne; reviewed by jbellis for CASSANDRA-4751
2012-10-04 11:11:29 +02:00
Jonathan Ellis 6ca75ef9ba remove vestiges of Thrift unframed mode
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4729
2012-09-27 15:25:07 -05:00
Jonathan Ellis b983c816cb Revert "Make vnodes default."
This reverts commit 94509cbd7e.
2012-09-11 14:33:13 -05:00
Brandon Williams 94509cbd7e Make vnodes default. 2012-09-10 08:44:47 -05:00
Jonathan Ellis 2b6c625e4e Increase default max_hint_window_in_ms to 3h
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4632
2012-09-07 11:22:35 -05:00
Jonathan Ellis e1ee636026 add DMP.ignore to avoid surprises when upgrading w/ old config file 2012-08-24 15:35:53 -05:00
Jonathan Ellis 99605d9f8d add disk_failure_policy
patch by Aleksey Yeschenko; reviewed by jbellis for CASSANDRA-2118
2012-08-24 14:58:06 -05:00
Pavel Yaskevich f41684fdef add Murmur3Partitioner and make it default for new installations
patch by Dave Brosius and Pavel Yaskevich; reviewed by Vijay for CASSANDRA-3772
2012-08-21 23:40:31 +03:00
Eric Evans 66b96ee535 virtual nodes support for bootstrap and decommission
Patch by Sam Overton and eevans; reviewed by Brandon Williams for CASSANDRA-4122
2012-07-18 13:27:56 -05:00
Jonathan Ellis 41ec9fc455 Merge branch 'cassandra-1.1' into trunk 2012-07-06 14:27:20 -05:00
Jonathan Ellis aa2c28eade update default commitlog segment and total size
patch by jbellis; reviewed by vijay for CASSANDRA-4422
2012-07-06 14:26:58 -05:00
Sylvain Lebresne 6d3a3eed27 Custom CQL protocol
patch by slebresne; reviewed by yukim and norman for CASSANDRA-2478
2012-07-05 18:21:09 +02:00
Dave Brosius 67e4fdb439 fix typo (spilleng) 2012-06-21 15:21:23 -04:00
Jonathan Ellis e6610e4692 split up rpc timeout by operation type
patch by Melvin Wang and jbellis; reviewed by vijay for CASSANDRA-2819
2012-06-21 13:19:02 -05:00
Jonathan Ellis b993eecfb0 multithreaded hint replay
patch by vijay; reviewed by jbellis for CASSANDRA-4189
2012-06-14 16:19:34 -05:00
Jonathan Ellis 625e61396b add inter-node compression
patch by Marcus Eriksson; reviewed by jbellis for CASSANDRA-3127
2012-06-05 21:29:21 -05:00
Sylvain Lebresne f4f9802c41 Make thrift HSHA thread limit unlimited by default
patch by scode; reviewed by slebresne for CASSANDRA-4277
2012-05-29 18:25:22 +02:00
Brandon Williams cf9a581bf7 Add GossipingPropertyFileSnitch.
Patch by brandonwilliams reviewed by Vijay for CASSANDRA-1974
2012-05-25 15:21:27 -05:00
Vijay Parthasarathy 389e6cd724 fixing the config name 2012-04-12 21:16:35 -07:00
Vijay Parthasarathy 20bd8281fa make cache skipping optional
patch by harishd; reviewed by Vijay for CASSANDRA-2635
2012-04-12 20:54:47 -07:00
Jonathan Ellis 6564b33c76 merge from 1.1.0 2012-04-11 09:10:37 -05:00
Jonathan Ellis c14e266eb3 merge from 1.0 2012-04-11 09:05:33 -05:00
Jonathan Ellis 142e8c1a29 add auto_snapshot option allowing disabling snapshot before drop/truncate
patch by dbrosius; reviewed by jbellis for CASSANDRA-3710
2012-04-11 09:01:56 -05:00
Jonathan Ellis 5923d32959 add commitlog archiving and pitr
patch by Vijay and jbellis for CASSANDRA-3690
2012-04-09 11:23:02 -05:00
Jonathan Ellis 9a6d0c7cce merge from 1.0 2012-04-06 17:22:59 -05:00
Jonathan Ellis 0162447858 allow short snitch names & update snitch comments
patch by jbellis; reviewed by vijay for CASSANDRA-4130
2012-04-06 17:21:17 -05:00
Sylvain Lebresne d69d304c4e Remove dead sliced_buffer_size_in_kb option
patch by slebresne; reviewed by jbellis for CASSANDRA-4076
2012-03-30 16:44:24 +02:00