denis-chudov commented on code in PR #5092: URL: https://github.com/apache/ignite-3/pull/5092#discussion_r1958097314
########## modules/metastorage-api/src/main/java/org/apache/ignite/internal/metastorage/dsl/Operations.java: ########## @@ -34,8 +34,10 @@ public final class Operations { private static final MetaStorageMessagesFactory MSG_FACTORY = new MetaStorageMessagesFactory(); + private static final ByteBuffer NO_OP_KEY = ByteBuffer.wrap(new byte[] {}); Review Comment: I use `noop()` in multi invokes when adding new history entry is not needed, to simplify the code. But this operation doesn't work with `null` key. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org