[
https://issues.apache.org/jira/browse/IGNITE-19160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17752311#comment-17752311
]
Julia Bakulina commented on IGNITE-19160:
-----------------------------------------
[~NSAmelchev], thank you for your review
> Improve message about sent partition file during snapshot restore
> -----------------------------------------------------------------
>
> Key: IGNITE-19160
> URL: https://issues.apache.org/jira/browse/IGNITE-19160
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Julia Bakulina
> Priority: Minor
> Labels: iep-43, ise
> Fix For: 2.16
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently, message about partition is as below:
> {quote}[2023-03-29T18:31:44,773][INFO
> ][snapshot-runner-#863%node0%|#863%node0%][SnapshotSender] Partition file has
> been send [part=part-645.bin, pair={color:#ff0000}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.
> ______________________________________
> grpName is added to the message 'Partition file has been sent'
> rmtAddr is added to the message 'File has been sent to remote node'
> The output looks as follows now:
> {code:java}
> [2023-08-09T10:16:35,911][INFO
> ][snapshot-runner-#798%snapshot.IgniteSnapshotRemoteRequestTest1%][SnapshotSender]
> Partition file has been sent [part=part-811.bin, pair=GroupPartitionId
> [grpId=1544803905, partId=811], grpName=default, length=45056]{code}
> {code:java}
> [2023-08-09T10:16:35,907][INFO
> ][snapshot-runner-#798%snapshot.IgniteSnapshotRemoteRequestTest1%][GridIoManager]
> File has been sent to remote node [name=part-812.bin, uploadTime=0.0 sec,
> retries=0, transferred=45056, rmtId=9305e4a3-a325-4949-8421-3cd781500000,
> rmtAddr=/127.0.0.1:47100]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)