You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/13 14:57:00 UTC

[jira] [Commented] (IGNITE-8255) Possible name collisions in WorkersRegistry

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

ASF GitHub Bot commented on IGNITE-8255:
----------------------------------------

GitHub user x-kreator opened a pull request:

    https://github.com/apache/ignite/pull/3819

    IGNITE-8255: Possible name collisions in WorkersRegistry.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/x-kreator/ignite ignite-8255

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3819.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3819
    
----
commit cd5805c4e61254bcc9f69ca8d2a1b46115120fbe
Author: Dmitriy Sorokin <sb...@...>
Date:   2018-04-13T14:54:38Z

    IGNITE-8255: Possible name collisions in WorkersRegistry.

----


> 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
>            Priority: Blocker
>              Labels: iep-14
>             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)