Commit Graph

15291 Commits

Author SHA1 Message Date
Paulo Motta 58a0079c39 Revert CASSANDRA-10012 and add more loggings
patch by Paulo Motta; reviewed by yukim for CASSANDRA-10961
2016-01-15 12:09:56 -06:00
T Jake Luciani abe0c6779c Allow simultaneous bootstrapping with strict consistency when no vnodes are used
patch by Sankalp Kohli; reviewed by tjake for CASSANDRA-11005
2016-01-15 09:31:22 -05:00
Marcus Eriksson 03e6f45087 Log a message when a major compaction results in more than one sstable
Patch by marcuse; reviewed by Sylvain Lebresne for CASSANDRA-10847
2016-01-15 09:22:30 +01:00
Stefania Alborghetti c42716f2a9 (cqlsh) fix cqlsh_copy_tests when vnodes are disabled
patch by Stefania Alborghetti; reviewed by Paulo Motta for CASSANDRA-10997
2016-01-14 17:09:40 +00:00
Stefania Alborghetti 26dc07b7db (cqlsh) fix formatting bytearray values
patch by Stefania Alborghetti; reviewed by Jim Witschey for
CASSANDRA-10839
2016-01-14 15:48:10 +00:00
Paulo Motta c0747d2856 (cqlsh) Add request timeout option to cqlsh
patch by Paulo Motta; reviewed by Benjamin Lerer for CASSANDRA-10686
2016-01-13 14:31:28 +01:00
Ariel Weisberg df342b952c Assert the local node is never hinted and make PAXOS commit not hint
patch by aweisberg; reviewed by slebresne for CASSANDRA-10477
2016-01-13 11:27:06 +01:00
Carl Yeksigian 10bbcfcd9c If CompactionMetadata is not in stats file, use index summary instead
patch by Carl Yeksigian; reviewed by Yuki Morishita for CASSANDRA-10676
2016-01-12 12:26:43 -05:00
Stefania Alborghetti 0f27d68fc2 Maybe retry sending digest syn during shadow round
Patch by Stefania Alborghetti; reviewed by Sam Tunnicliffe for
CASSANDRA-8072
2016-01-08 15:54:17 +00:00
sankalp kohli 812df9e8bc Fix pending range calculation during moves
patch by kohlisankalp; reviewed by blambov for CASSANDRA-10887
2016-01-08 15:18:45 +01:00
Jeremy Hanna 6d6d189042 Fix inter datacenter streaming default
patch by jeromatron; reviewed by aweisberg for CASSANDRA-9708
2016-01-07 11:54:51 +01:00
Stefania Alborghetti 11716547f8 Match cassandra-loader options in COPY FROM
patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
2016-01-06 17:54:49 +01:00
Joel Knighton b551b8e1e6 Add check if existing fat client entry in gossip has same broadcast address in checkForEndpointCollision to enable quicker bootstrap retries.
patch by jkni; reviewed by Stefania for CASSANDRA-10844
2016-01-05 15:31:17 +01:00
Yuki Morishita a55fd76ddd Fix binding to any address in CqlBulkRecordWriter
patch by yukim; reviewed by snazy for CASSANDRA-9309
2015-12-31 12:40:57 -06:00
Marcus Eriksson 0d51b65e32 Fix the way we replace sstables after anticompaction
Patch by marcuse; reviewed by yukim for CASSANDRA-10831
2015-12-29 13:45:32 +01:00
Yasuharu Goto f1b9e9a65a cqlsh fails to decode utf-8 characters for text typed columns
patch by Yasuharu Goto; reviewed by Paulo Motta for CASSANDRA-10875
2015-12-27 17:26:22 +01:00
Stefania Alborghetti 3ccffc94b8 Fix multiple consecutive delimiters on cqlsh COPY FROM
Patch by stefania; reviewed by pmotta for CASSANDRA-10854
2015-12-23 13:20:27 -05:00
Paulo Motta 7c3966bfe3 Log error when stream session fails
patch by Paulo Motta; reviewed by yukim for CASSANDRA-9294
2015-12-22 14:29:08 -06:00
Sylvain Lebresne e438831377 Remove "atomic" wording for batches in CQL doc (CASSANDRA-10701) 2015-12-22 11:52:36 +01:00
Ariel Weisberg 3740f815c2 Fix bugs in commit log archiving startup behavior
patch by Ariel Weisberg; reviewed by Branimir Lambov for CASSANDRA-10593
2015-12-18 23:37:05 +00:00
Stefania Alborghetti 124f1bd261 (cqlsh) further optimise COPY FROM
patch by Stefania Alborghetti; reviewed by Adam Holmberg for
CASSANDRA-9302
2015-12-15 21:03:31 +00:00
T Jake Luciani 994250c8d3 stableloader will fail if there are collections in the schema tables
Fix and new testcase

Patch by tjake; reviewed by Aleksey Yeschenko for CASSANDRA-10700
2015-12-15 14:15:12 -05:00
Branimir Lambov cee35e42d0 Allow CREATE TABLE WITH ID
Patch by Branimir Lambov; reviewed by marcuse for CASSANDRA-9179
2015-12-15 09:58:42 +01:00
Benjamin Lerer 9b30d6572f Make Stress compiles within eclipse
patch by Benjamin Lerer; reviewed by Jake Luciani for CASSANDRA-10807
2015-12-14 10:22:30 +01:00
Robert Stupp dff2214595 Cassandra Daemon should print JVM arguments
patch by Robert Stupp; reviewed by Michael Shuler for CASSANDRA-10764
2015-12-11 16:50:34 -06:00
Carl Yeksigian fc7075a418 Allow cancellation of index summary redistribution
Patch by Carl Yeksigian; reviewed by marcuse for CASSANDRA-8805
2015-12-11 17:20:18 +01:00
Stefania Alborghetti 95dab2730d Rename copy.py to copyutil.py in cqlshlib
explanation

patch by Stefania; reviewed by pauloricardomg for CASSANDRA-10799
2015-12-11 11:48:15 +01:00
Carl Yeksigian 9135340a13 Warn if system_traces not available for CASSANDRA-9628 2015-12-11 10:23:14 +01:00
Marcus Olsson f6deca3db2 Disable reloading of GossipingPropertyFileSnitch
Patch by molsson; reviewed by pmotta for CASSANDRA-9474
2015-12-04 14:21:15 -05:00
Ivan Burmistrov acdbba7957 Fix SSTablesPerReadHistogram when row cache hit
Patch by iburmistrov; reviewed by cyeksigian for CASSANDRA-10585
2015-12-04 13:15:54 -05:00
Benjamin Lerer b876424228 Fix stress profile parsing on Windows
patch by Benjamin Lerer; reviewed by Joshua McKenzie for CASSANDRA-10808
2015-12-03 21:25:42 +01:00
Tyler Hobbs b85da71961 Increase unit test timeout from 1m to 4m
The new timeout matches what we've been using in CI for some time now.
2015-12-02 15:31:10 -06:00
T Jake Luciani a6619e56b1 bump 2.1 versions 2015-12-02 10:50:22 -05:00
Yuki Morishita 1538c09214 Fix incremental repair hang when replica is down
patch by yukim; reviewed by marcuse for CASSANDRA-10288
2015-12-02 08:41:11 -06:00
Branimir Lambov 0b26ca6874 Avoid writing range tombstones after END_OF_ROW marker.
Patch by Branimir Lambov; reviewed by marcuse for CASSANDRA-10791
2015-12-02 14:59:11 +01:00
Paulo Motta 51753263a4 Revert changes to names of public methods on Gossiper
Patch and review by Paulo Motta and Stefania Alborghetti to
follow up CASSANDRA-10243
2015-12-02 13:05:37 +00:00
Marcus Eriksson dbfeeac177 Optimize the way we check if a token is repaired in anticompaction
Patch by marcuse; reviewed by Ariel Weisberg for CASSANDRA-10768
2015-12-02 08:37:08 +01:00
Paulo Motta 5ba69a3259 Add proper error handling to stream receiver
patch by Paulo Motta; reviewed by yukim for CASSANDRA-10774
2015-12-01 11:53:35 -06:00
Stefania 7650fc1963 Warn or fail when changing cluster topology live
patch by Stefania; reviewed by Paulo Motta for CASSANDRA-10243
2015-11-27 13:49:15 +01:00
Ruggero Marchei 8cd13f1381 Status command in debian/ubuntu init script doesn't work
patch by Ruggero Marchei; reviewed by Michael Shuler for CASSANDRA-10213
2015-11-27 12:57:49 +01:00
Robert Stupp 4ecbbc0820 Some DROP ... IF EXISTS incorrectly result in exceptions on non-existing KS
patch by Robert Stupp; reviewed by Marcus Eriksson for CASSANDRA-10658
2015-11-27 10:42:38 +01:00
Robert Stupp b8a8004d83 DeletionTime.compareTo wrong in rare cases
patch by Robert Stupp; reviewed by Sylvain Lebresne for CASSANDRA-10749
2015-11-27 09:28:38 +01:00
Stefan Podkowinski b5b9f7106d Force encoding charset when computed prepared statement IDs
patch by Stefan Podkowinski; reviewed by slebresne for CASSANDRA-10755
2015-11-26 11:02:30 +01:00
Michael Edge cdf0485b23 Refuse counters as map keys
patch by michaeledge; reviewed by slebresne for CASSANDRA-10760
2015-11-26 10:36:33 +01:00
Jakub Janecek 3d99418cfd Fix the sstable-needs-cleanup check
Patch by Jakub Janecek; reviewed by marcuse for CASSANDRA-10740
2015-11-26 08:25:31 +01:00
Stefania Alborghetti 9768e57e3e CASSANDRA-9304 follow-up: fix cqlshlib tests
Patch by Stefania Alborghetti; reviewed by Tyler Hobbs as a
follow-up to CASSANDRA-9304
2015-11-25 17:50:34 -06:00
Michael Edge 68ea4edb33 cqlsh: print column names before COPY operation
Patch by Michael Edge; reviewed by Tyler Hobbs for CASSANDRA-8935
2015-11-25 11:54:11 -06:00
Wei Deng 5cafe8606f Add the missing Native-Transport-Requests in tpstats back
Patch by Wei Deng; reviewed by tjake for CASSANDRA-10044
2015-11-25 09:19:21 -05:00
Sam Tunnicliffe f5a09c125c Make internal paging logic consistent between searcher impls
Patch by Sam Tunnicliffe; reviewed by Carl Yeksigian for CASSANDRA-10683
2015-11-25 09:29:52 +00:00
Michael Edge f319f0a236 Fix inconsistencies within CQLSH help
patch by Michael Edge; reviewed by Benjamin Lerer for CASSANDRA-10719
2015-11-24 14:51:35 +01:00