Commit Graph

11971 Commits

Author SHA1 Message Date
Marcus Eriksson 75e858a66d Disable single sstable tombstone compactions for DTCS by default
Patch by marcuse; reviewed by carlyeks for CASSANDRA-9234
2015-04-30 13:03:14 +02:00
Marcus Eriksson 13af597822 Backport CASSANDRA-8243 to 2.0 - Do more aggressive ttl expiration checks to be able to drop more sstables 2015-04-30 12:58:02 +02:00
Brandon Williams cefaa4eb71 Close incoming connections when MessagingService is stopped
Patch by Sergio Bossa, reviewed by brandonwilliams for CASSANDRA-9238
2015-04-29 16:03:36 -05:00
sankalp kohli 58f25d526c IncomingTcpConnection thread is not named
Patch by Sankalp Kohli; Reviewed by Ariel Weisberg for CASSANDRA-9262
2015-04-29 18:48:30 +02:00
Brandon Williams 08dbbd689e Ignore gossip SYNs after shutdown
Patch by Sergio Bossa, reviewed by brandonwilliams for CASSANDRA-9238
2015-04-27 14:37:33 -05:00
Marcus Eriksson 35a4f7dd68 Avoid overflow when calculating max sstable size in LCS
Patch by marcuse; reviewed by carlyeks for CASSANDRA-9235
2015-04-27 09:14:53 +02:00
Marcus Eriksson 917fabe231 Make sstable blacklisting work with compression
Patch by marcuse; reviewed by Aleksey Yeschenko for CASSANDRA-9138
2015-04-27 08:47:54 +02:00
Sergio Bossa b325316f58 Do not attempt to rebuild indexes if no index accepts any column
patch by Sergio Bossa; reviewed by Sam Tunnicliffe for CASSANDRA-9196
2015-04-21 14:16:41 +03:00
Brandon Williams 738229bd79 Fix commit 2015-04-17 18:42:38 -05:00
Brandon Williams 54140bfde5 Don't initiate snitch reconnection for dead states
Patch by brandonwilliams, reviewed by John Alberts for CASSANDRA-7292
2015-04-17 17:36:55 -05:00
Jonathan Ellis 724384ab05 comment Murmur incompatibility 2015-04-17 11:24:07 -05:00
Tyler Hobbs 9bbcbf5052 Skip scrub counter test when compression is enabled
Patch by Tyler Hobbs; reviewed by Philip Thompson for CASSANDRA-9135
2015-04-15 17:47:10 -05:00
Brandon Williams a64bc43f8d lists work better when you initialize them 2015-04-15 10:40:16 -05:00
Sylvain Lebresne 8e1bdf3e8e Add test for #8978 2015-04-15 10:19:30 -05:00
Brandon Williams 543a89909b change list to arraylist 2015-04-15 10:12:20 -05:00
Carl Yeksigian b4c1ef92e1 CQLSSTableWriter causes ArrayIndexOutOfBoundsException
patch by carlyeks; reviewed by blerer for CASSANDRA-8978
2015-04-15 10:08:12 -05:00
Brandon Williams 84b28460da remove redundant state 2015-04-15 09:35:40 -05:00
Brandon Williams b2c62bb20b Add shutdown gossip state to prevent timeouts during rolling restarts
Patch by brandonwilliams, reviewed by Richard Low for CASSANDRA-8336
2015-04-15 09:30:12 -05:00
Marcus Eriksson 53848f71a8 fix DTCS test 2015-04-15 13:19:03 +02:00
Marcus Eriksson 1fab099892 Fix LeveledCompactionStrategyTest with compression
Patch by marcuse; reviewed by thobbs for CASSANDRA-9139
2015-04-15 02:32:28 +02:00
Jonathan Ellis a5bae1f5df Fix running with java.net.preferIPv6Addresses=true
patch by Andrey Trubachev; reviewed by Ariel Weisberg for CASSANDRA-9137
2015-04-14 12:43:30 -05:00
Brandon Williams ac46747f84 Fix failed bootstrap/replace attempts being persisted in system.peers
Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-9180
2015-04-14 12:19:53 -05:00
T Jake Luciani def4835e6b Add missing follow on fix for 7816 only applied to cassandra-2.1 branch in 763130bdbd 2015-04-09 09:25:06 -04:00
Sam Tunnicliffe b24bd08616 Flush system.IndexInfo after marking index built
patch by Sam Tunnicliffe; reviewed by Aleksey Yeschenko for
CASSANDRA-9128
2015-04-08 23:25:34 +03:00
Stefania Alborghetti 4b43684ac0 Fix setting min/max_compaction_threshold through cassandra-cli
Patch by Stefania Alborghetti; reviewed by Tyler Hobbs for
CASSANDRA-8102
2015-04-08 13:09:14 -05:00
Yuki Morishita 59ba098d29 initialize IndexBuilder before updating digest to avoid NPE (follow up CASSANDRA-8979) 2015-04-07 13:01:46 -05:00
Carl Yeksigian 922a2c49b6 Backport CASSANDRA-6863 without digest updates
patch by Carl Yeksigan; reviewed by Sam Tunnicliffe for CASSANDRA-8989
2015-04-07 17:07:40 +03:00
Marcus Eriksson 67038a32e1 Don't include tmp files in offline relevel
Patch by marcuse; reviewed by carlyeks for CASSANDRA-9088
2015-04-03 20:53:23 +02:00
Stefan Podkowinski 2e6492a183 Digest will now always updated for non-empty rows
Also reverted PreCompactedRow.

Another follow up on CASSANDRA-8979
2015-04-03 08:21:05 -05:00
Sylvain Lebresne c8ab96d170 Use CAS WriteType when replaying previous rounds in Paxos
patch by Stefan Podkowinski; reviewed by slebresne for CASSANDRA-8672
2015-04-01 21:27:00 +02:00
T Jake Luciani 38a04eab6a Merge branch 'cassandra-2.0.14-build' into cassandra-2.0
Conflicts:
	CHANGES.txt
	build.xml
	debian/changelog
2015-04-01 10:45:51 -04:00
Marcus Eriksson 2cf4ca3a94 Avoid race in cancelling compactions
Patch by marcuse; reviewed by yukim for CASSANDRA-9070
2015-04-01 14:32:47 +02:00
Björn Hegerfors 3d0c4e78c6 More aggressive check for expired sstables in DTCS
Patch by Björn Hegerfors; reviewed by marcuse for CASSANDRA-8359
2015-04-01 12:32:09 +02:00
Oleg Anastasyev 74bfa773a2 remove unnecessary BB allocatetion; follow up for CASSANDRA-8979 2015-03-31 11:57:14 -05:00
Tyler Hobbs ec958f05e4 Don't set clientMode when bulk-loading
Backport of CASSANDRA-8238 to 2.0 by Tyler Hobbs
2015-03-31 11:54:54 -05:00
Stefania Alborghetti 88b2f38326 Update indexInterval in CFMetadata.apply()
Patch by Stefania Alborghetti; reviewed by Tyler Hobbs for
CASSANDRA-7976
2015-03-31 11:17:15 -05:00
Björn Hegerfors f7116c91b2 Don't wait for min_threshold sstables in the same window in DTCS
Patch by Björn Hegerfors; reviewed by marcuse for CASSANDRA-8360
2015-03-31 12:51:08 +02:00
Benedict Elliott Smith c94da6c63e java.lang.AssertionError when reading saved cache
Patch by Benedict Elliott Smith; Reviewed by Robert Stupp for CASSANDRA-8740
2015-03-31 11:17:58 +02:00
Robert Stupp 1e09482a38 "disk full" when running cleanup (on a far from full disk)
Patch by Robert Stupp; Reviewed by Yuki Morishita for CASSANDRA-9036
2015-03-31 10:48:43 +02:00
Yifu Wang 0ff9c3cb22 Allow reusing snapshot tags across different column families.
patch by Yifu Wang; reviewed by yukim for CASSANDRA-8056
2015-03-30 16:59:31 -05:00
T Jake Luciani 2433068c15 Bind JMX to localhost unless explicitly configured otherwise 2015-03-30 09:40:38 -04:00
Robert Stupp 102f59c649 Add debug level logging to Directories.getWriteableLocation
Patch by Robert Stupp; Reviewed by Yuki Morishita for CASSANDRA-9050
2015-03-28 12:19:00 +01:00
Yuki Morishita 4e7fbfe6d3 Remove unnecessary statement that I forgot to remove... 2015-03-27 16:30:45 -05:00
Stefan Podkowinski e2ad8969cc Fix MT mismatch between empty and gc-able data
patch by Stefan Podkowinski; reviewed by yukim for CASSANDRA-8979
2015-03-27 13:30:40 -05:00
Tyler Hobbs 1b1acae9af Backport CASSANDRA-8085 to cassandra-2.0 2015-03-26 13:22:09 -05:00
Tyler Hobbs 9625910a53 Lower log from error to debug when schema pull can't be executed
Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-9032
2015-03-25 10:39:49 -05:00
Brandon Williams b296c55f95 Fix MOVED_NODE client event
Patch by Stefania, reviewed by brandonwilliams for CASSANDRA-8516
2015-03-25 10:10:17 -05:00
Brandon Williams 7c98030a7d Allow overriding MAX_OUTSTANDING_REPLAY_COUNT
Patch by Jerimiah Jordan, reviewed by brandonwilliams for CASSANDRA-7533
2015-03-25 09:32:57 -05:00
Erik Forsberg 495ae9c7e7 Fix malformed JMX ObjectName containing IPv6 addresses
Patch by Erik Forsberg; Reviewed by Robert Stupp for CASSANDRA-9027
2015-03-25 11:35:52 +01:00
Joshua McKenzie f5f97d8153 Fix potential data loss in CompressedSequentialWriter
Patch by jmckenzie; reviewed by tjake for CASSANDRA-8949
2015-03-24 13:07:58 -05:00