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


##########
accord-core/src/test/java/accord/impl/basic/LoggingJournal.java:
##########
@@ -73,6 +74,13 @@ private synchronized void log(String format, Object... 
objects)
         }
     }
 
+    @Override
+
+    public Journal start(Node node)
+    {
+        return this;
+    }

Review Comment:
   I’ll have to look at this again next week. I think @ifesdjeen may have said 
this startup sequencing issue (I forgot the precise problem) may have been 
addressed in another patch of his anyway.



-- 
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