Brandon Williams
9fc1d5c23a
cqlsh: fix col. width in presence of wide unicode glyphs
...
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4033
2012-03-27 13:51:02 -05: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
0594179913
improve #3985 changelog entry
2012-03-27 08:50:45 -05:00
Jonathan Ellis
8b23dcaef9
update AbstractSerializationsTester to generate 1.0 messages, which omit wasted space after the message body. CUR_VER is left at 0.7 to ensure compatibility.
2012-03-26 10:51:47 -05:00
Jonathan Ellis
56302ceccf
Test fixes for 1.0 message serialization format
2012-03-26 10:51:45 -05:00
Jonathan Ellis
959764186a
cleanup
2012-03-26 10:51:43 -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
Jonathan Ellis
f42ec6d599
add environment variables to the simpleauth README
2012-03-13 23:21:52 -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
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
4311692099
Update changes
2012-02-29 14:35:44 -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
Brandon Williams
4a49b9dcc0
Pig CounterColumnFamily support.
...
Patch by Janne Jalkanen and brandonwilliams, reviewed by brandonwilliams
for CASSANDRA-3973
2012-02-28 09:47:26 -06:00
Brandon Williams
1ed6065b5b
Pig: correctly compose the key from the marshaller
...
Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3962
2012-02-27 10:52:20 -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
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