Commit Graph

4116 Commits

Author SHA1 Message Date
Eric Evans a725f80fce eliminate clientutil dependency on commons-lang
Patch by Dave Brosius; reviewed by eevans for CASSANDRA-3665
2012-04-27 09:40:56 -05:00
Sylvain Lebresne eb9f96146e Fix bug with super columns where row cache is not updated
patch by slebresne; reviewed by jbellis for CASSANDRA-4190
2012-04-26 16:32:06 +02:00
Jonathan Ellis 10a64bd681 avoid streaming empty files with bulk loader if sstablewriter errors out
patch by yukim; reviewed by jbellis for CASSANDRA-3946
2012-04-17 16:21:50 -05:00
Sylvain Lebresne 5434ac4a06 Avoids possible deadlock during bootstrap due to not comparing schema UUID by timestamp
patch by slebresne; reviewed by driftx for CASSANDRA-4159
2012-04-17 18:09:46 +02:00
Jonathan Ellis f080511941 change node-down message from info to debug 2012-04-13 12:58:56 -05:00
Jonathan Ellis c738813098 support PropertyFileSnitch in bulk loader
patch by Ji Cheng; reviewed by jbellis for CASSANDRA-4145
2012-04-13 10:31:01 -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 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
Pavel Yaskevich 17d6354f65 (CLI) properly handle quotes in create/update keyspace commands
patch by Pavel Yaskevich; reviewed by Jonathan Ellis (CASSANDRA-4129)
2012-04-06 19:41:25 +03:00
Sylvain Lebresne 3fd0fb6aa0 Fix exception during cleanup for Leveled compaction
patch by jbellis & slebresne; reviewed by jbellis & slebresne for CASSANDRA-4112
2012-04-03 16:32:58 +02:00
Jonathan Ellis 6be70090fb merge from 0.8 2012-04-02 12:14:25 -05:00
Vijay Parthasarathy cec4253ba8 CASSANDRA-4099-reopened
patch by Vijay; reviewed by Brandon Williams for CASSANDRA-4098
2012-03-30 11:42:10 -07:00
Jonathan Ellis 4a6531172c remove unnecessary asserts in native code interfaces
patch by jbellis; reviewed by pschuller for CASSANDRA-4096
2012-03-30 10:41:32 -05:00
Sylvain Lebresne 5cde93d960 Fix intermittent NPE in get_slice
patch by jbellis; reviewed by vijay for CASSANDRA-4095
2012-03-30 17:22:59 +02:00
Sylvain Lebresne 3931ee709d Fix total bytes count for parallel compaction
patch by slebresne; reviewed by jbellis for CASSANDRA-3758
2012-03-30 16:19:27 +02:00
Sylvain Lebresne 7326ba8879 Allow custom types in CLI's assume command
patch by xedin; reviewed by slebresne for CASSANDRA-4081
2012-03-30 10:33:29 +02:00
Vijay Parthasarathy b85d44a25b make ITC to handle versioning using BCA
patch by Vijay; reviewed by Brandon Williams for CASSANDRA-4098
2012-03-29 16:29:07 -07:00
Sylvain Lebresne b0dfb4cdc4 fix NPE on invalid CQL DELETE command
patch by dbrosius; reviewed by slebresne for CASSANDRA-3755
2012-03-29 16:26:53 +02:00
Brandon Williams 281af5e4f7 Validate keys from CQL mutations.
Patch by paul cannon, reviewed by xedin for CASSANDRA-3612
2012-03-28 11:54:17 -05:00
Pavel Yaskevich 51482ba22f (CLI) Fix typo in yaml doc file
patch by Andrew Ash; reviewed by Pavel Yaskevich for CASSANDRA-4089
2012-03-28 01:43:17 +03:00
Brandon Williams 46689e51b4 Shut down thrift on decommission.
Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4086
2012-03-27 12:25:35 -05:00
Jonathan Ellis 56302ceccf Test fixes for 1.0 message serialization format 2012-03-26 10:51:45 -05:00
Jonathan Ellis 1e18538c98 only deserialize keys we need in the sample
patch by yukim; reviewed by jbellis for CASSANDRA-4023
2012-03-23 09:54:27 -05:00
Pavel Yaskevich fbdf7b03c7 ensure that directory is selected for compaction
patch by Aaron Morton; reviewed by Pavel Yaskevich for CASSANDRA-3985
2012-03-22 15:57:13 +03:00
Sylvain Lebresne 5a3d4c14b2 CFS.setMaxCompactionThreshold doesn't allow 0 unless min is also 0
patch by slebresne; reviewed by jbellis for CASSANDRA-4070
2012-03-22 13:42:22 +01:00
Brandon Williams c573c46e34 Expose secondary indexes to cfhistograms.
Patch by brandonwilliams, reviewed by Nick Bailey for CASSANDRA-4063
2012-03-19 21:38:33 -05:00
Vijay Parthasarathy 34060fc77a EC2 snitch incorrectly reports regions
patch by Vijay; reviewed by Brandon Williams for CASSANDRA-4026
2012-03-12 12:00:06 -07:00
Brandon Williams d0964715d4 Make BoundedStatsDeque threadsafe.
Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4019
2012-03-08 17:42:59 -06:00
Brandon Williams 28a9a15e1c Make BoundedStatsDeque threadsafe.
Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4019
2012-03-08 17:32:43 -06:00
Sylvain Lebresne f239907446 Fix race leading to super column assertion failure
patch by slebresne; reviewed by jbellis for CASSANDRA-3957
2012-03-07 18:37:48 +01:00
Sylvain Lebresne 048c8a98d8 Don't promote sstables for cleanup, scrub and updateSSTables
patch by slebresne; reviewed by jbellis for CASSANDRA-3989
2012-03-07 18:35:15 +01:00
Sylvain Lebresne c7895e99fb Revert "don't change manifest level for cleanup, scrub, and upgradesstables under LCS"
This reverts commit 53fb52ac71.
2012-03-07 14:17:25 +01:00
Sylvain Lebresne e8b444269f Remove dead (and buggy: removes only half the files) code 2012-03-07 11:27:45 +01:00
Sylvain Lebresne edb105ded2 Fix division by zero error on get_slice
patch by slebresne; reviewed by jbellis for CASSANDRA-4000
2012-03-07 11:13:18 +01:00
Sylvain Lebresne ef01ca5bcf Avoids NPE during repair when a keyspace has no CFs
patch by slebresne; reviewed by jbellis for CASSANDRA-3988
2012-03-04 11:06:16 +01:00
Jonathan Ellis 53fb52ac71 don't change manifest level for cleanup, scrub, and upgradesstables under LCS
patch by Maki Watanabe; reviewed by jbellis for CASSANDRA-3989
2012-03-02 12:29:51 -06:00
Brandon Williams bc05b5960a Fix missing import 2012-03-01 10:39:47 -06:00
Brandon Williams 2d6c8729e1 Cli doesn't call getBroadcastAddress needlessly, avoids loading yaml.
Patch by brandonwilliams, reviewed by Dave Brosius for CASSANDRA-3986
2012-03-01 10:31:34 -06:00
Brandon Williams b61f1d43e7 Pig: support for composite columns
Patch by Janne Jalkanen, reviewed by brandonwilliams for CASSANDRA-3684
2012-02-29 14:33:20 -06:00
Pavel Yaskevich ebafaeba34 add CompositeType ref to the CLI doc for create/update column family
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3980
2012-02-29 21:20:10 +03:00
Jonathan Ellis 24a7080408 delete hints from dropped ColumnFamilies on handoff instead of erroring out
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-3975
2012-02-28 21:13:43 -06:00
Jonathan Ellis 5cc12f37f6 always compact away deleted hints immediately after handoff
patch by brandonwilliams and jbellis for CASSANDRA-3955
2012-02-24 10:35:58 -06:00
Sylvain Lebresne e2ac5303a2 More dead code 2012-02-24 13:56:42 +01:00
Sylvain Lebresne 8ad7840b33 Remove dead code 2012-02-24 12:21:51 +01:00
Brandon Williams 4dcd15f48d Fix typo in log message 2012-02-23 22:13:18 -06:00
Sylvain Lebresne 8413d831d1 Fix short read protection
patch by slebresne; reviewed by driftx for CASSANDRA-3934
2012-02-22 14:21:53 +01:00
Sylvain Lebresne f943a6edf2 Remove wait on hint future from writes
patch by slebresne; reviewed by amorton for CASSANDRA-3870
2012-02-22 09:24:43 +01:00
Eric Evans c2f7af6e7e CASSANDRA-3939 properly initialize CliSessionState.schema_mwt
Patch by eevans for CASSANDRA-3939
2012-02-21 14:28:24 -06:00
Sylvain Lebresne 636e41dc3c Fix LazilyCompactedRowTest
patch by slebresne; reviewed by driftx for CASSANDRA-3915
2012-02-15 16:41:46 +01:00
Brandon Williams 984194d0c6 Correct InetAddress equality comparisons.
Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913
2012-02-15 09:07:33 -06:00