Cyrill commented on code in PR #3540:
URL: https://github.com/apache/ignite-3/pull/3540#discussion_r1559001467
##########
modules/core/src/main/java/org/apache/ignite/internal/thread/ThreadOperation.java:
##########
@@ -25,8 +25,8 @@ public enum ThreadOperation {
STORAGE_READ,
/** Storage write. */
STORAGE_WRITE,
- /** Take replication protocol snapshot meta (used when initiating a full
state transfer of a partition). */
- TAKE_SNAPSHOT_META,
Review Comment:
The proper name was supposed to be TX_METASTORAGE_READ.
--
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]