dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1153729448
##########
accord-core/src/main/java/accord/impl/InMemoryCommandStore.java:
##########
@@ -398,6 +397,14 @@ protected <T> void executeInContext(InMemoryCommandStore
commandStore, PreLoadCo
}
}
+ @Override
+ public String toString()
Review Comment:
when you run in the wrong store we log the stores involved, so need this. I
felt that only `id` is useful so left everything else out.
--
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]