You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Amelchev (Jira)" <ji...@apache.org> on 2022/09/02 15:03:00 UTC

[jira] [Created] (IGNITE-17617) Fix NPE in the snapshot restore status command on client nodes and non-persistent cluster.

Nikita Amelchev created IGNITE-17617:
----------------------------------------

             Summary: Fix NPE in the snapshot restore status command on client nodes and non-persistent cluster.
                 Key: IGNITE-17617
                 URL: https://issues.apache.org/jira/browse/IGNITE-17617
             Project: Ignite
          Issue Type: Bug
            Reporter: Nikita Amelchev
            Assignee: Nikita Amelchev
             Fix For: 2.14


NPE example:
{noformat}
Caused by: java.lang.NullPointerException
	at org.apache.ignite.internal.visor.snapshot.VisorSnapshotStatusTask$VisorSnapshotStatusJob.run(VisorSnapshotStatusTask.java:133)
	at org.apache.ignite.internal.visor.snapshot.VisorSnapshotStatusTask$VisorSnapshotStatusJob.run(VisorSnapshotStatusTask.java:95)
	at org.apache.ignite.internal.visor.VisorJob.execute(VisorJob.java:69)
{noformat}




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