Commit Graph

6910 Commits

Author SHA1 Message Date
Brandon Williams 32135741bd update changes 2012-12-03 14:30:12 -06:00
Brandon Williams d1d372033b RangeStreamer throws when any range did not complete.
Patch by brandonwilliams reviewed by yukim for CASSANDRA-5009
2012-12-03 14:21:23 -06:00
Jonathan Ellis 37067495cf Fallback to old describe_splits if d_s_ex is not available
patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4803
2012-11-28 00:01:32 +09:00
Sylvain Lebresne 2f4b6d8c61 Update version, changes, news and licenses for 1.1.7 release 2012-11-27 09:34:48 +01:00
Sylvain Lebresne 763305b49e Backport 4645 to 1.1 2012-11-26 19:38:49 +01:00
Sylvain Lebresne cb7a231a2f Better error message when order by is used with 2ndary indexes 2012-11-26 16:38:23 +01:00
Sylvain Lebresne d0292ef45a Fix 'Wrong class type' assertion error in CounterColumn
patch by slebresne; reviewed by jbellis for CASSANDRA-4976
2012-11-23 10:01:39 +01:00
Pavel Yaskevich e128ab0022 remove special RM method for schema mutations deserialization in addition to CASSANDRA-4880 2012-11-21 15:45:15 -08:00
Aleksey Yeschenko 7cfdb14efb cqlsh: improve COPY FROM performance; Patch by Aleksey Yeschenko,
reviewed by Brandon Williams for CASSANDRA-4921
2012-11-19 22:08:43 +03:00
Aleksey Yeschenko fab61e309f add basic authentication support for Pig CassandraStorage; patch by
Aleksey Yeschenko, reviewed by Brandon Williams for CASSANDRA-3042
2012-11-19 21:37:57 +03:00
Aleksey Yeschenko e30519f333 fix CQL2 ALTER TABLE compaction_strategy_class altering; patch by Aleksey Yeschenko, reviewed by jbellis for CASSANDRA-4965 2012-11-19 11:57:11 +03:00
Pavel Yaskevich dd1633ba0b Fix endless loop/compaction of schema_* CFs due to broken timestamps
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4880
2012-11-16 14:31:18 -08:00
Dave Brosius caeee7c683 Merge branch 'cassandra-1.0' into cassandra-1.1 2012-11-15 01:26:00 -05:00
Dave Brosius 08eebcdf44 fix 'help describe cluster' in cassandra-cli 2012-11-15 01:23:35 -05:00
Vijay Parthasarathy 8d6e43f34f update measure to measureDeep
patch by vijay reviewed by jbellis for CASSANDRA-4860
2012-11-13 10:28:50 -08:00
Jonathan Ellis a2ca30e795 reset getRangeSlice filter after finishing a row forget_paged_slice
patch by Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4919
2012-11-12 15:57:15 -06:00
Jonathan Ellis a05f6766e2 expunge row cache post-truncate
patch by jbellis; reviewed by slebresne for CASSANDRA-4940
2012-11-12 08:27:16 -06:00
Jonathan Ellis f32110c6c3 remove IAuthority2
patch by Aleksey Yeschenko; reviewed by jbellis for CASSANDRA-4875
2012-11-07 10:48:23 -06:00
Brandon Williams d909fb4faf Fix row key population with old-style mapred interface.
Patch by Ben Kempe, reviewed by brandonwilliams for CASSANDRA-4834
2012-11-06 06:23:15 -06:00
Sylvain Lebresne 77ee3109e5 Allow static CF definition with COMPACT STORAGE
patch by slebresne; reviewed by jbellis for CASSANDRA-4910
2012-11-06 11:14:46 +01:00
Brandon Williams 988c10fd39 increase default precision in cqlsh 2012-11-02 15:26:03 -05:00
Brandon Williams c7399e97e8 null, let me count the ways I hate thee 2012-11-02 08:58:50 -05:00
Brandon Williams 2644aa965d fix indentation 2012-11-02 08:44:11 -05:00
Brandon Williams a412ebd5b8 unit tests are lame 2012-11-02 08:35:08 -05:00
Brandon Williams 110f69c3b8 Remove nodes in total on restart.
Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-4840
2012-11-02 08:13:10 -05:00
Jonathan Ellis 239d66f14a Merge branch 'cassandra-1.0' into cassandra-1.1 2012-11-01 14:32:35 -05:00
Jonathan Ellis 73f479c287 Fix deadlockin mutation state underconcurrent, CL > ONE writes to counters
backport of CASSANDRA-4578
2012-11-01 14:32:23 -05:00
Yuki Morishita d401d9f1de Fix duplicate SSTable reference when stream session failed; patch by yukim reviewed by Sylvain Lebresne for CASSANDRA-3306 2012-10-31 10:42:36 -05:00
Jonathan Ellis 99b245d318 add get[Row|Key]CacheEntries to CacheServiceMBean
patch by Chris Burroughs; reviewed by jbellis for CASSANDRA-4859
2012-10-30 10:22:22 -05:00
Sylvain Lebresne 5e15927fff Fix DynamicCompositeType same type comparison
patch by slebresne; reviewed by jbellis for CASSANDRA-4711
2012-10-29 11:12:48 +01:00
Brandon Williams d51643cad4 cqlsh: fix timestamp formatting for tz info
Patch by Aleksey Yeschenko, reviewed by brandonwilliams for
CASSANDRA-4746
2012-10-26 08:48:31 -05:00
Jonathan Ellis a2a2251b37 fix CREATE COLUMNFAMILY permissions check
patch by Aleksey Yeschenko; reviewed by jbellis for CASSANDRA-4864
2012-10-25 20:11:16 -05:00
Brandon Williams 0712c66f5b Add log4j reloading to debian init.
Patch by brandonwilliams reviewed by Rick Branson for CASSANDRA-4855
2012-10-25 11:10:51 -05:00
Brandon Williams 77573c5997 cqlsh: fix help topics
Patch by Aleksey Yeschenko, reviewed by brandonwilliams for
CASSANDRA-4811
2012-10-25 05:50:40 -05:00
Brandon Williams e4fc1ebbad mv cqlshrc example out of bin 2012-10-24 16:27:27 -05:00
Jonathan Ellis 6f31aba0e1 initialize column iteration lazily so filter will be ready when it's first used
patch by slebresne and Piotr Kołaczkowski; reviewed by jbellis for CASSANDRA-4816
2012-10-24 14:41:29 -05:00
Sylvain Lebresne 5d5207b911 Fix CompositeType.{get/from}String methods
patch by slebresne; reviewed by jbellis for CASSANDRA-4842
2012-10-24 20:35:32 +02:00
Yuki Morishita 95fb613bf9 fix potential infinite loop in get_count; patch by yukim reviewed by Tyler Hobbs for CASSANDRA-4833 2012-10-22 12:16:20 -05:00
Jonathan Ellis f22e2c4596 missing import 2012-10-19 18:30:43 -05:00
Jonathan Ellis 533bf3f6a8 add describe_splits_ex providing improved split size estimate
patch by Piotr Kolaczkowski; reviewed by jbellis for CASSANDRA-4803
2012-10-19 18:07:47 -05:00
Jonathan Ellis 0bb3a064f3 fix progress counting in wide row iterator
patch by Piotr Koalczkowski; reviewed by jbellis for CASSANDRA-4803
2012-10-19 18:00:25 -05:00
Jonathan Ellis 72dcc298d3 fix indexing empty column values
patch by jbellis for CASSANDRA-4832
2012-10-19 17:42:53 -05:00
Eric Evans 487c9168fc reenable system ks r/w
Patch by Pavel Yaskevich and eevans for CASSANDRA-4664

Conflicts:
	src/java/org/apache/cassandra/service/ClientState.java
2012-10-18 21:38:43 -05:00
Jonathan Ellis 9d7ba39cbb allow JdbcDate to compose null Date objects
patch by Sridharan Kuppa; reviewed by jbellis for CASSANDRA-4830
2012-10-18 17:42:10 -05:00
Jonathan Ellis e400d0eca2 fix possible stackoverflow when compacting 1000s of sstables
patch by jbellis; reviewed by yukim for CASSANDRA-4765
2012-10-18 15:17:29 -05:00
Brandon Williams c9b249b2a8 Make SerializingCacheProvider the default when absent from the yaml.
Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4828
2012-10-17 20:48:35 -05:00
Pavel Yaskevich ffbcb4b11b add a close() method to CRAR to prevent leaking file descriptors
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4820
2012-10-17 11:07:56 -07:00
Dave Brosius 4d637f1f1b fix get_range_slices with startkey and endtoken specified
patch by Nikolay (nmmm) reviewed by dbrosius for CASSANDRA-4804
2012-10-16 23:56:26 -04:00
Yuki Morishita b8874ad1a8 fix wrong leveled compaction progress calculation; patch by yukim reviewed by jbellis for CASSANDRA-4807 2012-10-16 16:23:46 -05:00
Yuki Morishita e1491f3f24 Fix test setup and repair/LCS edge case for CASSANDRA-4799 2012-10-16 09:36:51 -05:00