tkalkirill commented on code in PR #3358:
URL: https://github.com/apache/ignite-3/pull/3358#discussion_r1521631047
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientPrimaryReplicaTracker.java:
##########
@@ -359,4 +399,29 @@ public long timestamp() {
return timestamp;
}
}
+
+ /** Internal event. */
+ private static class DestroyTableEvent {
Review Comment:
I don’t think it’s worth increasing the amount of code with such a simple
class.
But that's up to you.
--
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]