- aqs
- cassandra-dev
- ml-cache
- restbase
- sessionstore
Post-upgrade
- Copy 4.1.7 packages to component/cassandra41
- Update dev target versions to 4.x
CHANGELOG
v4.1.7
Merged from 4.0:
- Safer handling of out-of-range tokens (https://issues.apache.org/jira/browse/CASSANDRA-13704)
- Fix memory leak in BTree.FastBuilder (https://issues.apache.org/jira/browse/CASSANDRA-19785)
- Fix millisecond and microsecond precision for commit log replay (https://issues.apache.org/jira/browse/CASSANDRA-19448)
- Improve accuracy of memtable heap usage tracking (https://issues.apache.org/jira/browse/CASSANDRA-17298)
- Fix rendering UNSET collection types in query tracing (https://issues.apache.org/jira/browse/CASSANDRA-19880)
- Fix latency reported by ideal consistency level monitoring (https://issues.apache.org/jira/browse/CASSANDRA-19651)
- Use default commitlog settings in test YAMLs (https://issues.apache.org/jira/browse/CASSANDRA-19830)
v4.1.6
- Add native transport deadline, an ultimate deadline for all tasks related to a specific request (https://issues.apache.org/jira/browse/CASSANDRA-19534)
- Do not create a role if ALTER ROLE IF EXISTS operates on non-existing role (https://issues.apache.org/jira/browse/CASSANDRA-19749)
- Use OpOrder in repairIterator to ensure we don't lose memtables mid-paxos repair (https://issues.apache.org/jira/browse/CASSANDRA-19668)
- Refresh stale paxos commit (https://issues.apache.org/jira/browse/CASSANDRA-19617)
- Reduce info logging from automatic paxos repair (https://issues.apache.org/jira/browse/CASSANDRA-19445)
- Support legacy plain_text_auth section in credentials file removed unintentionally (https://issues.apache.org/jira/browse/CASSANDRA-19498)
Merged from 4.0:
- Do not spam log with SSLExceptions (https://issues.apache.org/jira/browse/CASSANDRA-18839)
- Fix schema.cql created by a snapshot after dropping more than one column (https://issues.apache.org/jira/browse/CASSANDRA-19747)
- UnsupportedOperationException when reducing scope for LCS compactions (https://issues.apache.org/jira/browse/CASSANDRA-19704)
- Make LWT conditions behavior on frozen and non-frozen columns consistent for null column values (https://issues.apache.org/jira/browse/CASSANDRA-19637)
- Add timeout specifically for bootstrapping nodes (https://issues.apache.org/jira/browse/CASSANDRA-15439)
- Bring Redhat packge dirs/ownership/perms in line with Debian package (https://issues.apache.org/jira/browse/CASSANDRA-19565)
Merged from 3.0:
- Upgrade OWASP to 10.0.0 (https://issues.apache.org/jira/browse/CASSANDRA-19738)
Configuration files w/ changes (minor)
- conf/commitlog_archiving.properties
- conf/jvm-server.options
- conf/hotspot_compiler
- conf/credentials.sample