- 16 Jun, 2020 2 commits
-
-
Brandon Williams authored
-
Bereng authored
Patch by Berenguer Blasi, reviewed by brandonwilliams for CASSANDRA-15863
-
- 12 Jun, 2020 5 commits
-
-
Zhao Yang authored
Patch by Zhao Yang, reviewed by brandonwilliams for CASSANDRA-15869
-
Sam Tunnicliffe authored
-
Sam Tunnicliffe authored
-
Sam Tunnicliffe authored
-
Sam Tunnicliffe authored
Patch by Sam Tunnicliffe; reviewed by Jordan West for CASSANDRA-15862
-
- 11 Jun, 2020 1 commit
-
-
Stefan Miklosovic authored
Patch by Stefan Milosovic, reviewed by brandonwilliams for CASSANDRA-15867
-
- 10 Jun, 2020 3 commits
-
-
bryn authored
CASSANDRA-15677 Add shutdown to JMX thread pool to avoid metaspace errors associated with thread leaks. There are still other thread shutdown issues remaining, but this seems to be the most serious one.
-
bryn authored
-
Alan Boudreault authored
Patch by Alan Boudrealt and Bryn Cook, reviewed by brandonwilliams for CASSANDRA-15677
-
- 09 Jun, 2020 10 commits
-
-
Brandon Williams authored
This reverts commit 595a4528.
-
Alan Boudreault authored
Patch by Alan Boudrealt and Bryn Cooke; reviewed by brandonwilliams for CASSANDRA-15677
-
Ekaterina Dimitrova authored
Patch by Ekaterina Dimitrova, reviewed by brandonwilliams for CASSANDRA-15712
-
Sam Tunnicliffe authored
Patch by Sam Tunnicliffe; reviewed by Marcus Eriksson for CASSANDRA-15848
-
Sam Tunnicliffe authored
Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for CASSANDRA-15812 Switches ValidationExecutor's work queue to LinkedBlockingQueue to avoid blocking AntiEntropyStage when the executor is saturated. This requires VE.corePoolSize to be set to concurrent_validations as now it will always prefer to queue requests rather than start new threads. This commit also adds a hard limit on concurrent_validations, as allowing an unbounded number of validations to run concurrently is never safe. This was always true, but setting a high value here is now more dangerous as it controls the number of core, not max, threads. This hard limit is linked to concurrent_compactors, so operators may set concurrent_validations between 1 and concurrent_compactors. The meaning of setting it < 1 has changed from "unbounded" to "whatever concurrent_compactors is set to". This safety valve can be overridden with a system property at startup and/or a JMX property. CASSANDRA-9292 removed the 1hr timeout on prepare messages, but this was inadvertently undone when CASSANDRA-13397 was committed. As nothing long running is done in the repair phase anymore, this timeout can safely be reduced. If using RepairCommandPoolFullStrategy.queue, the core pool size for repairCommandExecutor must be increased from the default value of 1 or else all concurrent tasks will be queued and no more threads created.
-
Stephen Mallette authored
patch by Stephen Mallette; reviewed by David Capwell and by Benjamin Lerer for CASSANDRA-15773
-
Bereng authored
patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-15842 The tests were constantly failing for the cdc test run due to the fact that CDCSizeTracker.shutdown was throwing a NPE if the method was called while CDCSizeTracker was not started. The fix ensure that the test start the commitlog and that CDCSizeTracker.shutdown is a NOOP if the tracker has not been started.
-
Mick Semb Wever authored
-
Mick Semb Wever authored
-
Mick Semb Wever authored
-
- 08 Jun, 2020 1 commit
-
-
Mick Semb Wever authored
patch by Mick Semb Wever; reviewed by Robert Stupp for CASSANDRA-15849
-
- 05 Jun, 2020 7 commits
-
-
Alex Petrov authored
-
Alex Petrov authored
-
Alex Petrov authored
-
David Capwell authored
Patch by David Capwell; reviewed by Alex Petrov for CASSANDRA-15733.
-
Andrés de la Peña authored
# Conflicts: # CHANGES.txt # src/java/org/apache/cassandra/db/PartitionRangeReadCommand.java # src/java/org/apache/cassandra/db/ReadCommand.java # src/java/org/apache/cassandra/db/SinglePartitionReadCommand.java # src/java/org/apache/cassandra/db/filter/RowFilter.java # src/java/org/apache/cassandra/db/partitions/UnfilteredPartitionIterators.java # src/java/org/apache/cassandra/metrics/TableMetrics.java # src/java/org/apache/cassandra/service/DataResolver.java # src/java/org/apache/cassandra/utils/concurrent/Accumulator.java
-
Andrés de la Peña authored
# Conflicts: # CHANGES.txt # src/java/org/apache/cassandra/db/filter/RowFilter.java
-
Andrés de la Peña authored
patch by Andres de la Peña; reviewed by Benjamin Lerer, Caleb Rackliffe and ZhaoYang for CASSANDRA-8272
-
- 04 Jun, 2020 4 commits
-
-
Alex Petrov authored
-
Alex Petrov authored
-
Alex Petrov authored
Allow recovery from the cases when CQL-created compact sense tables have bytes in EmptyType columns. Patch by Alex Petrov; reviewed by Sylvain Lebresne for CASSANDRA-15778.
-
Robert Stupp authored
Use Docker image for dtests in CircleCI w/ JAVA8_HOME environment variable & Allow different pip-source-install repos in requirements.txt Related changes in cassandra-dtests + ccm fix more issues w/ upgraded-dtests Patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15835
-
- 03 Jun, 2020 2 commits
-
-
polandll authored
* Update copyright date to 2020 * Add glossary * Rearranged rackdc for better flow * Add topologies properties file * Add commitlog_archiving file * Add logback.xml info * jvm.options files * Removed invalid reference to wiki from configuration file Patch by Lorina Poland; Reviewed by Jon Haddad for CASSANDRA-15822
-
Stefan Miklosovic authored
patch by Stefan Miklosovic; reviewed by Mick Semb Wever for CASSANDRA-14712
-
- 02 Jun, 2020 1 commit
-
-
Jon Meredith authored
CASSANDRA-11050 introduced dropped columns but excluded it from schema digest computations, with a comment to include the table in the next major release - 4.0. The patch now includes DROPPED_COLUMNS in the schema digest computation. Patch by Jon Meredith; reviewed by Aleksey Yeschenko for CASSANDRA-15843
-
- 29 May, 2020 3 commits
-
-
Mick Semb Wever authored
patch by Mick Semb Wever; reviewed by Benjamin Lerer for CASSANDRA-15830
-
Bereng authored
patch by Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-13606
-
Bereng authored
patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-15825 The flakiness was caused by automatic compactions that were triggered by the creation of the fourth SStable.
-
- 28 May, 2020 1 commit
-
-
Stefan Miklosovic authored
patch by Stefan Miklosovic; reviewed by Aleksey Yeschenko for CASANDRA-15759
-