ibessonov commented on code in PR #2958:
URL: https://github.com/apache/ignite-3/pull/2958#discussion_r1427810419
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/command/SafeTimePropagatingCommand.java:
##########
@@ -46,4 +46,11 @@ default void safeTimeLong(long safeTime) {
default HybridTimestamp safeTime() {
return hybridTimestamp(safeTimeLong());
}
+
+ /**
+ * Public clone version that is implemented in generated *Impl class.
+ */
+ default Object clone() throws CloneNotSupportedException {
Review Comment:
I think we could add "clone" to the "NetworkMessage" instead, avoiding
handling the impossible exception as a result
--
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]