You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Kurbanov (JIRA)" <ji...@apache.org> on 2019/01/09 16:08:00 UTC

[jira] [Assigned] (IGNITE-10860) Exception on GridJobProcessor.stop()

     [ https://issues.apache.org/jira/browse/IGNITE-10860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Kurbanov reassigned IGNITE-10860:
---------------------------------------

    Assignee: Anton Kurbanov

> 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: Minor
>
> 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
(v7.6.3#76005)