This is an automated email from the ASF dual-hosted git repository.

benedict pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ded7a597b5 ninja: remove accord invariant that can break startup
ded7a597b5 is described below

commit ded7a597b514d77ab44ba4387a84cc3faab7d080
Author: Benedict Elliott Smith <bened...@apache.org>
AuthorDate: Fri Sep 12 18:24:56 2025 +0100

    ninja: remove accord invariant that can break startup
---
 .../apache/cassandra/service/accord/journal/AccordTopologyUpdate.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/java/org/apache/cassandra/service/accord/journal/AccordTopologyUpdate.java
 
b/src/java/org/apache/cassandra/service/accord/journal/AccordTopologyUpdate.java
index a01ddb9469..ffdca7a2ad 100644
--- 
a/src/java/org/apache/cassandra/service/accord/journal/AccordTopologyUpdate.java
+++ 
b/src/java/org/apache/cassandra/service/accord/journal/AccordTopologyUpdate.java
@@ -420,7 +420,6 @@ public interface AccordTopologyUpdate
 
         public void read(AccordTopologyUpdate update)
         {
-            Invariants.require(read == null);
             if (Objects.requireNonNull(update.kind()) == Kind.New)
                 read = new TopologyImage(update.epoch(), Kind.Image, 
update.getUpdate());
             else


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

Reply via email to