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 |
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 |
T Jake Luciani
|
b3bc28bdb4
|
add method signature for processing a already parsed CQL statement
|
2012-02-14 15:36:43 -05:00 |
Sylvain Lebresne
|
161e0527f2
|
Fix typo in nodetool help for repair
patch by scode; reviewed by jbellis for CASSANDRA-3905
|
2012-02-14 11:44:45 +01:00 |
Jonathan Ellis
|
9ca84786b5
|
fix race between cleanup and flush on secondary index CFSes
patch by yukim and jbellis for CASSANDRA-3712
|
2012-02-13 16:30:34 -06:00 |
Jonathan Ellis
|
4ab6fad945
|
fix unsynchronized use of TokenMetadata.entrySet
patch by Peter Schuller; reviewed by jbellis for CASSANDRA-3417
|
2012-02-13 15:44:50 -06:00 |
Vijay Parthasarathy
|
2a5547981d
|
CASSANDRA-3867
patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3867
|
2012-02-13 12:42:29 -08:00 |
Jonathan Ellis
|
c3dc789415
|
avoid including non-queried nodes in rangeslice read repair
patch by jbellis; reviewed by Vijay for CASSANDRA-3843
|
2012-02-09 15:33:31 -06:00 |
Jonathan Ellis
|
22b8a9725b
|
change snapshot-before-compaction to only snapshot (w/o flush) CFS being compacted
patch by jbellis; reviewed by slebresne for CASSANDRA-3803
|
2012-02-08 21:52:53 -06:00 |
Jonathan Ellis
|
d9ed037878
|
update comments
|
2012-02-08 17:42:54 -06:00 |
Brandon Williams
|
63da8815aa
|
Fix inconsistent state after forced removetoken.
Patch by Sam Overton, reviewed by brandonwilliams for CASSANDRA-3876
|
2012-02-08 08:19:36 -06:00 |
Sylvain Lebresne
|
6cb4af7c66
|
Merge branch 'cassandra-0.8' into cassandra-1.0
Conflicts:
src/java/org/apache/cassandra/db/filter/QueryFilter.java
|
2012-02-08 15:21:17 +01:00 |
Sylvain Lebresne
|
ad80cf4c20
|
SuperColumn may ignore relevant tombstones
patch by slebresne; reviewed by jbellis for CASSANDRA-3875
|
2012-02-08 15:08:46 +01:00 |
Pavel Yaskevich
|
2216a3dce0
|
make CLI `show schema` to use output stream directly instead of StringBuilder
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3842
|
2012-02-07 23:45:24 +03:00 |
Brandon Williams
|
333e7ace0a
|
Fix NPE during HH when target has been removed from the cluster.
Patch by Sam Overton, reviewed by brandonwilliams for CASSANDRA-3677
|
2012-02-07 09:22:44 -06:00 |
Pavel Yaskevich
|
5452883577
|
fix truncate not to leave behind non-CFS backed secondary indexes
patch by Pavel Yaskevich; reviewed by Jake Luciani for CASSANDRA-3844
|
2012-02-07 18:00:45 +03:00 |
Sylvain Lebresne
|
a35f8787cf
|
Add optional socket timeout for streaming
patch by vijay2win; reviewed by slebresne for CASSANDRA-3838
|
2012-02-05 22:23:51 +01:00 |
Vijay Parthasarathy
|
0074d64915
|
Revert "Revert "fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835""
This reverts commit defe66a16a.
|
2012-02-01 20:54:30 -08:00 |
Vijay Parthasarathy
|
defe66a16a
|
Revert "fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835"
This reverts commit b4eae7cd44.
|
2012-02-01 20:49:42 -08:00 |
Vijay Parthasarathy
|
b4eae7cd44
|
fix broadcastAddress and Ec2MultiRegionSnitch.reconnect
patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835
|
2012-02-01 19:21:20 -08:00 |
Jonathan Ellis
|
2d8ef13cce
|
merge from 0.8
|
2012-02-01 13:11:54 -06:00 |
Jonathan Ellis
|
359391fa83
|
fix thread safety of CommitLog.tablesRecovered
patch by jbellis; reviewed by rbranson for CASSANDRA-3751
|
2012-02-01 13:10:01 -06:00 |
Pavel Yaskevich
|
f4064b5ff1
|
fix setting 'compaction_strategy_class' using CQL introduced by CASSANDRA-3374
|
2012-01-30 19:12:41 +02:00 |
Pavel Yaskevich
|
119fa05030
|
Revert "fix setting compaction_strategy_class using CQL"
This reverts commit 2c62adab36.
|
2012-01-29 04:31:49 +02:00 |
Pavel Yaskevich
|
46adb0db9c
|
show index options in CLI
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3809
|
2012-01-29 04:14:11 +02:00 |
Pavel Yaskevich
|
2c62adab36
|
fix setting compaction_strategy_class using CQL
|
2012-01-29 01:54:53 +02:00 |
Jonathan Ellis
|
b10d5bd705
|
synchronize BiMap of bootstrapping tokens
patch by Peter Schuller and jbellis for CASSANDRA-3417
|
2012-01-27 22:21:57 -06:00 |
Eric Evans
|
89ed0b6ecd
|
eliminate dependency on FBUtilities
Patch by eevans; reviewed by Dave Brosius for CASSANDRA-3665
|
2012-01-27 13:53:07 -06:00 |
Jonathan Ellis
|
68d4e28d94
|
Log active compactions in StatusLogger
patch by jbellis; reviewed by slebresne for CASSANDRA-3703
|
2012-01-26 16:58:47 -06:00 |