Sylvain Lebresne
fe6980eb7d
Fix version, licences and changelog for 1.0.8 release
2012-02-22 15:10:56 +01: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
paul cannon
44ac7a04e0
cqlsh: look for cqlshlib relative to realpath
...
patch by thepaul; reviewed by slebresne for CASSANDRA-3767
i.e., the realpath of the cqlsh executable, instead of the path as
called, which could be a symlink. If cqlsh is called via symlink, we are
more likely to find cqlshlib relative to the real location than relative
to the symlink.
2012-02-22 11:38:46 +01:00
paul cannon
1ad1c12829
cqlsh: ignore missing CfDef opts
...
patch by thepaul; reviewed by slebresne for CASSANDRA-3933
We don't want to try to track every possible CF
option supported by different versions of Cassandra, so if we try
to reference one and it's not in the object at all, that's fine,
don't try to display it.
2012-02-22 11:29:52 +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
712cfb12dd
Fix CompactionsTest.testSuperColumnCompactions (insert longs since CF uses LongType)
2012-02-21 13:38:52 +01:00
Brandon Williams
cbb809d35a
Merge branch '3628' into cassandra-1.0
2012-02-17 05:17:50 -06:00
Brandon Williams
5d6c1bdad7
Pig: require deletes to be explicitly enabled.
...
Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3628
2012-02-17 05:17:01 -06:00
Brandon Williams
cd36f97571
cqlsh: handle deserialization errors.
...
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3874
2012-02-16 09:21:55 -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
Brandon Williams
f2a4309675
Update readme/example for 3371
2012-02-14 13:45:39 -06: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
Brandon Williams
e48b29a6b0
Pig: inferred and actual schema match, smoke tests.
...
Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3371
2012-02-13 17:28:47 -06: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
Brandon Williams
1047914128
Add catch-all cast back to CassandraStorage.
...
Patch by brandonwilliams reviewed by xedin for CASSANDRA-3886
2012-02-13 14:50:52 -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
Brandon Williams
4bd3f8d86f
Integer corresponds to Int32Type
2012-02-13 13:48:20 -06:00
Brandon Williams
651ca528d2
Fix misplaced 'new' keyword
2012-02-13 13:41:03 -06:00
Brandon Williams
cb0efd09cf
Merge branch '3886' into cassandra-1.0
2012-02-10 12:01:18 -06:00
Brandon Williams
742648c821
Pig's objToBB should handle all types.
...
Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3886
2012-02-10 12:00:07 -06: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
2187530955
Fix changelog
2012-02-08 15:21:51 +01: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
Brandon Williams
3df7040fcf
Pig throws a useful error when the destination CF doesn't exist.
...
Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3847
2012-02-06 14:58:02 -06:00
paul cannon
b527d9ffe1
Fix cqlsh data display on python <2.7
...
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3846
2012-02-06 13:32:03 -06: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
505e196d43
fix CHANGES.txt
2012-02-01 00:52:10 +02:00
Pavel Yaskevich
6173fa9e34
(Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case
...
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251
2012-02-01 00:48:26 +02:00
Pavel Yaskevich
dbd8ced107
(Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case
...
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251
2012-02-01 00:39:37 +02:00
Pavel Yaskevich
f4064b5ff1
fix setting 'compaction_strategy_class' using CQL introduced by CASSANDRA-3374
2012-01-30 19:12:41 +02:00
Eric Evans
43003f06a3
fix #3665 breakage (1.0 classes can't decompose())
...
(which I knew how this happened)
Patch by eevans for CASSANDRA-3665
2012-01-29 10:42:48 -06: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