[
https://issues.apache.org/jira/browse/IGNITE-23344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889243#comment-17889243
]
Vladislav Novikov commented on IGNITE-23344:
--------------------------------------------
https://github.com/apache/ignite/pull/11588
> Fix incorrect snapshot creation log message
> -------------------------------------------
>
> Key: IGNITE-23344
> URL: https://issues.apache.org/jira/browse/IGNITE-23344
> Project: Ignite
> Issue Type: Bug
> Reporter: Maksim Timonin
> Assignee: Vladislav Novikov
> Priority: Minor
> Labels: good-first-issue, ise
> Fix For: 2.17
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> While creating full snapshot it writes wrong message, like incremental index
> is created with index = -1
> {code:java}
> [2024-10-02T18:22:36,020][INFO
> ][test-runner-#1%snapshot.IncrementalSnapshotTest%][IgniteSnapshotManager]
> Cluster-wide snapshot operation started [snpName=testSnapshot_false_,
> grps=[default, MetaStorage], incremental=true, incrementIndex=-1]{code}
> # Reproduce with ign.snapshot().createSnapshot("snpName").get(). Check logs.
> # Let's log `SnapshotOperationRequest` instead params. Similar to
> "Cluster-wide snapshot operation finished".
> # Let's add test in `IgniteSnapshotManagerSelfTest` using `LogListener`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)