sanpwc commented on code in PR #3540: URL: https://github.com/apache/ignite-3/pull/3540#discussion_r1553861706
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ########## @@ -377,6 +379,10 @@ private UpdateCommandResult handleUpdateAllCommand(UpdateAllCommand cmd, long co TxMeta txMetaToSet = new TxMeta( stateToSet, + cmd.tablePartitionIds() Review Comment: We have a rule of thumb not to use stream API on the hot path if it's possible. -- 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