dcapwell commented on code in PR #3976:
URL: https://github.com/apache/cassandra/pull/3976#discussion_r1996000414


##########
src/java/org/apache/cassandra/service/accord/AccordJournal.java:
##########
@@ -109,22 +109,20 @@ public class AccordJournal implements accord.api.Journal, 
RangeSearcher.Supplier
     @VisibleForTesting
     protected final AccordJournalTable<JournalKey, Object> journalTable;
     private final Params params;
-    private final AccordAgent agent;
     Node node;
 
     enum Status { INITIALIZED, STARTING, REPLAY, STARTED, TERMINATING, 
TERMINATED }
     private volatile Status status = Status.INITIALIZED;
 
-    public AccordJournal(Params params, AccordAgent agent)

Review Comment:
   took awhile but it did turn out the agent is dead code; tons of code to 
cleanup to remove that link



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to