mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
8b429c8ef9
|
|
@ -20,6 +20,7 @@
|
|||
* Add the ability to disable bulk loading of SSTables (CASSANDRA-18781)
|
||||
* Clean up obsolete functions and simplify cql_version handling in cqlsh (CASSANDRA-18787)
|
||||
Merged from 5.0:
|
||||
* Fix remote JMX under Java17 (CASSANDRA-19453)
|
||||
* Avoid consistency violations for SAI intersections over unrepaired data at consistency levels requiring reconciliation (CASSANDRA-19018)
|
||||
* Fix NullPointerException in ANN+WHERE when adding rows in another partition (CASSANDRA-19404)
|
||||
* Record latencies for SAI post-filtering reads against local storage (CASSANDRA-18940)
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@
|
|||
-Djdk.attach.allowAttachSelf=true
|
||||
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
|
||||
--add-exports java.management.rmi/com.sun.jmx.remote.internal.rmi=ALL-UNNAMED
|
||||
--add-exports java.management/com.sun.jmx.remote.security=ALL-UNNAMED
|
||||
--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED
|
||||
--add-exports java.rmi/sun.rmi.server=ALL-UNNAMED
|
||||
--add-exports java.sql/java.sql=ALL-UNNAMED
|
||||
|
|
|
|||
Loading…
Reference in New Issue