https://github.com/apache/cassandra

sort by:
Revision Author Date Message Commit Date
fe6980e Fix version, licences and changelog for 1.0.8 release 22 February 2012, 14:10:56 UTC
8413d83 Fix short read protection patch by slebresne; reviewed by driftx for CASSANDRA-3934 22 February 2012, 13:21:53 UTC
44ac7a0 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. 22 February 2012, 10:38:46 UTC
1ad1c12 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. 22 February 2012, 10:29:52 UTC
f943a6e Remove wait on hint future from writes patch by slebresne; reviewed by amorton for CASSANDRA-3870 22 February 2012, 08:24:43 UTC
c2f7af6 CASSANDRA-3939 properly initialize CliSessionState.schema_mwt Patch by eevans for CASSANDRA-3939 21 February 2012, 20:28:24 UTC
712cfb1 Fix CompactionsTest.testSuperColumnCompactions (insert longs since CF uses LongType) 21 February 2012, 12:38:52 UTC
cbb809d Merge branch '3628' into cassandra-1.0 17 February 2012, 11:17:50 UTC
5d6c1bd Pig: require deletes to be explicitly enabled. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3628 17 February 2012, 11:17:01 UTC
cd36f97 cqlsh: handle deserialization errors. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3874 16 February 2012, 15:21:55 UTC
636e41d Fix LazilyCompactedRowTest patch by slebresne; reviewed by driftx for CASSANDRA-3915 15 February 2012, 15:41:46 UTC
984194d Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913 15 February 2012, 15:07:33 UTC
b3bc28b add method signature for processing a already parsed CQL statement 14 February 2012, 20:36:43 UTC
f2a4309 Update readme/example for 3371 14 February 2012, 19:45:39 UTC
161e052 Fix typo in nodetool help for repair patch by scode; reviewed by jbellis for CASSANDRA-3905 14 February 2012, 10:44:45 UTC
e48b29a Pig: inferred and actual schema match, smoke tests. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3371 13 February 2012, 23:28:47 UTC
9ca8478 fix race between cleanup and flush on secondary index CFSes patch by yukim and jbellis for CASSANDRA-3712 13 February 2012, 22:30:34 UTC
4ab6fad fix unsynchronized use of TokenMetadata.entrySet patch by Peter Schuller; reviewed by jbellis for CASSANDRA-3417 13 February 2012, 21:44:50 UTC
1047914 Add catch-all cast back to CassandraStorage. Patch by brandonwilliams reviewed by xedin for CASSANDRA-3886 13 February 2012, 20:50:52 UTC
2a55479 CASSANDRA-3867 patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3867 13 February 2012, 20:42:29 UTC
4bd3f8d Integer corresponds to Int32Type 13 February 2012, 19:48:20 UTC
651ca52 Fix misplaced 'new' keyword 13 February 2012, 19:41:03 UTC
cb0efd0 Merge branch '3886' into cassandra-1.0 10 February 2012, 18:01:18 UTC
742648c Pig's objToBB should handle all types. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3886 10 February 2012, 18:00:07 UTC
c3dc789 avoid including non-queried nodes in rangeslice read repair patch by jbellis; reviewed by Vijay for CASSANDRA-3843 09 February 2012, 21:33:31 UTC
22b8a97 change snapshot-before-compaction to only snapshot (w/o flush) CFS being compacted patch by jbellis; reviewed by slebresne for CASSANDRA-3803 09 February 2012, 03:52:53 UTC
d9ed037 update comments 08 February 2012, 23:42:54 UTC
63da881 Fix inconsistent state after forced removetoken. Patch by Sam Overton, reviewed by brandonwilliams for CASSANDRA-3876 08 February 2012, 14:19:36 UTC
2187530 Fix changelog 08 February 2012, 14:21:51 UTC
6cb4af7 Merge branch 'cassandra-0.8' into cassandra-1.0 Conflicts: src/java/org/apache/cassandra/db/filter/QueryFilter.java 08 February 2012, 14:21:17 UTC
ad80cf4 SuperColumn may ignore relevant tombstones patch by slebresne; reviewed by jbellis for CASSANDRA-3875 08 February 2012, 14:08:46 UTC
2216a3d make CLI `show schema` to use output stream directly instead of StringBuilder patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3842 07 February 2012, 20:45:24 UTC
333e7ac Fix NPE during HH when target has been removed from the cluster. Patch by Sam Overton, reviewed by brandonwilliams for CASSANDRA-3677 07 February 2012, 15:22:44 UTC
5452883 fix truncate not to leave behind non-CFS backed secondary indexes patch by Pavel Yaskevich; reviewed by Jake Luciani for CASSANDRA-3844 07 February 2012, 15:00:45 UTC
3df7040 Pig throws a useful error when the destination CF doesn't exist. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-3847 06 February 2012, 20:58:02 UTC
b527d9f Fix cqlsh data display on python <2.7 Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3846 06 February 2012, 19:32:03 UTC
a35f878 Add optional socket timeout for streaming patch by vijay2win; reviewed by slebresne for CASSANDRA-3838 05 February 2012, 21:23:51 UTC
0074d64 Revert "Revert "fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835"" This reverts commit defe66a16a53b29bfaa2193a87f7c7e165938fa9. 02 February 2012, 04:54:30 UTC
defe66a Revert "fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835" This reverts commit b4eae7cd44c73d64af3f0f38149c1065aceb38ee. 02 February 2012, 04:49:42 UTC
b4eae7c fix broadcastAddress and Ec2MultiRegionSnitch.reconnect patch by Vijay; reviewed by Brandon Williams for CASSANDRA-3835 02 February 2012, 03:21:20 UTC
2d8ef13 merge from 0.8 01 February 2012, 19:11:54 UTC
359391f fix thread safety of CommitLog.tablesRecovered patch by jbellis; reviewed by rbranson for CASSANDRA-3751 01 February 2012, 19:10:01 UTC
505e196 fix CHANGES.txt 31 January 2012, 22:52:10 UTC
6173fa9 (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251 31 January 2012, 22:48:26 UTC
dbd8ced (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251 31 January 2012, 22:39:37 UTC
f4064b5 fix setting 'compaction_strategy_class' using CQL introduced by CASSANDRA-3374 30 January 2012, 17:12:41 UTC
43003f0 fix #3665 breakage (1.0 classes can't decompose()) (which I knew how this happened) Patch by eevans for CASSANDRA-3665 29 January 2012, 16:42:48 UTC
119fa05 Revert "fix setting compaction_strategy_class using CQL" This reverts commit 2c62adab36a589e9ff9e9169fd2125272e067918. 29 January 2012, 02:31:49 UTC
46adb0d show index options in CLI patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3809 29 January 2012, 02:14:11 UTC
2c62ada fix setting compaction_strategy_class using CQL 28 January 2012, 23:54:53 UTC
b10d5bd synchronize BiMap of bootstrapping tokens patch by Peter Schuller and jbellis for CASSANDRA-3417 28 January 2012, 04:21:57 UTC
89ed0b6 eliminate dependency on FBUtilities Patch by eevans; reviewed by Dave Brosius for CASSANDRA-3665 27 January 2012, 19:53:07 UTC
32075c4 test to expose missing dependencies Patch by eevans; reviewed by Dave Brosius for CASSANDRA-3665 27 January 2012, 19:52:33 UTC
2a1ec27 s/goto err/goto :err/ 27 January 2012, 15:29:21 UTC
90e3ec4 fix classpath quoting patch by Nick Bailey and jbellis for CASSANDRA-3744 27 January 2012, 15:29:19 UTC
68d4e28 Log active compactions in StatusLogger patch by jbellis; reviewed by slebresne for CASSANDRA-3703 26 January 2012, 22:58:47 UTC
b663210 Compute more accurate compaction score per level patch by dbrosius; reviewed by jbellis for CASSANDRA-3790 26 January 2012, 07:31:38 UTC
1a01027 fix bad validator lookup patch by dbrosius; reviewed by jbellis for CASSANDRA-3789 26 January 2012, 07:25:53 UTC
5c66bd9 Return InvalidRequest when using a keyspace that doesn't exist patch by jbellis; reviewed by pcannon for CASSANDRA-3764 25 January 2012, 00:52:14 UTC
b318404 fixes create/update/drop other keyspaces when system keyspace is used, introduced by CASSANDRA-3759 24 January 2012, 21:22:32 UTC
7c37454 fixes NPE exception in ClientState.hasKeyspaceSchemaAccess(...) method introduced by CASSANDRA-3759 24 January 2012, 20:28:41 UTC
3416110 disallow user modification of System keyspace patch by Dave Brosius; reviewed by jbellis for CASSANDRA-3759 24 January 2012, 16:14:49 UTC
23026fd update CHANGES 21 January 2012, 22:47:54 UTC
492d44e allow using sstable2json on secondary index data patch by yukim and jbellis for CASSANDRA-3738 20 January 2012, 23:15:17 UTC
5850178 cqlsh: format output properly, make prettier most importantly: formats output from queries according to column storage type, so that e.g. blob data is shown in hex. also formats timestamp values in a human-readable and cql-readable way, and shows backslash escapes for text/ascii types when characters can't be printed. when color is enabled, highlight backslash escapes in red, so they can easily be distinguished from text that happens to contain backslashes. color different types of column data differently: textual data stays yellow, blob data is red, and other data (types which are shown and input significantly differently from the byte representation, like numbers, timestamps, etc) are green. for static resultsets, add a separator line between header and data (most helpful for people who don't have colors on). left-justify column headers instead of right-justifying. for dynamic resultsets, don't append a final bar separator after the last value. allow calling into a value renderer/formatter which can make decisions about output representation and color based on the column type patch by pcannon; reviewed by jbellis for CASSANDRA-3726 20 January 2012, 19:22:38 UTC
fc61039 add DESC alias for DESCRIBE patch by pcannon; reviewed by jbellis for CASSANDRA-3587 19 January 2012, 23:03:02 UTC
95942f0 cqlsh: add DESC COLUMNFAMILIES to show cf names as opposed to DESCRIBE KEYSPACE, which shows all columnfamilies but includes all their column definitions and options, which is usually a lot of output. patch by pcannon; reviewed by jbellis for CASSANDRA-3586 19 January 2012, 23:02:36 UTC
8311965 0001-CASSANDRA-3736-remove-token-from-systable-when-replaced 19 January 2012, 21:04:21 UTC
181022b update CHANGES 16 January 2012, 14:42:30 UTC
9f04f3e Bootstrapping nodes never use the hibernation state. Patch by brandonwilliams, reviewed by vijay for CASSANDRA-3737 14 January 2012, 00:34:41 UTC
6a1ed62 Allow DynamicCompositeType to compare components of different types patch by slebresne; reviewed by edanuff for CASSANDRA-3625 13 January 2012, 07:49:21 UTC
f2cb272 update createHardLink calls 12 January 2012, 23:16:03 UTC
9ecaa2a update changes for 3733 12 January 2012, 17:23:05 UTC
3509f3d update changes for 3733 12 January 2012, 17:22:23 UTC
aacbb1c Block on flush before submitting compaction for hints. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-3733 12 January 2012, 17:08:50 UTC
cafeeeb Block on flush before submitting compaction for hints. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-3733 12 January 2012, 16:54:22 UTC
d7e40a1 Fix mistake in NEWS file 12 January 2012, 09:30:25 UTC
c1f125b Have isIndexBuilt expunge all tombstones 12 January 2012, 08:11:25 UTC
1e75013 reset callbacks map in MS.listen to allow RemoveTest to restart it 12 January 2012, 02:26:44 UTC
452ddf6 attempt to humor tests that try to stop and restart MS 11 January 2012, 22:59:33 UTC
a95eafd have loadTokens expunge all tombstones patch by jbellis; reviewed by slebresne for CASSANDRA-3579 11 January 2012, 19:51:58 UTC
185eca5 prevent slow clients from postponing shutdown indefinitely patch by jbellis; reviewed by brandonwilliams for CASSANDRA-3727 11 January 2012, 18:48:40 UTC
d10da15 Fix changelog/news and update version for 1.0.7 release 11 January 2012, 08:54:59 UTC
10a8f67 Avoid < 0 value for pending tasks in leveled compaction patch by jbellis; reviewed by slebresne for CASSANDRA-3693 11 January 2012, 07:54:44 UTC
2bb862c Add help for INSERT to cqlsh. Patch by Paul Cannon, reviewed by brandonwilliams for CASSANDRA-3718. 10 January 2012, 19:59:50 UTC
e2231a1 re-add support for using KEY in a select even when that is not the defined alias, for backwards compatibility. Add case-insensitivity for the actual alias. patch by jbellis; reviewed by pyaskevich for CASSANDRA-3700 10 January 2012, 18:52:45 UTC
044eb1e fix CLI `show schema` command insert of an extra comma in column_metadata patch by Yuki Morishita; reviewed by Pavel Yaskevich for CASSANDRA-3714 10 January 2012, 17:38:31 UTC
f64c17e Shutdown ParallelCompaction reducer executor after use patch by jbellis; reviewed by slebresne for CASSANDRA-3711 10 January 2012, 08:28:47 UTC
89e5409 Fix assertionError for CF with gc_grace = 0 patch by slebresne and jbellis for CASSANDRA-3579 09 January 2012, 16:56:00 UTC
621bc0c fix for SelectStatement start/end key are not set correctly when a key alias is involved patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3700 07 January 2012, 15:34:54 UTC
7ab6cb1 Add bloom_filter_fp_chance to cli patch by yukim; reviewed by jbellis for CASSANDRA-3497 05 January 2012, 23:09:27 UTC
0d09395 prevent multiple concurrent HH to the same target patch by jbellis; reviewed by brandonwilliams for CASSANDRA-3681 05 January 2012, 23:05:53 UTC
eca0c48 Allow setting rpc_timeout via JMX. Patch by Ruben Terrazas, reviewed by brandonwilliams for CASSANDRA-2940 05 January 2012, 21:47:50 UTC
17d2c8a Merge branch 'cassandra-0.8' into cassandra-1.0 05 January 2012, 19:49:13 UTC
ab849a7 use correct list of replicas for LOCAL_QUORUM reads when read repair is disabled patch by jbellis; reviewed by Vijay for CASSANDRA-3696 05 January 2012, 19:48:52 UTC
70a350e use correct list of replicas for LOCAL_QUORUM reads when read repair is disabled patch by jbellis; reviewed by Vijay for CASSANDRA-3696 05 January 2012, 19:06:21 UTC
0f2121e Merge branch 'cassandra-1.0' of https://git-wip-us.apache.org/repos/asf/cassandra into cassandra-1.0 04 January 2012, 16:43:01 UTC
9f32014 Revert #3458 until #3507 is settled 04 January 2012, 16:42:36 UTC
de33379 Fix flawed addToMutationMap in word count example. Patch by Dave Brosius, reviewed by Brandon Williams for CASSANDRA-3669 04 January 2012, 16:33:57 UTC
190fb8c dynamic HH page size patch by jbellis; reviewed by brandonwilliams for CASSANDRA-3624 04 January 2012, 16:05:34 UTC
back to top