Commit Graph

12001 Commits

Author SHA1 Message Date
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
Philip Thompson 061ea33fde cqlsh: allow configuring CSV field size limit
Patch by Philip Thompson; reviewed by Tyler Hobbs for CASSANDRA-8934
2015-03-24 11:41:12 -05:00
Aleksey Yeschenko c6ba2beddc Stop logging range tombstones when exceeding the threshold
patch by Aleksey Yeschenko; reviewed by Sam Tunnicliffe for
CASSANDRA-8559
2015-03-22 14:14:08 +03:00
Stefania Alborghetti 37eb2a0e29 Fix NPE in nodetool getendpoints with bad ks/cf
Patch by Stefania Alborghetti; reviewed by Tyler Hobbs for
CASSANDRA-8950
2015-03-20 11:37:23 -05:00
Ulises Cervino Beresi 5fd4a01165 Expose the column family in DropIndexStatement
patch by Ulises Cervino Beresi; reviewed by Sam Tunnicliffe for
CASSANDRA-8991
2015-03-20 12:34:00 +03:00
Brandon Williams b2aa67ea29 Allow specifying the tmp dir
Patch by mshuler, reviewed by brandonwilliams for CASSANDRA-7712
2015-03-17 14:33:27 -05:00
Carl Yeksigian 08147376aa Match estimated tasks arithmetic to score in LCS
Patch by carlyeks; reviewed by marcuse for CASSANDRA-8904
2015-03-17 11:10:14 +01:00
T Jake Luciani 31a182876e bump versions 2015-03-16 11:48:11 -04:00
Brandon Williams 2199a87aab Fix duplicate up/down messages sent to native clients
Patch by Stefania, reviewed by brandonwilliams for CASSANDRA-7816
2015-03-13 08:02:12 -05:00
T Jake Luciani 20593c24a9 bump versions 2015-03-12 21:01:11 -04:00
Chris Lohfink 77c66bf9f5 Expose commit log archiver status via JMX
Patch by clohfink; reviewed by jmckenzie for CASSANDRA-8734
2015-03-11 11:14:59 -05:00
Alan Boudreault d6ea0ff1f1 Provide better exceptions for invalid replication strategy parameters
patch by Alan Boudreault; reviewed by Sam Tunnicliffe for CASSANDRA-8909
2015-03-09 20:18:27 -07:00
Aleksey Yeschenko b9de1d6b91 Fix CHANGES.txt 2015-03-09 20:03:45 -07:00
Jon Åslund d04602d3da Fix link to CREATE KEYSPACE in CQL3 docs
Patch by Jon Åslund; reviewed by Tyler Hobbs
2015-03-05 12:54:01 -06:00
blerer 90a012a1fe Fix mixed single and multi-column relation support
Patch by Benjamin Lerer; reviewed by Tyler Hobbs for CASSANDRA-8613
2015-03-05 12:25:03 -06:00
blerer fb67c41ad7 Fix CQLSSTableWriter throwing exception and spawning threads
patch by Benjamin Lerer; reviewed by yukim for CASSANDRA-8808
2015-03-05 11:41:50 -06:00
Norman Maurer e56d9efb7c Add ability to limit number of native connections
Patch by Norman Maurer; reviewed by jmckenzie for CASSANDRA-8086
2015-03-05 10:37:53 -06:00
Brian O'Neill 2428b9c55c Update grammar syntax comment for conditional updates
Patch by Brian O'Neill; reviewed by Tyler Hobbs for CASSANDRA-8908
2015-03-04 16:33:01 -06:00
Sam Tunnicliffe a936d7e7fb Update example commands in commitlog_archiving.properties
patch by Sam Tunnicliffe; reviewed by Michael Shuler for CASSANDRA-8290
2015-03-03 15:12:32 -08:00
Carl Yeksigian e7d802e359 Fixing LongCompactionsTest 2015-03-03 16:36:39 -06:00
Tyler Hobbs 6ee0c757c3 Document bind markers for TIMESTAMP, TLL, and LIMIT
Patch by Tyler Hobbs for CASSANDRA-8889
2015-03-03 14:01:43 -06:00