You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "icode (Jira)" <ji...@apache.org> on 2020/05/19 09:22:00 UTC

[jira] [Commented] (IGNITE-11110) UnsupportedOperationException: null when stopping grid

    [ https://issues.apache.org/jira/browse/IGNITE-11110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111001#comment-17111001 ] 

icode commented on IGNITE-11110:
--------------------------------

Is this a problem nobody cares about?

every throw on stop node.

> UnsupportedOperationException: null when stopping grid
> ------------------------------------------------------
>
>                 Key: IGNITE-11110
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11110
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Jens Borgland
>            Priority: Major
>
> After upgrading to 2.7 we've started getting these errors when stopping grids:
> {noformat}
> java.lang.UnsupportedOperationException: null
> 	at org.jsr166.ConcurrentLinkedHashMap.clear(ConcurrentLinkedHashMap.java:1551) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.processors.job.GridJobProcessor.stop(GridJobProcessor.java:264) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgniteKernal.stop0(IgniteKernal.java:2356) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgniteKernal.stop(IgniteKernal.java:2228) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.stop0(IgnitionEx.java:2612) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.stop(IgnitionEx.java:2575) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgnitionEx.stop(IgnitionEx.java:379) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.Ignition.stop(Ignition.java:225) ~[ignite-core-2.7.0.jar:2.7.0]
> 	at org.apache.ignite.internal.IgniteKernal.close(IgniteKernal.java:3568) ~[ignite-core-2.7.0.jar:2.7.0]
> {noformat}
> At first glance it looks likely that it was introduced with commit [d04d764|https://github.com/apache/ignite/commit/d04d76440ce86873de7aebc8c03d39484cd1e3e5] (the {{GridJobProcessor}} still calls {{clear()}} on maps).



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