You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2022/12/21 11:54:00 UTC

[jira] [Commented] (IGNITE-18436) Snapshots: AssertionError on client node after snapshot fails on start stage

    [ https://issues.apache.org/jira/browse/IGNITE-18436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650839#comment-17650839 ] 

Ignite TC Bot commented on IGNITE-18436:
----------------------------------------

{panel:title=Branch: [pull/10454/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10454/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Snapshots{color} [[tests 2|https://ci2.ignite.apache.org/viewLog.html?buildId=6964809]]
* {color:#013220}IgniteSnapshotTestSuite: IgniteClusterSnapshotSelfTest.testClientHandlesSnapshotFailOnStartStage[Encryption=true] - PASSED{color}
* {color:#013220}IgniteSnapshotTestSuite: IgniteClusterSnapshotSelfTest.testClientHandlesSnapshotFailOnStartStage[Encryption=false] - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6964480&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Snapshots: AssertionError on client node after snapshot fails on start stage
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-18436
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18436
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> # Cluster contains of some server baseline nodes and client node
>  # Snapshot has started and failed on any of baseline nodes
>  # Every node in cluster handles this error in IgniteSnapshotManager#initLocalSnapshotEndStage
>  # In this method node tries to delete snapshot files created on start stage
>  # Client node fails with AssertionError due to locSnpDir is null on client nodes. Also FailureHandle invokes on this error (because this error is part of discovery thread)
> Also in case assertions is disabled, then instead the AssertionError client node tries to remove files from work directory: $IGNITE_HOME/snapshotName, if snapshot path is not specified. Then snapshot might drop some unexpected files.
>  



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