Ekaterina Dimitrova
4c85c6a403
key_cache_save_period, row_cache_save_period, counter_cache_save_period are not deprecated and we should not emit deprecation warning on startup for them
...
Patch by Ekaterina Dimitrova; reviewed by Stefan Miklosovic for CASSANDRA-17904
2022-09-19 18:10:36 -04:00
Jacek Lewandowski
d8bbeb9e39
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-09-16 09:55:07 +02:00
Jacek Lewandowski
76be530a36
Fix schema reset functionality
...
Patch by Jacek Lewandowski, reviewed by Andrés de la Peña and Ekaterina Dimitrova for CASSANDRA-17819
2022-09-16 09:50:03 +02:00
Josh McKenzie
67e9f7bdc4
Merge branch 'cassandra-4.0' into cassandra-4.1
...
# Conflicts:
# test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeMessageForwardTest.java
2022-09-12 13:04:40 -04:00
Josh McKenzie
f65f123780
Prevent flakiness in MixedModeMessageForwardTest
...
Patch by Jon Meredith; reviewed by Josh McKenzie for CASSANDRA-17866
2022-09-12 13:03:54 -04:00
Josh McKenzie
3f46c7d88b
Merge branch 'cassandra-4.0' into cassandra-4.1
...
# Conflicts:
# CHANGES.txt
2022-09-12 12:45:42 -04:00
Josh McKenzie
ac25d6929e
Better handle null state in Gossip schema migration to avoid NPE
...
Patch by Marcus Eriksson; reviewed by Josh McKenzie and Alex Petrov for CASSANDRA-17864
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Josh McKenzie <jmckenzie@apache.org>
2022-09-12 12:43:54 -04:00
Benedict Elliott Smith
49cd4b5f79
Fix PaxosRepairTest#paxosRepairVersionGate
...
Patch by Benedict Elliott Smith; review by Blake Eggleston for CASSANDRA-17573
2022-09-12 14:23:24 +02:00
Caleb Rackliffe
adb0128485
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-09-07 15:44:03 -05:00
Caleb Rackliffe
c56952efb5
HintedHandoffAddRemoveNodesTest now accounts for the fact that StorageMetrics.totalHints is not updated synchronously w/ writes
...
patch by Caleb Rackliffe; reviewed by Ekaterina Dimitrova for CASSANDRA-16679
2022-09-07 15:16:13 -05:00
David Capwell
d25adb498a
upsert with adder support is not consistent with numbers and strings in LWT
...
patch by David Capwell; reviewed by Benedict Elliott Smith, Caleb Rackliffe for CASSANDRA-17857
2022-09-06 18:07:18 -07:00
Brandon Williams
46700918f8
Catch NSE race condition and return after failing connections
...
Patch by brandonwilliams; reviewed by adelapena and aleksey for
CASSANDRA-17618
2022-09-06 11:54:20 -05:00
Jon Meredith
6748b8b7ea
Speculative execution threshold unit mismatch
...
patch by Jon Meredith; reviewed by Caleb Rackliffe, Yifan Cai for CASSANDRA-17877
2022-09-06 10:01:18 -06:00
Stefan Miklosovic
a61edad15f
remove pure_sasl from the repository
...
This is follow-up for CASSANDRA-16456. The dependency
should be downloaded and put into the lib/ folder.
patch by Stefan Miklosovic; reviewed by Mick Semb Wever for CASSANDRA-16456
2022-09-02 15:21:52 +02:00
Paulo Motta
1ee5df02b1
Fix flakiness of testAutoSnapshotTTlOnDropAfterRestart
...
Patch by Paulo Motta; Reviewed by Caleb Rackliffe and Andrés de la Peña for CASSANDRA-17804
2022-08-31 12:20:09 +01:00
Marcus Eriksson
cd576a0d14
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-29 13:28:32 +02:00
Marcus Eriksson
5beab63b55
Improve the way we handle repair message timeouts to avoid hanging repairs
...
Patch by marcuse; reviewed by David Capwell for CASSANDRA-17613
2022-08-29 13:27:16 +02:00
Jacek Lewandowski
726b67b1e4
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-26 17:39:46 +02:00
Jacek Lewandowski
2b492f17b9
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-26 17:19:59 +02:00
Jacek Lewandowski
04c3e816e8
Merge branch 'cassandra-3.0' into cassandra-3.11
2022-08-26 17:17:07 +02:00
Jacek Lewandowski
a78db628b0
Fix scrubber falling into infinite loop
...
Fixes scrubber falling into infinite loop when the last partition is broken in data file and compression is enabled.
Patch by Jacek Lewandowski, reviewed by Brandon Williams, for CASSANDRA-17862
2022-08-26 17:06:10 +02:00
Mick Semb Wever
df32dd3559
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Increment version to 4.0.7
2022-08-25 17:53:40 +02:00
Mick Semb Wever
d82cb5703d
Increment version to 4.0.7
2022-08-25 17:49:58 +02:00
Josh McKenzie
704141541a
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-24 15:24:11 -04:00
Josh McKenzie
73bea0ac1e
Merge branch 'cassandra-3.11' into cassandra-4.0
...
-s ours; applying 4.0+ patch for CASSANDRA-17840
2022-08-24 15:23:52 -04:00
Josh McKenzie
ab481be81d
Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters
...
Patch by Alex Petrov; reviewed by Josh McKenzie, Sam Tunnicliffe, and Aleksey Yeschenko for CASSANDRA-17840
Co-authored-by: Alex Petrov <oleksandr.petrov@gmail.com>
Co-authored-by: Josh McKenzie <jmckenzie@apache.org>
2022-08-24 15:04:21 -04:00
Stefan Miklosovic
f4deef9d58
Fix test/distributed/org/apache/cassandra/distributed/test/IncRepairCoordinatorErrorTest
...
patch by Stefan Miklosovic; reviewed by Josh McKenzie for CASSANDRA-17843
2022-08-22 19:14:44 +02:00
Yifan Cai
31b607c92a
ninja fix: NEWS.txt
2022-08-22 09:31:05 -07:00
Francisco Guerrero
83c169ec9e
Fix BulkLoader to load entireSSTableThrottle and entireSSTableInterDcThrottle
...
patch by Francisco Guerrero; reviewed by Ekaterina Dimitrova, Yifan Cai for CASSANDRA-17677
2022-08-19 14:19:53 -07:00
Josh McKenzie
b95a6931f5
Merge branch 'cassandra-4.0' into cassandra-4.1
...
# Conflicts:
# CHANGES.txt
# src/java/org/apache/cassandra/repair/consistent/CoordinatorSession.java
2022-08-19 12:34:33 -04:00
Josh McKenzie
0353df7542
Prevent infinite loop in repair coordinator on FailSession
...
Patch by Marcus Eriksson; reviewed by David Capwell, Blake Eggleston, and Josh McKenzie for CASSANDRA-17834
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Josh McKenzie <jmckenzie@apache.org>
2022-08-19 12:33:24 -04:00
Mick Semb Wever
958889cfeb
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-18 22:11:52 +02:00
Mick Semb Wever
eb23757184
Prepare debian changelog for 4.0.6
2022-08-18 20:31:54 +02:00
Brandon Williams
f579bddb75
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-18 05:57:21 -05:00
Brandon Williams
9ec945acf9
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-18 05:57:00 -05:00
Brandon Williams
6838fc552d
Merge branch 'cassandra-3.0' into cassandra-3.11
2022-08-18 05:55:53 -05:00
Brandon Williams
9e32c44455
Don't build javadoc with artifacts
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17712
2022-08-18 05:53:15 -05:00
Bereng
d432fa1e94
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-18 09:36:22 +02:00
Bereng
9f97adf63c
Test Failure: org.apache.cassandra.net.OutboundMessageQueueTest.testRemove-cdc
...
Patch by Berenguer Blasi; reviewed by Brandon Williams for CASSANDRA-17422
Co-authored-by: shylaja kokoori <shylaja.kokoori@intel.com>
Co-authored-by: Berenguer Blasi <berenguerblasi@gmail.com>
2022-08-18 09:31:13 +02:00
Ekaterina Dimitrova
43036ecadd
Update docs and NEWS.txt; config docs are reachable now on the website
...
patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe for CASSANDRA-17778
2022-08-17 18:28:01 -04:00
Yifan Cai
590de42a06
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-16 15:24:34 -07:00
Yifan Cai
84e10d0cad
Fix race condition on updating cdc size and advancing to next segment
...
patch by Yifan Cai; reviewed by Josh McKenzie for CASSANDRA-17792
2022-08-16 15:21:37 -07:00
Mick Semb Wever
e02923305c
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-16 21:48:01 +02:00
Mick Semb Wever
5fafa709fb
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-16 21:46:36 +02:00
Mick Semb Wever
b492341eb5
Move deb/rpm repositories from dist/downloads .a.o to apache.jfrog.io
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17748
2022-08-16 21:45:23 +02:00
Bereng
6405a75dd8
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-16 09:41:14 +02:00
Bereng
6591048051
Flaky DescribeStatementTest
...
patch by Berenguer Blasi; reviewed by Brandon Williams for CASSANDRA-17809
2022-08-16 09:37:52 +02:00
Stefan Miklosovic
71cef76faa
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-15 10:12:22 +02:00
Stefan Miklosovic
5023a816e3
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-15 10:10:28 +02:00
Stefan Miklosovic
f821691239
Merge branch 'cassandra-3.0' into cassandra-3.11
2022-08-15 10:08:14 +02:00