You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2023/03/29 16:18:00 UTC

[jira] [Created] (IGNITE-19160) Improve message about sent partition file during snapshot restore

Ilya Shishkov created IGNITE-19160:
--------------------------------------

             Summary: 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: Improvement
            Reporter: Ilya Shishkov


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: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.

For example, such message would be more informative:
{quote}
[2023-03-29T17:09:42,230][INFO ][pub-#869%node0%][GridIoManager] File has been received [{color:red}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:red}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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)