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/08 12:27:00 UTC

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

Anton Kurbanov created IGNITE-10860:
---------------------------------------

             Summary: Exception on GridJobProcessor.stop()
                 Key: IGNITE-10860
                 URL: https://issues.apache.org/jira/browse/IGNITE-10860
             Project: Ignite
          Issue Type: Bug
            Reporter: Anton Kurbanov


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)