You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/07/20 08:51:00 UTC

[jira] [Created] (IGNITE-13269) Waiting for completion of operations on indexes before cache stop

Kirill Tkalenko created IGNITE-13269:
----------------------------------------

             Summary: Waiting for completion of operations on indexes before cache stop
                 Key: IGNITE-13269
                 URL: https://issues.apache.org/jira/browse/IGNITE-13269
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko


Currently, there is no waiting for completion of operation on indexes when cache is stopped. Because of this, there may be errors, for example, when restarting the node:
{code:java}
	Suppressed: java.lang.AssertionError: Release pinned page: FullPageId [pageId=0002ffff06bfc352, effectivePageId=0000ffff06bfc352, grpId=-782612924]
		at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl$PagePool.releaseFreePage(PageMemoryImpl.java:1902)
		at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl$PagePool.access$2100(PageMemoryImpl.java:1773)
		at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl$ClearSegmentRunnable.run(PageMemoryImpl.java:2878)
		... 3 common frames omitted
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)