Commit Graph

5691 Commits

Author SHA1 Message Date
Sylvain Lebresne 373e5b0d51 Update version and news for 1.0.12 2012-09-24 21:42:47 +02:00
Jonathan Ellis 4f51c70e12 fix CHANGES for #4708 2012-09-24 10:46:25 -05:00
Jonathan Ellis cad32377d7 Switch from NBHM to CHM in MessagingService's callback map
patch by Daniel Norberg; reviewed by jbellis for CASSANDRA-4708
2012-09-24 10:45:36 -05:00
Sylvain Lebresne 19800189d7 Multiple values for CurrentLocal Node ID
patch by slebresne; reviewed by jbellis for CASSANDRA-4626
2012-09-07 18:32:31 +02:00
Brandon Williams d3917260b9 Bump stack to 180k.
Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631
2012-09-07 11:05:08 -05:00
Jonathan Ellis 08c654601f increase Xss to 160k to accomodate latest 1.6 JVMs
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4602
2012-09-04 14:52:37 -05:00
Jonathan Ellis 4764a379e2 fix toString of hint destination tokens
patch by brandonwilliams; reviewed by jbellis for CASSANDRA-4568
2012-08-28 09:25:26 -05:00
Dave Brosius ec76baf0dd Add missing String.format call to log string contents
patch by Julien Lambert reviewed by dbrosius for CASSANDRA-4574
2012-08-23 23:51:41 -04:00
Jonathan Ellis 197511f0b1 fix setting key length for old-style mapred api
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4534
2012-08-13 14:22:36 -05:00
Jonathan Ellis 8b6ce324bf fix CFRR iterating through resultset consisting entirely of tombstones
patch by jbellis; tested by Niel Drummand and reviewed by Brandon Williams for CASSANDRA-4466
2012-07-31 10:47:14 -05:00
Jonathan Ellis 813553bea9 formatting 2012-07-31 10:44:13 -05:00
Sylvain Lebresne 4f0237acd5 Update versions, news and changes for 1.0.11 release 2012-07-27 17:14:32 +02:00
Sylvain Lebresne 7ff8e3c384 Don't purge columns during upgradesstables
patch by slebresne; reviewed by jbellis for CASSANDRA-4462
2012-07-27 10:06:33 +02:00
Jonathan Ellis 1ad710b6ea fix typo in SICST class name 2012-07-26 17:12:24 -05:00
Jonathan Ellis bcc7f7b0fb cleanup 2012-07-26 17:12:02 -05:00
T Jake Luciani 27cd2bfda0 remove poorly mocked test in favor of new test 2012-07-26 14:35:31 -04:00
T Jake Luciani bce2d6c357 Push the validation of secondary index values to the secondary index manager
Patch by Alex Liu, Reviewed by tjake for CASSANDRA-4240
2012-07-26 13:37:24 -04:00
Sylvain Lebresne 787e0e6488 Fix LCS splitting sstables based on uncompressed length
patch by slebresne; reviewed by jbellis for CASSANDRA-4419
2012-07-12 11:05:11 +02:00
Pavel Yaskevich 51a9fd131a fix 1.0.x node join to mixed version cluster, other nodes >= 1.1
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195
2012-07-12 00:57:18 +03:00
Jonathan Ellis 84a1d6059b fix mixing user-provided timestamps and local deletion time for #4396 2012-07-10 08:35:23 -05:00
Jonathan Ellis 5bcfcbc3ed allow dropping columns shadowed by not-yet-expired supercolumn or row tombstones in PrecompactedRow
patch by jbellis; reviewed by slebresne for CASSANDRA-4396
2012-07-02 03:00:06 -05:00
Sylvain Lebresne 5aad64a699 Set gc_grace to 0 on index CF
patch by jbellis; reviewed by slebresne for CASSANDRA-4314
2012-06-08 09:22:28 +02:00
Dave Brosius edfc06fdd0 Oversize integer in CQL throws NumberFormatException
patch by dbrosius reviewed by pyaskevich for CASSANDRA-4291
2012-05-30 20:17:13 -04:00
Jonathan Ellis 043d180836 fix NPE from circular dependency on compaction strategy 2012-05-26 00:22:00 -05:00
Jonathan Ellis 853a75936c rewrite to avoid bFound variable 2012-05-25 16:15:24 -05:00
Jonathan Ellis 271761038c switch to Map<Long, List> to avoid re-hashing the list with every addition
patch by jbellis; reviewed by thobbs for CASSANDRA-4287
2012-05-25 16:15:24 -05:00
Jonathan Ellis 6ab02c5997 switch to ArrayList 2012-05-25 16:15:23 -05:00
Jonathan Ellis 99ad7d6001 debug logging 2012-05-25 16:15:19 -05:00
Jonathan Ellis 00a5534386 kick off background compaction when min/max thresholds change
patch by jbellis; reviewed by slebresne for CASSANDRA-4279
2012-05-25 15:49:49 -05:00
Jonathan Ellis f89b9aecc6 fix long-test xml
patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270
2012-05-22 10:49:42 -05:00
Jonathan Ellis 641b021d3c synchronize LCS getEstimatedTasks to avoid CME
patch by jbellis; reviewed by slebresne for CASSANDRA-4255
2012-05-21 11:49:20 -05:00
Brandon Williams 48438ffc61 warn if deb sysctl vm.max_map_count setting fails for OpenVZ
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3636
2012-05-21 11:20:11 -05:00
Aaron Morton 2db61ab9e0 Ensure unique streaming session id's
Patch by Aaron Morton, reviewed by Yuki Morishita for CASSANDRA-4223
2012-05-18 15:17:39 +12:00
Brandon Williams 0077edc946 Report thrift status in nodetool info.
Patch by Dave Brosius, reviewed by brandonwilliams for CASSANDRA-4010
2012-05-15 18:01:47 -05:00
Brandon Williams be9fa05d06 Enable piping to cqlsh with locale.getpreferredencoding()
Patch by paul cannon, reviewd by brandonwilliams for CASSANDRA-4113
2012-05-15 17:19:04 -05:00
Brandon Williams 452619cd07 Do not allow 'nodetool decommission' to take parameters.
Patch by brandonwilliams, reviewed by vijay for CASSANDRA-4160
2012-05-09 11:33:42 -05:00
Sylvain Lebresne b2ca7f8212 Change version for 1.0.10 release 2012-05-04 17:53:39 +02:00
Sylvain Lebresne 2e851032b7 Update descriptor test after #4116 2012-05-04 17:50:59 +02:00
Jonathan Ellis c1148cec0d ignore maxtimestamp unless it includes row tombstones correctly
patch by jbellis; reviewed by yukim for CASSANDRA-4205
2012-05-03 18:04:53 -05:00
Jonathan Ellis abb39c2bc4 fix compaction NPE when out of disk space and assertions disabled
patch by jbellis; reviewed by xedin for CASSANDRA-3985
2012-05-03 18:00:49 -05:00
Pavel Yaskevich f20badb685 stress tool to return appropriate exit code on failure
patch by Tyler Patterson; reviewed by Pavel Yaskevich for CASSANDRA-4188
2012-05-03 03:34:58 +03:00
Jonathan Ellis 48a22695f4 fix maxTimestamp to include row tombstones
patch by Sam Tunnicliffe and jbellis for CASSANDRA-4116
2012-05-02 09:52:10 -05:00
Brandon Williams 2b7672fa11 Return DateType as long in pig. 2012-05-01 14:57:05 -05:00
Brandon Williams f4430ff4e7 Change default ant target to jar.
Patch by brandonwilliams reviewed by Ben Coverston for CASSANDRA-4168
2012-05-01 13:58:29 -05:00
Brandon Williams 6ba063387f Pig: support for DateType.
Patch by brandonwilliams, reviewed by Rick Branson for CASSANDRA-4204
2012-05-01 12:03:36 -05:00
Eric Evans a725f80fce eliminate clientutil dependency on commons-lang
Patch by Dave Brosius; reviewed by eevans for CASSANDRA-3665
2012-04-27 09:40:56 -05:00
Sylvain Lebresne eb9f96146e Fix bug with super columns where row cache is not updated
patch by slebresne; reviewed by jbellis for CASSANDRA-4190
2012-04-26 16:32:06 +02:00
Pavel Yaskevich cb67c98d57 fix stress tool that hangs forever on timeout or error
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4128
2012-04-24 10:52:54 -07:00
Jonathan Ellis 8c9d0fb72a Revert "allow running stress from build classes" and "Add stress tool to binaries"
This reverts commits cb7a931ffc and 9b746daf7f.
2012-04-18 11:12:29 -05:00
Vijay Parthasarathy 03ad8cdf4d make stress executable 2012-04-18 09:05:12 -07:00