Skip to content

Commit ded7a59

Browse files
committed
ninja: remove accord invariant that can break startup
1 parent cf806ca commit ded7a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java/org/apache/cassandra/service/accord/journal/AccordTopologyUpdate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ public TopologyImage read()
420420

421421
public void read(AccordTopologyUpdate update)
422422
{
423-
Invariants.require(read == null);
424423
if (Objects.requireNonNull(update.kind()) == Kind.New)
425424
read = new TopologyImage(update.epoch(), Kind.Image, update.getUpdate());
426425
else

0 commit comments

Comments
 (0)