Ilya Shishkov created IGNITE-19163:
--------------------------------------
Summary: Fix logging of snapshot check
Key: IGNITE-19163
URL: https://issues.apache.org/jira/browse/IGNITE-19163
Project: Ignite
Issue Type: Improvement
Reporter: Ilya Shishkov
Currently, message about partition is as below:
{quote}
[2023-03-29T18:31:44,773][INFO ][snapshot-runner-#863%node0%][SnapshotSender]
Partition file has been send [part=part-645.bin,
pair={color:red}GroupPartitionId [grpId=1544803905, partId=645]{color},
length=45056]
{quote}
It does not tell us:
# Receiver node id / address / consistent id.
# Cache or cache group name which partition belongs to. Numerical group id is
not convenient way to determine cache or cache group.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)