Ilya Shishkov created IGNITE-19168: -------------------------------------- Summary: Command for testing that snapshot partitions will be redistributed during restore Key: IGNITE-19168 URL: https://issues.apache.org/jira/browse/IGNITE-19168 Project: Ignite Issue Type: Task Reporter: Ilya Shishkov
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. -- This message was sent by Atlassian Jira (v8.20.10#820010)