Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
-
None
-
Fixed NPE on stopping grid node with enabled collision SPI.
-
Release Notes Required
Description
After upgrading to 2.7 we've started getting these errors when stopping grids:
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]
At first glance it looks likely that it was introduced with commit d04d764 (the GridJobProcessor still calls clear() on maps).
Attachments
Issue Links
- is caused by
-
IGNITE-7513 Get rid of org.jsr166.ConcurrentHashMap8
- Resolved
- is duplicated by
-
IGNITE-10860 Exception on GridJobProcessor.stop()
- Reopened
-
IGNITE-12749 Unsupported operation exception on node stop if collisionspi not null
- Resolved
- links to