[
https://issues.apache.org/jira/browse/IGNITE-10860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111003#comment-17111003
]
icode commented on IGNITE-10860:
--------------------------------
Is this a problem nobody cares about?
every throw on stop node.
> Exception on GridJobProcessor.stop()
> ------------------------------------
>
> Key: IGNITE-10860
> URL: https://issues.apache.org/jira/browse/IGNITE-10860
> Project: Ignite
> Issue Type: Bug
> Reporter: Anton Kurbanov
> Assignee: Anton Kurbanov
> Priority: Blocker
> Time Spent: 50m
> Remaining Estimate: 0h
>
> IGNITE-9056 made calling clear() to throw UnsupportedOperationException from
> org.jsr166.ConcurrentLinkedHashMap.
>
> Need to verify all calls to .clear().
>
> java.lang.UnsupportedOperationException: null
> at
> org.jsr166.ConcurrentLinkedHashMap.clear(ConcurrentLinkedHashMap.java:1551)
> at
> org.apache.ignite.internal.processors.job.GridJobProcessor.stop(GridJobProcessor.java:264)
> at org.apache.ignite.internal.IgniteKernal.stop0(IgniteKernal.java:2356)
> at org.apache.ignite.internal.IgniteKernal.stop(IgniteKernal.java:2228)
> at
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.stop0(IgnitionEx.java:2612)
> at
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.stop(IgnitionEx.java:2575)
> at org.apache.ignite.internal.IgnitionEx.stop(IgnitionEx.java:379)
> at org.apache.ignite.Ignition.stop(Ignition.java:225)
> at org.apache.ignite.internal.IgniteKernal.close(IgniteKernal.java:3568)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)