[ 
https://issues.apache.org/jira/browse/IGNITE-12907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey N. Gura updated IGNITE-12907:
------------------------------------
    Description: 
{{GridSystemViewManager}} is not thread safe because it allows to registers 
walkers using public  {{registerWalker()}} that just adds walker to a 
{{HashMap}}.

It seems the simplest solution here: make {{registerWalker()}} method private 
because it has usages only from {{GridSystemViewManager}} constructor.

  was:
{{GridSystemViewManager}} is not thread safe because it allows to registers 
walkers using public  {{registerWalker()}} that just adds walker to a 
{{HashMap}}.

It seems that simplest solution here: make {{registerWalker()}} method private 
because it has usages only from {{GridSystemViewManager}} constructor.


> GridSystemViewManager is not thread safe
> ----------------------------------------
>
>                 Key: IGNITE-12907
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12907
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey N. Gura
>            Priority: Major
>              Labels: IEP-35
>
> {{GridSystemViewManager}} is not thread safe because it allows to registers 
> walkers using public  {{registerWalker()}} that just adds walker to a 
> {{HashMap}}.
> It seems the simplest solution here: make {{registerWalker()}} method private 
> because it has usages only from {{GridSystemViewManager}} constructor.



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

Reply via email to