Commit Graph

23258 Commits

Author SHA1 Message Date
Benedict Elliott Smith c100f1ac40 Multi-version in-JVM dtests
patch by Benedict; reviewed by Alex Petrov for CASSANDRA-14937
2019-02-05 10:49:16 +00:00
Stefan Podkowinski 220611a6a8 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-02-04 16:32:43 +01:00
Stefan Podkowinski c94a6aa7e5 Catch CorruptSSTableExceptions and FSErrors in ALAExecutorService
patch by Stefan Podkowinski; reviewed by Ariel Weisberg for CASSANDRA-14993
2019-02-04 16:24:01 +01:00
Michael Shuler fd47391aae Update version to 3.11.4 2019-02-01 12:40:38 -06:00
Michael Shuler cf9b346593 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-02-01 12:38:46 -06:00
Michael Shuler edd52cef50 Update version to 3.0.18 2019-02-01 12:38:25 -06:00
Michael Shuler 91fb24eb37 Merge branch 'cassandra-2.2' into cassandra-3.0 2019-02-01 12:36:34 -06:00
Michael Shuler af91658353 Update version to 2.2.14 2019-02-01 12:36:13 -06:00
Michael Shuler e791a7f94f Merge branch 'cassandra-2.1' into cassandra-2.2 2019-02-01 12:33:35 -06:00
Michael Shuler 9bb75358df Update version to 2.1.21 2019-02-01 12:33:15 -06:00
Robert Stupp 737a5666b0 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-02-01 12:34:43 +01:00
Robert Stupp 62d66a43c6 Fix CHANGES.txt 2019-02-01 12:34:12 +01:00
Robert Stupp 16c96c20da Merge branch cassandra-3.0 into cassandra-3.11 2019-02-01 12:27:24 +01:00
Robert Stupp bc18b4dd4e Severe concurrency issues in STCS,DTCS,TWCS,TMD.Topology,TypeParser
patch by Robert Stupp; reviewed by Blake Eggleston for CASSANDRA-14781
2019-02-01 12:26:06 +01:00
Benedict Elliott Smith 2d05bff0ba Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-21 17:44:36 +00:00
Benedict Elliott Smith 459945bcf4 Merge branch 'cassandra-2.2' into cassandra-3.0 2019-01-21 17:43:26 +00:00
Benedict Elliott Smith fdb1735010 In JVM dtests need to clean up after instance shutdown
Followup - isolate executions for a given node to an executor owned by the instance

patch by Benedict; reviewed by Alex Petrov for CASSANDRA-14922
2019-01-21 10:13:48 +00:00
Joseph Lynch 8ad4a9a522 In JVM dtests need to clean up after instance shutdown
Adds additional cleanup logic to ensure we don't leak classloaders and
their associated objects when running the in JVM dtests.

Patch by Joseph Lynch; reviewed by Alex Petrov for CASSANDRA-14922
2019-01-21 10:13:48 +00:00
Alex Petrov a3004ef29f Make sure that SEP Worker shuts down when pool is shutdown
Patch by Alex Petrov; reviewed by Benedict Elliott Smith for CASSANDRA-14815
2019-01-21 10:13:48 +00:00
Alex Petrov 1d5e0301f3 Introduce in-jvm distributed tests
Patch by Alex Petrov and Benedict Elliott Smith; reviewed by Benedict Elliott Smith and Dinesh Joshi for CASSANDRA-14821.

Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
2019-01-21 10:13:48 +00:00
Ariel Weisberg b51d3c985e Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-18 12:40:05 -05:00
Ariel Weisberg f61b926b94 Merge branch 'cassandra-2.2' into cassandra-3.0 2019-01-18 12:39:50 -05:00
Ariel Weisberg 1d06b6686f CircleCI docker image should bake in more dependencies
Patch by Ariel Weisberg; Reviewed by Stefan Podkowinski for CASSANDRA-14985
2019-01-18 12:38:45 -05:00
Sam Tunnicliffe e5ab9b6a47 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-17 11:59:42 +00:00
Sam Tunnicliffe db3c85287f Merge branch 'cassandra-2.2' into cassandra-3.0 2019-01-17 10:30:03 +00:00
Sam Tunnicliffe 11b06e9bc1 Merge branch 'cassandra-2.1' into cassandra-2.2 2019-01-17 10:20:53 +00:00
Sam Tunnicliffe dd228d4581 Special case page handling for DISTINCT queries
Simplify the removal of the first row in a paged range slice page
with DISTINCT if that row was already returned at the end of the
previous page

Patch by Sam Tunnicliffe and Marcus Eriksson; reviewed by Sam Tunnicliffe
and Marcus Eriksson for CASSANDRA-14956

Co-authored-by: Sam Tunnicliffe <sam@beobal.com>
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
2019-01-17 09:49:05 +00:00
Ariel Weisberg 25b72d08c0 Merge branch '14951-3.0' into 14951-3.11 2019-01-15 18:08:18 -05:00
Dinesh A. Joshi a9d1af96b5 Add a script to make running the cqlsh tests in cassandra repo easier
Patch by Dinesh Joshi; Reviewed by Ariel Weisberg for CASSANDRA-14951
2019-01-15 18:03:47 -05:00
Ariel Weisberg 62f0280270 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-14 18:31:16 -05:00
Joel Knighton ddbcff3363 If SizeEstimatesRecorder misses a 'onDropTable' notification, the size_estimates table will never be cleared for that table.
Patch by Joel Knighton; Reviewed by Ariel Weisberg for CASSANDRA-14905

Co-authored-by: Joel Knighton <jkni@apache.org>
Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com>
2019-01-14 18:21:55 -05:00
Aleksey Yeshchenko 5ede581f5f Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-14 18:04:15 +00:00
Aleksey Yeshchenko ebfa280fac Counters fail to increment in 2.1/2.2 to 3.X mixed version clusters
patch by Aleksey Yeschenko; reviewed by Benedict Elliott Smith for
CASSANDRA-14958
2019-01-14 18:02:42 +00:00
Michael Shuler 6a7aa0f07e Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-14 11:39:15 -06:00
Michael Shuler 24a708dbcd Merge branch 'cassandra-2.2' into cassandra-3.0 2019-01-14 11:37:56 -06:00
Michael Shuler 900292b2e4 Merge branch 'cassandra-2.1' into cassandra-2.2 2019-01-14 11:37:19 -06:00
Michael Shuler 6506684b81 Update release checksum algorithms to SHA-256, SHA-512
Patch by Michael Shuler; reviewed by Brandon Williams for CASSANDRA-14970
2019-01-14 11:26:03 -06:00
Ariel Weisberg 6f2794fc47 Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-09 11:26:26 -05:00
Ariel Weisberg b8a942d6a5 Merge branch 'cassandra-2.2' into cassandra-3.0 2019-01-09 11:24:40 -05:00
Ariel Weisberg 76447d6f50 Reenable upgrade tests and make them runnable via CircleCI
Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14421
2019-01-09 11:23:32 -05:00
Mick Semb Wever ee5e4f63c5
Docs: Fix page width exceeding the viewport
Closes #175 #176

 patch by Sahal Sajjad, Stefan Podkowinski; reviewed by Stefan Podkowinski, Mick Semb Wever for CASSANDRA-14065
2019-01-07 07:48:10 +11:00
Mick Semb Wever 9755e26075
Fix documentation for default compressor used
patch by Mick Semb Wever; reviewed by Jon Haddad for CASSANDRA-14949
2019-01-05 08:39:27 +11:00
Jay Zhuang 23cba991ca Merge branch 'cassandra-3.0' into cassandra-3.11 2018-12-30 22:29:14 -08:00
Jay Zhuang 7b1454f3e1 Merge branch 'cassandra-2.2' into cassandra-3.0 2018-12-30 22:28:20 -08:00
Jay Zhuang 7bb2b7a039 ninja fix: Fix CHANGES.txt for #14525 2018-12-30 22:26:54 -08:00
Jay Zhuang 48a48c7fcd Merge branch 'cassandra-3.0' into cassandra-3.11 2018-12-30 21:54:56 -08:00
Jay Zhuang e2ee204580 Merge branch 'cassandra-2.2' into cassandra-3.0 2018-12-30 21:49:33 -08:00
jaydeepkumar1984 a6196a3a79 Do not enable native transport if bootstrap is pending
patch by Jaydeepkumar Chovatia; reviewed by Kurt Greaves for CASSANDRA-14525
2018-12-30 21:35:08 -08:00
Marcus Eriksson 08363afa53 Merge branch 'cassandra-3.0' into cassandra-3.11 2018-12-20 13:41:48 +01:00
Marcus Eriksson 23d722ee3a move task definition inside testmacro to not fail build if ant-junit is not installed
Patch by marcuse; reviewed by Jon Meredith for CASSANDRA-14915
2018-12-20 13:38:28 +01:00