Marcus Eriksson created CASSANDRA-18887:
-------------------------------------------

             Summary: CEP-21 - Implement missing features and various other 
fixes
                 Key: CASSANDRA-18887
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18887
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson


[CEP-21] fix cqlshlib tests
https://github.com/krummas/cassandra/commit/31a4f59449
Add cluster_metadata keyspace where needed

[CEP-21] remove authsetup
https://github.com/krummas/cassandra/commit/4cab51d76b
Avoid calling doAuthSetup twice

[CEP-21] serialize MemtableParams when writing TableParams
https://github.com/krummas/cassandra/commit/602c01a7b4
Missed in earlier rebase, need to serialize MemtableParams when saving a 
snapshot

[CEP-21] Upgrading a one node cluster to TCM fails attempting Gossip shadow 
round
https://github.com/krummas/cassandra/commit/3feb3b1a58
Upgrading fails due to first upgraded node waiting for gossip state from peers.

[CEP-21] Implement replacement with same address
https://github.com/krummas/cassandra/commit/a05bbc4870
Add back missing replace with same address feature

[CEP-21] fix nodetool bootstrap resume
https://github.com/krummas/cassandra/commit/061b835dae
Add back missing nodetool bootstrap resume feature

[CEP-21] Remove LEFT peers from system tables and exclude them during startup
https://github.com/krummas/cassandra/commit/4bc9dc674b
Avoid trying to gossip with LEFT peers

[CEP-21] Fix flaky distributed log test. While it fails very infrequently on 
CI, it consistently fails locally.
https://github.com/krummas/cassandra/commit/f231e9dda9
Test fix

[CEP-21] Retry indefinitely for STARTUP messages.
https://github.com/krummas/cassandra/commit/7f9e88857e
If the CMS is down and we try to upgrade an instance we should block until the 
CMS comes back

[CEP-21] Implement versioning for ranges
https://github.com/krummas/cassandra/commit/a170b9f349
To be able to know if the coordinator has the correct ring view we keep track 
of when a range was last updated. If coordinator has not seen this update we 
fail the request.

[CEP-21] Handle case where removenode requires no streaming to restore RF
https://github.com/krummas/cassandra/commit/68054d3ec0

[CEP-21] Remove redundant Keyspaces arg from SchemaTransformation::apply
https://github.com/krummas/cassandra/commit/fe1c132946
Code cleanup

[CEP-21] Don't trigger client warnings or guardrails when executing AlterSchema 
transformations
https://github.com/krummas/cassandra/commit/dbbd96c9ad
Avoid getting multiple client warnings

[CEP-21] Validate schema alterations on coordinator
https://github.com/krummas/cassandra/commit/4711053513

[CEP-21] Add a script for simulation running
https://github.com/krummas/cassandra/commit/94543e9230

[CEP-21] Add nextId to Directory serialization and make it possible to bump 
metadata serialization version
https://github.com/krummas/cassandra/commit/6d5d6a8bc6
Previously, on bounce, each instance calculated which nodeId we should give a 
new node by counting the number of instances in the cluster, this can diverge 
so that different nodes have different ids. Fixed by serializing the current 
nextId when storing snapshot.

[CEP-21] Add metric for CMS membership
https://github.com/krummas/cassandra/commit/bbdd165013

[CEP-21] Reenable starting without joining (-Dcassandra.join_ring=false)
https://github.com/krummas/cassandra/commit/565c3747c5
Add back missing join_ring=false feature.

[CEP-21] Preparing DDL statements should capture the CQL string
https://github.com/krummas/cassandra/commit/4608a74c64
Avoid NPE




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to