[
https://issues.apache.org/jira/browse/IGNITE-19158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17742464#comment-17742464
]
Julia Bakulina commented on IGNITE-19158:
-----------------------------------------
[~PetrovMikhail] thank you for you review
> Improve message about received partition file during snapshot restore
> ---------------------------------------------------------------------
>
> Key: IGNITE-19158
> URL: https://issues.apache.org/jira/browse/IGNITE-19158
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Julia Bakulina
> Priority: Minor
> Labels: iep-43, ise
> Fix For: 2.16
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Currently, GridIoManager prints only name of a file and node id:
> {quote}[2023-03-24T18:07:00,747][INFO ]pub-#871%node1%[GridIoManager] File
> has been received [name={color:#FF0000}part-233.bin{color},
> transferred=53248, time=0.0 sec,
> {color:#FF0000}rmtId=76e22ef5-3c76-4987-bebd-9a6222a00000{color}]
> {quote}
> This meager information does not allow to determine in a simple way which
> file is received and from which node.
> For example, such message would be more informative:
> {quote}[2023-03-29T17:09:42,230][INFO
> ][pub-#869%node0%|#869%node0%][GridIoManager] File has been received
> [{color:#FF0000}path=/ignite/db/node0/_tmp_snp_restore_cache-default/part-647.bin{color},
> transferred=45056, time=0.0 sec, rmtId=de43d2e8-a1ab-4d7c-9cea-726153700001,
> {color:#FF0000}rmdAddr=/127.0.0.1:51773{color}]
> {quote}
> _Other ways might be investigated_ in order to improve logging of receiving
> partition files during snapshot restore.
> _______________
> A new output example:
> {code:java}
> File has been received [name=part-49.bin, transferred=4096, time=0.0 sec,
> rmtId=2fc33e9d-09c9-4628-9cbe-2a7ba5000000, rmtAddr=/127.0.0.1:40354]{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)