[
https://issues.apache.org/jira/browse/IGNITE-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538097#comment-16538097
]
ASF GitHub Bot commented on IGNITE-8968:
----------------------------------------
GitHub user pvinokurov opened a pull request:
https://github.com/apache/ignite/pull/4338
IGNITE-8968 Failed to shutdown node due to "Error saving backup value"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8968
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4338
----
commit 1a5eb67a1814f3ca3e69860aaada329771435d11
Author: pvinokurov <vinokurov.pasha@...>
Date: 2018-07-10T06:11:23Z
IGNITE-8968 Failed to shutdown node due to "Error saving backup value"
----
> Failed to shutdown node due to "Error saving backup value"
> ----------------------------------------------------------
>
> Key: IGNITE-8968
> URL: https://issues.apache.org/jira/browse/IGNITE-8968
> Project: Ignite
> Issue Type: Bug
> Components: cache, persistence
> Affects Versions: 2.4
> Reporter: Pavel Vinokurov
> Assignee: Pavel Vinokurov
> Priority: Major
>
> On node shutdown ignite prints following logs infinitely:
> org.apache.ignite.internal.NodeStoppingException: Operation has been
> cancelled (node is stopping).
> at
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl$CacheDataStoreImpl.invoke(IgniteCacheOffheapManagerImpl.java:1263)
> at
> org.apache.ignite.internal.processors.cache.IgniteCacheOffheapManagerImpl.invoke(IgniteCacheOffheapManagerImpl.java:370)
> at
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.storeValue(GridCacheMapEntry.java:3626)
> at
> org.apache.ignite.internal.processors.cache.GridCacheMapEntry.initialValue(GridCacheMapEntry.java:2783)
> at
> org.apache.ignite.internal.processors.cache.GridCacheUtils$22.process(GridCacheUtils.java:1734)
> at
> org.apache.ignite.internal.processors.cache.GridCacheUtils$22.apply(GridCacheUtils.java:1782)
> at
> org.apache.ignite.internal.processors.cache.GridCacheUtils$22.apply(GridCacheUtils.java:1724)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)