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

Maksim Timonin updated IGNITE-18979:
------------------------------------
    Description: 
Currently SnapshotView doesn't show snapshot creation time. Currently this 
value can be extracted from metrics (snapshot.endTime), but:
 # it shows only on the snapshot initiator node
 # this value is not persisted
 # it is overrided after new snapshot created.

 

To fix this issue:
 # Add creation timestamp in `SnapshotMetadata`
 # Use this timestamp in `SnapshotView`
 # Test it in `SystemViewSelfTest#testSnapshot`

  was:
Currently SnapshotView doesn't show snapshot creation time. Currently this 
value can be extracted from metrics (snapshot.endTime), but:
 # it shows only on the snapshot initiator node
 # this value is not persisted
 # it is overrided after new snapshot created.


> Add snapshot creation time in SnapshotView
> ------------------------------------------
>
>                 Key: IGNITE-18979
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18979
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Maksim Timonin
>            Priority: Major
>              Labels: IEP-89, ise
>
> Currently SnapshotView doesn't show snapshot creation time. Currently this 
> value can be extracted from metrics (snapshot.endTime), but:
>  # it shows only on the snapshot initiator node
>  # this value is not persisted
>  # it is overrided after new snapshot created.
>  
> To fix this issue:
>  # Add creation timestamp in `SnapshotMetadata`
>  # Use this timestamp in `SnapshotView`
>  # Test it in `SystemViewSelfTest#testSnapshot`



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

Reply via email to