[ 
https://issues.apache.org/jira/browse/IGNITE-19164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Shishkov updated IGNITE-19164:
-----------------------------------
    Description: 
Currently, during snapshot restore message is logged before requesting 
partitions from remote nodes:
{quote}
[2023-03-24T18:06:59,910][INFO 
]\[disco-notifier-worker-#792%node%|#792%node%][SnapshotRestoreProcess] Trying 
to request partitions from remote nodes 
[reqId=ff682204-9554-4fbb-804c-38a79c0b286a, snapshot=snapshot_name, 
map={*{color:#FF0000}76e22ef5-3c76-4987-bebd-9a6222a00000{color}*={*{color:#FF0000}-903566235{color}*=[0,2,4,6,11,12,18,98,100,170,190,194,1015],
 
*{color:#FF0000}1544803905{color}*=[1,11,17,18,22,25,27,35,37,42,45,51,62,64,67,68,73,76,1017]}}]
{quote}

It is necessary to make this output "human readable":
# Print messages per node instead of one message for all nodes.
# Print node consistent id and address of remote node.
# Print cache / group name.

  was:
Currently, during snapshot restore message is logged before requesting 
partitions from remote nodes:
{quote}
[2023-03-24T18:06:59,910][INFO 
]\[disco-notifier-worker-#792%node%|#792%node%][SnapshotRestoreProcess] Trying 
to request partitions from remote nodes 
[reqId=ff682204-9554-4fbb-804c-38a79c0b286a, snapshot=snapshot_name, 
map={*{color:#FF0000}76e22ef5-3c76-4987-bebd-9a6222a00000{color}*={*{color:#FF0000}-903566235{color}*=[0,2,4,6,11,12,18,98,100,170,190,194,1015],
 
*{color:#FF0000}1544803905{color}*=[1,11,17,18,22,25,27,35,37,42,45,51,62,64,67,68,73,76,1017]}}]
{quote}

It is necessary to make this output "human readable":
# Print messages per node instead of one message for all nodes.
# Print node consistent id and address.
# Print cache / group name.


> Improve message about requested partitions during snapshot restore
> ------------------------------------------------------------------
>
>                 Key: IGNITE-19164
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19164
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Ilya Shishkov
>            Assignee: Julia Bakulina
>            Priority: Minor
>              Labels: iep-43, ise
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently, during snapshot restore message is logged before requesting 
> partitions from remote nodes:
> {quote}
> [2023-03-24T18:06:59,910][INFO 
> ]\[disco-notifier-worker-#792%node%|#792%node%][SnapshotRestoreProcess] 
> Trying to request partitions from remote nodes 
> [reqId=ff682204-9554-4fbb-804c-38a79c0b286a, snapshot=snapshot_name, 
> map={*{color:#FF0000}76e22ef5-3c76-4987-bebd-9a6222a00000{color}*={*{color:#FF0000}-903566235{color}*=[0,2,4,6,11,12,18,98,100,170,190,194,1015],
>  
> *{color:#FF0000}1544803905{color}*=[1,11,17,18,22,25,27,35,37,42,45,51,62,64,67,68,73,76,1017]}}]
> {quote}
> It is necessary to make this output "human readable":
> # Print messages per node instead of one message for all nodes.
> # Print node consistent id and address of remote node.
> # Print cache / group name.



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

Reply via email to