belliottsmith commented on code in PR #121:
URL: https://github.com/apache/cassandra-accord/pull/121#discussion_r1762638723


##########
accord-core/src/test/java/accord/impl/basic/Journal.java:
##########
@@ -49,15 +64,19 @@
 import org.agrona.collections.Long2ObjectHashMap;
 import org.agrona.collections.LongArrayList;
 
+import static accord.local.Status.Truncated;
 import static accord.utils.Invariants.illegalState;
 
-
 public class Journal implements Runnable
 {
+    private static final Logger logger = 
LoggerFactory.getLogger(Journal.class);
+
     private final Queue<RequestContext> unframedRequests = new ArrayDeque<>();
     private final LongArrayList waitForEpochs = new LongArrayList();

Review Comment:
   do we need this anymore?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to