-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: manmagic3/cassandra
base: trunk
head repository: apache/cassandra
compare: trunk
Commits on Oct 22, 2024
-
During TCM upgrade, retain all properties of existing system tables
Patch by Abe Ratnofsky and marcuse; reviewed by Sam Tunnicliffe for CASSANDRA-19992 Co-authored-by: Abe Ratnofsky <abe@aber.io>
Configuration menu - View commit details
-
Copy full SHA for 2d3068c - Browse repository at this point
Copy the full SHA 2d3068cView commit details -
* During replacement, correctly set token on the joining instance * In bootstrap, we were not correctly stepping through the join operation * When investigating bootstrap issues, it was found that we were not running repairPaxosForTopologyChange on this path. Patch by Sam Tunnicliffe; reviewed by Marcus Eriksson for CASSANDRA-19997
Configuration menu - View commit details
-
Copy full SHA for a9a83dc - Browse repository at this point
Copy the full SHA a9a83dcView commit details
Commits on Oct 23, 2024
-
Fix type check for referenced duration type for nested types
Patch by Raymond Welgosh; Reviewed by David Capwell, Yifan Cai for CASSANDRA-19890
Configuration menu - View commit details
-
Copy full SHA for e8891be - Browse repository at this point
Copy the full SHA e8891beView commit details
Commits on Oct 24, 2024
-
patch by Berenguer Blasi; reviewed by Branimir Lambov, Michael Semb Wever for CASSANDRA-19863
Configuration menu - View commit details
-
Copy full SHA for 5e4ff92 - Browse repository at this point
Copy the full SHA 5e4ff92View commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Add extra compaction junit
Configuration menu - View commit details
-
Copy full SHA for 7446529 - Browse repository at this point
Copy the full SHA 7446529View commit details
Commits on Oct 25, 2024
-
Add -H option for human-friendly output in nodetool compactionhistory
patch by Cheng Wang; reviewed by Jordan West, Stefan Miklosovic for CASSANDRA-20015
Configuration menu - View commit details
-
Copy full SHA for c8854af - Browse repository at this point
Copy the full SHA c8854afView commit details
Commits on Oct 29, 2024
-
Explicitly localize strings to Locale.US for internal implementation
There is inconsistent usage of toLowerCase/toUpperCase methods in the codebase. Somewhere we already use Locale.US, somewhere not. That might cause various issues in runtime as shown in CASSANDRA-19953 ticket when an environment Cassandra runs in has different locale from expected. In this patch, all such method calls explicitly set their locale to Locale.US. This patch also contains a checkstyle rule which fails the compilation if toLowerCase or toUpperCase is used. We prefer calls to methods in LocalizeString class which use US locale. patch by Ata İlhan Köktürk; reviewed by Stefan Miklosovic, Brandon Williams for CASSANDRA-19953 Co-authored-by: Maxwell Guo <cclive1601@gmail.com> Co-authored-by: Stefan Miklosovic <smiklosovic@apacheorg>
Configuration menu - View commit details
-
Copy full SHA for 46b36f2 - Browse repository at this point
Copy the full SHA 46b36f2View commit details -
Suppress CVE-2024-45772 lucene-core-9.7.0.jar
CVE in Lucene Replicator which the project doesn't use. patch by Mick Semb Wever; reviewed by Brandon Williams, Caleb Rackliffe for CASSANDRA-20024
Configuration menu - View commit details
-
Copy full SHA for 3550b88 - Browse repository at this point
Copy the full SHA 3550b88View commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Suppress CVE-2024-45772 lucene-core-9.7.0.jar
Configuration menu - View commit details
-
Copy full SHA for 916486b - Browse repository at this point
Copy the full SHA 916486bView commit details -
Reintroduce RestrictionSet#iterator() optimization around multi-colum…
…n restrictions patch by Caleb Rackliffe; reviewed by Benjamin Lerer for CASSANDRA-20034
Configuration menu - View commit details
-
Copy full SHA for 32030e4 - Browse repository at this point
Copy the full SHA 32030e4View commit details
Commits on Oct 31, 2024
-
Ban the usage of "var" instead of full types in the production code
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20038
Configuration menu - View commit details
-
Copy full SHA for 194e632 - Browse repository at this point
Copy the full SHA 194e632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ed18e - Browse repository at this point
Copy the full SHA 15ed18eView commit details
Commits on Nov 1, 2024
-
Nodetool cms reconfigure reports streaming failures correctly
Patch by Sam Tunnicliffe; reviewed by Marcus Eriksson for CASSANDRA-19972
Configuration menu - View commit details
-
Copy full SHA for a27e099 - Browse repository at this point
Copy the full SHA a27e099View commit details -
Equality check for Paxos.Electorate should not depend on collection t…
…ypes Patch by Sam Tunnicliffe; reviewed by Marcus Eriksson for CASSANDRA-19935
Configuration menu - View commit details
-
Copy full SHA for 9ff31e8 - Browse repository at this point
Copy the full SHA 9ff31e8View commit details -
CEP-10: Simulator Java11 Support (backport to cassandra-4.1)
patch by David Capwell; reviewed by Benedict Elliott Smith, Ekaterina Dimitrova for CASSANDRA-17178 backported to 4.1 in CASSANDRA-19935
Configuration menu - View commit details
-
Copy full SHA for 28759d8 - Browse repository at this point
Copy the full SHA 28759d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8153a0b - Browse repository at this point
Copy the full SHA 8153a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d44ae - Browse repository at this point
Copy the full SHA c8d44aeView commit details
Commits on Nov 4, 2024
-
CASSANDRA-19986 Prepared statements cache computation improvements
patch by Berenguer Blasi; reviewed by Maxwell Guo, Stefan Miklosovic for CASSANDRA-19986
Configuration menu - View commit details
-
Copy full SHA for ff54fd5 - Browse repository at this point
Copy the full SHA ff54fd5View commit details -
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0: CASSANDRA-19986 Prepared statements cache computation improvements
Configuration menu - View commit details
-
Copy full SHA for 94c2a09 - Browse repository at this point
Copy the full SHA 94c2a09View commit details -
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: CASSANDRA-19986 Prepared statements cache computation improvements
Configuration menu - View commit details
-
Copy full SHA for 0e11be9 - Browse repository at this point
Copy the full SHA 0e11be9View commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: CASSANDRA-19986 Prepared statements cache computation improvements
Configuration menu - View commit details
-
Copy full SHA for 6e0a99c - Browse repository at this point
Copy the full SHA 6e0a99cView commit details -
Bump the correct metric when doing progress barrier retries
Patch by marcuse; reviewed by Sam Tunnicliffe for CASSANDRA-20016
Configuration menu - View commit details
-
Copy full SHA for 73d8ee1 - Browse repository at this point
Copy the full SHA 73d8ee1View commit details -
Don’t finish ongoing decommission and move operations during startup
Patch by marcuse; reviewed by Sam Tunnicliffe for CASSANDRA-20040
Configuration menu - View commit details
-
Copy full SHA for c679b47 - Browse repository at this point
Copy the full SHA c679b47View commit details
Commits on Nov 5, 2024
-
Add nodetool checktokenmetadata command that checks TokenMetadata is …
…insync with Gossip endpointState patch by Jaydeepkumar Chovatia; reviewed by Brandon Williams, Mick Semb Wever for CASSANDRA-18758
Configuration menu - View commit details
-
Copy full SHA for e5c919f - Browse repository at this point
Copy the full SHA e5c919fView commit details -
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: Add nodetool checktokenmetadata command that checks TokenMetadata is insync with Gossip endpointState
Configuration menu - View commit details
-
Copy full SHA for 34bed3d - Browse repository at this point
Copy the full SHA 34bed3dView commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Add nodetool checktokenmetadata command that checks TokenMetadata is insync with Gossip endpointState
Configuration menu - View commit details
-
Copy full SHA for 7feb03e - Browse repository at this point
Copy the full SHA 7feb03eView commit details
Commits on Nov 6, 2024
-
Fix CQL in snapshot's schema which did not contained UDTs used as rev…
…erse clustering columns patch by Stefan Miklosovic; reviewed by David Capwell for CASSANDRA-20036
Configuration menu - View commit details
-
Copy full SHA for 181ddc0 - Browse repository at this point
Copy the full SHA 181ddc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521891c - Browse repository at this point
Copy the full SHA 521891cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 008d04d - Browse repository at this point
Copy the full SHA 008d04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c2325 - Browse repository at this point
Copy the full SHA 20c2325View commit details -
Support UDTs and vectors as clustering keys in descending order
patch by Stefan Miklosovic; reviewed by David Capwell for CASSANDRA-20050
Configuration menu - View commit details
-
Copy full SHA for 6093c2d - Browse repository at this point
Copy the full SHA 6093c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17418a2 - Browse repository at this point
Copy the full SHA 17418a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6dcf8 - Browse repository at this point
Copy the full SHA 4b6dcf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317e9ec - Browse repository at this point
Copy the full SHA 317e9ecView commit details -
Backport of CASSANDRA-17812: Rate-limit new client connection auth se…
…tup to avoid overwhelming bcrypt This backport differs from CASSANDRA-17812 in such a way that by default the number of auth request threads is set to 0. That will route all requests to request executor as before this change. The patch in 5.0 and later sets the default number of auth request threads to 4. patch by Josh McKenzie; reviewed by Chris Lohfink for CASSANDRA-20057 Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
Configuration menu - View commit details
-
Copy full SHA for 8ea70cd - Browse repository at this point
Copy the full SHA 8ea70cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f59013 - Browse repository at this point
Copy the full SHA 0f59013View commit details -
Merge branch 'cassandra-4.1' into cassandra-5.0
configuration section for native_transport_max_auth_threads with default value of 4 was added to cassandra.yaml as part of this merge-up as this section was forgotten to be added in the original patch of CASSANDRA-17812
Configuration menu - View commit details
-
Copy full SHA for a3f2771 - Browse repository at this point
Copy the full SHA a3f2771View commit details -
Merge branch 'cassandra-5.0' into trunk
configuration section for native_transport_max_auth_threads with default value of 4 was added to cassandra.yaml as part of this merge-up as this section was forgotten to be added in the original patch of CASSANDRA-17812
Configuration menu - View commit details
-
Copy full SHA for 7b33e91 - Browse repository at this point
Copy the full SHA 7b33e91View commit details
Commits on Nov 8, 2024
-
Batch clusterings into single SAI partition post-filtering reads
patch by Caleb Rackliffe; reviewed by Zhao Yang for CASSANDRA-19497
Configuration menu - View commit details
-
Copy full SHA for cccb982 - Browse repository at this point
Copy the full SHA cccb982View commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Batch clusterings into single SAI partition post-filtering reads
Configuration menu - View commit details
-
Copy full SHA for fd4113d - Browse repository at this point
Copy the full SHA fd4113dView commit details
Commits on Nov 11, 2024
-
patch by Berenguer Blasi; reviewed by Stefan Miklosovic for CASSANDRA-20055
Configuration menu - View commit details
-
Copy full SHA for 7ba691e - Browse repository at this point
Copy the full SHA 7ba691eView commit details -
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0: Flaky PstmtPersistenceTest
Configuration menu - View commit details
-
Copy full SHA for 4acce2a - Browse repository at this point
Copy the full SHA 4acce2aView commit details -
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: Flaky PstmtPersistenceTest
Configuration menu - View commit details
-
Copy full SHA for 0220025 - Browse repository at this point
Copy the full SHA 0220025View commit details -
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Flaky PstmtPersistenceTest
Configuration menu - View commit details
-
Copy full SHA for 7d0c0c8 - Browse repository at this point
Copy the full SHA 7d0c0c8View commit details -
Log client address when detecting unknown exception in client networking
Patch by Mohammad Aburadeh, reviewed by brandonwilliams and smiklosovic for CASSANDRA-20072
Configuration menu - View commit details
-
Copy full SHA for 0b3c26a - Browse repository at this point
Copy the full SHA 0b3c26aView commit details -
Log client address when detecting unknown exception in client networking
Patch by Mohammad Aburadeh, reviewed by brandonwilliams and smiklosovic for CASSANDRA-20072
Configuration menu - View commit details
-
Copy full SHA for b79f9dc - Browse repository at this point
Copy the full SHA b79f9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35dd2f3 - Browse repository at this point
Copy the full SHA 35dd2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914aab5 - Browse repository at this point
Copy the full SHA 914aab5View commit details
Commits on Nov 12, 2024
-
Add post-filtering support for the IN operator in SAI queries
patch by Sunil Ramchandra Pawar; reviewed by Caleb Rackliffe and Ekaterina Dimitrova
Configuration menu - View commit details
-
Copy full SHA for 85048b2 - Browse repository at this point
Copy the full SHA 85048b2View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1faa70b - Browse repository at this point
Copy the full SHA 1faa70bView commit details
There are no files selected for viewing