Commit Graph

9263 Commits

Author SHA1 Message Date
Brandon Williams 2d6babbcc9 Enable keepalive for native protocol
Patch by brandonwilliams reviewed by Sankalp Kohli for CASSANDRA-7380
2014-06-12 09:29:05 -05:00
Dave Brosius f40ddba477 simplify: prefer containsKey(x) to keySet().contains(x) 2014-06-09 21:40:45 -04:00
Dave Brosius 19a207767c add logs/ and data/ to .gitignore 2014-06-09 21:14:58 -04:00
Brandon Williams 47edb3c061 Check all INTERNAL_IP states for seed match.
Patch by Brandon Williams, reviewed by Jason Brown for CASSANDRA-6523
2014-06-09 14:04:35 -05:00
Aleksey Yeschenko ce98b2de09 Ninja-fix counter-in-primary-key validation exception message 2014-06-07 23:40:40 +03:00
Jonathan Ellis f727381253 Fix race in Thrift server that can exhaust the pool of worker threads
patch by Christian Rolf and jbellis for CASSANDRA-6788
2014-06-07 08:21:33 -05:00
Aleksey Yeschenko 2b002b4692 Fix CASSANDRA-7354 CHANGES.txt entry 2014-06-06 01:09:37 +03:00
Aleksey Yeschenko 1e49abaf9c Fix rare potential NPE in HHOM page size calculation
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-7354
2014-06-06 00:54:49 +03:00
Mikhail Stepura dc73f214e0 RepairTask didn't send a correct message on IllegalArgumentException
patch by Mikhail Stepura; reviewed by Yuki Morishita for CASSANDRA-7336
2014-06-03 14:10:38 -07:00
Aleksey Yeschenko 12a7a7ebfc CASSANDRA-7144 follow-up 2014-06-03 18:59:18 +03:00
Aleksey Yeschenko 1dc157afe7 Fix handling of empty counter replication mutations
patch by Aleksey Yeschenko; reviewed by Richard Low for CASSANDRA-7144
2014-06-03 18:51:20 +03:00
Aleksey Yeschenko d48a1871d8 Use LOCAL_ONE for non-superuser auth queries
patch by Aleksey Yeschenko; reviewed by Jason Brown for CASSANDRA-7328
2014-05-30 21:12:33 +03:00
Jason Brown 2f497eda0f Hint streaming can cause decommission to fail
patch by jasobrown, reviewed by marcuse for CASSANDRA-7219
2014-05-30 05:40:30 -07:00
Aleksey Yeschenko ea26dbd730 Fix availability validation for LOCAL_ONE CL
patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-7319
2014-05-29 19:01:32 +03:00
Sylvain Lebresne 7bbeb5aa2d Fix bug with some IN queries missing results
patch by slebresne; reviewed by thobbs for CASSANDRA-7105
2014-05-29 12:48:42 +02:00
Aleksey Yeschenko a37482144f CHANGES.txt whitespace 2014-05-28 23:22:55 +03:00
Brandon Williams 4e67631ef8 fix typo 2014-05-27 18:11:38 -05:00
Dave Brosius de1f7ee1ee only query once for local host id on join
patch by dbrosius reviewed by jbellis for cassandra-7257
2014-05-19 21:12:44 -04:00
Mikhail Stepura 8abe9f6f52 cqlsh should return a non-zero error code if a query fails
patch by Branden Visser and Mikhail Stepura; reviewed by Mikhail Stepura for CASSANDRA-6344
2014-05-08 13:27:41 -07:00
Dave Brosius d839350f42 reduce garbage creation in calculatePendingRanges
patch by dbrosius reviewed by bwilliams for cassandra-7191
2014-05-07 21:17:48 -04:00
Jake Luciani 21b3a679f0 Raise the phi convict threshold check in 1.2
patch by tjake; reviewed by jbellis for CASSANDRA-7063
2014-05-07 13:17:33 -04:00
Dave Brosius 0132e546b5 remove duplicate queries for local tokens
patch by dbrosius reviewed by ayeschenko for cassandra-7182
2014-05-07 01:34:02 -04:00
Jonathan Ellis c7e472e8c1 Set keepalive on MessagingService connections
patch by Jianwei Zhang; reviewed by jbellis for CASSANDRA-7170
2014-05-06 22:41:20 -05:00
Brandon Williams f4460a55b8 Update peer information when a node jumps to normal.
Patch by brandonwilliams, reviewed by Richard Low for CASSANDRA-7122
2014-05-06 16:10:10 -05:00
Brandon Williams 64394b2526 remove stray bat file 2014-05-05 14:23:27 -05:00
Jianwei Zhang 9eb346a643 fix time conversion to milliseconds in SimpleCondition.await
patch by jzhang reviewed by dbrosius for cassandra-7149
2014-05-04 10:25:38 -04:00
Dave Brosius c454807a75 make sure streams get closed 2014-05-04 00:19:51 -04:00
Dave Brosius 2f32783bd6 make sure zone info gets completely read 2014-05-04 00:07:40 -04:00
Brandon Williams 6f4853e78a Add Cloudstack snitch
Patch by Pierre-Yves Ritschard, reviewed by brandonwilliams for
CASSANDRA-7147
2014-05-03 13:43:40 -05:00
Brandon Williams 837bded794 fix build 2014-05-02 16:39:36 -05:00
Brandon Williams 562a22fcd2 Update system.peers correctly when relocating tokens.
Patch by brandonwilliams, reviewed by tjake for CASSANDRA-7126
2014-05-02 15:46:11 -05:00
Brandon Williams ad404512dd Add Google Compute Engine snitch
Patch by Brian Lynch, reviewed by brandonwilliams for CASSANDRA-7132
2014-05-01 18:45:15 -05:00
Mikhail Stepura b573d0fb51 Cleanup selector's keys.
patch by Mikhail Stepura; reviewed by Brandon Williams for CASSANDRA-6546
2014-05-01 15:18:00 -07:00
Sylvain Lebresne 10527498a3 Preserves CQL metadata when updating table from thrift
patch by mishail; reviewed by iamaleksey & slebresne for CASSANDRA-6831
2014-04-30 11:19:57 +02:00
Dave Brosius 7f019804ca fix npe when specifying -Dcassandra.fd_initial_value_ms
patch by dbrosius reviewed by bwilliams for cassandra 6751
2014-04-28 19:51:56 -04:00
Brandon Williams 63ba5886e3 Fix nodetool display with vnodes.
Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-7082
2014-04-25 16:50:41 -05:00
Sylvain Lebresne 08a9d384d8 Add back ColumnIdentifier comparison since we do use it 2014-04-25 15:37:50 +02:00
Sylvain Lebresne c0c2de53a0 Remove unused (and slightly broken) ColumnIdentifier.compareTo 2014-04-25 12:26:36 +02:00
belliottsmith 72203c5037 Fix CFMetaData#getColumnDefinitionFromColumnName()
patch by Benedict Elliott Smith; reviewed by Aleksey Yeschenko for
CASSANDRA-7074
2014-04-25 03:14:56 +03:00
Brandon Williams 9359b7a318 Don't shut MessagingService down when replacing a node.
Patch by brandonwilliams, reviewed by Benedict for CASSANDRA-6476
2014-04-24 10:21:45 -05:00
Aleksey Yeschenko 2890cc5be9 Ensure that batchlog and hint timeouts do not produce hints
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-7058
2014-04-22 19:10:51 +03:00
Jonathan Ellis 0547d16d5f Fix schema concurrency exceptions (backport of #6841) 2014-04-22 09:17:00 -05:00
Sam Tunnicliffe 8d1acd93fe Nodetool rebuild_index requires named indexes argument
patch by Stunnicliffe reviewed by dbrosius for cassandra-7038
2014-04-22 01:33:39 -04:00
Sylvain Lebresne d0b41d0092 Fix changelog 2014-04-21 09:43:38 +02:00
Mikhail Stepura 13d3a47461 cqlsh: Updated CQL3 parser to support functions and BLOB literals
patch by Mikhail Stepura; reviewed by Aleksey Yeschenko for CASSANDRA-7018
2014-04-18 18:01:41 -07:00
Aleksey Yeschenko 87097066e7 Fix batchlog to account for CF truncation records
patch by Aleksey Yeschenko; reviewed by Jonathan Ellis for
CASSANDRA-6999
2014-04-18 01:38:55 +03:00
Sergio Bossa fe94e90f4b Shutdown batchlog executor in SS#drain()
patch by Sergio Bossa; reviewed by Aleksey Yeschenko for CASSANDRA-7025
2014-04-11 20:50:50 +03:00
Jason Brown d41c075721 Non-droppable verbs shouldn't be dropped from OTC
patch by jasobrown; reviewed by Richard Low for CASSANDRA-6980
2014-04-08 16:08:19 -07:00
Brandon Williams 97a6e36bcd fix broken build 2014-04-08 14:42:04 -05:00
Brandon Williams 1755f65a64 Schedule schema pull in onChange.
Patch by brandonwilliams, reviewed by Russ Hatch for CASSANDRA-6971
2014-04-08 14:28:58 -05:00