Ilya Shishkov created IGNITE-19158:
--------------------------------------
Summary: GridIoManager: improve message about received file
Key: IGNITE-19158
URL: https://issues.apache.org/jira/browse/IGNITE-19158
Project: Ignite
Issue Type: Improvement
Reporter: Ilya Shishkov
Currently, GridIoManager prints only name of file and node id:
{quote}
[2023-03-24T18:07:00,747][INFO ]pub-#871%node1%[GridIoManager] File has been
received [name={color:red}part-233.bin{color}, transferred=53248, time=0.0 sec,
{color:red}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.
Such message would be more informative:
{quote}
[2023-03-29T17:09:42,230][INFO
][pub-#869%snapshot.IgniteSnapshotRestoreFromRemoteWithIndexingTest0%][GridIoManager]
File has been received
[{color:red}path=/ignite/db/snapshot_IgniteSnapshotRestoreFromRemoteWithIndexingTest0/_tmp_snp_restore_cache-default/part-647.bin{color},
transferred=45056, time=0.0 sec, rmtId=de43d2e8-a1ab-4d7c-9cea-726153700001,
{color:red}rmdAddr=/127.0.0.1:51773{color}]
{quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)