Dmitriy Sorokin created IGNITE-8255:
---------------------------------------
Summary: Possible name collisions in WorkersRegistry
Key: IGNITE-8255
URL:
https://issues.apache.org/jira/browse/IGNITE-8255 Project: Ignite
Issue Type: Bug
Reporter: Dmitriy Sorokin
Assignee: Dmitriy Sorokin
Fix For: 2.5
{code:java}
java.lang.IllegalStateException: Worker is already registered [worker=GridWorker [name=ttl-cleanup-worker, igniteInstanceName=null, finished=false, hashCode=612569625, interrupted=true, runner=ttl-cleanup-worker-#66]]
at org.apache.ignite.internal.worker.WorkersRegistry.register(WorkersRegistry.java:40)
at org.apache.ignite.internal.worker.WorkersRegistry.onStarted(WorkersRegistry.java:73)
at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:108)
at java.lang.Thread.run(Thread.java:748){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)