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 2023/05/15 19:07:00 UTC

[jira] [Resolved] (IGNITE-19465) Log message of warn-result of snapshot creation might be more accurate.

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

Nikita Amelchev resolved IGNITE-19465.
--------------------------------------
    Fix Version/s: 2.16
     Release Note: Fixed warning message for snapshot create operation.
       Resolution: Fixed

Merged into the master.

[~vladsz83], Thank you for the contribution.

> Log message of warn-result of snapshot creation might be more accurate.
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-19465
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19465
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>             Fix For: 2.16
>
>
> If snapshot creation ends with a warning, we might change log on the processing node from
> info: '_Cluster-wide snapshot operation finished successfully:_'
> to
> _warn_: '_Cluster-wide snapshot operation finished with warnings:_' + the warnings occurred.
> Same for the text of _SNAPSHOT_FINISHED_WRN_MSG_. For the warned snapshot we might change:
> '_Cluster-wide snapshot operation failed:_'
> to
> '_Cluster-wide snapshot operation finished with warnings:_'.
> Additionally, we should not put into 'SnapshotOperationRequest.toString()' the snapshot meta and  the streamer warning flag. They are for internal usage only. No useful info for a user. 



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