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

Dmitriy Setrakyan commented on IGNITE-35:
-----------------------------------------

I am not sure how it is possible to remove the IgniteLoadBalancerResource. I 
thought it was injected into tasks and there is no alternate way to achieve the 
same functionality.

However, I think you can also get rid of the following resources:
- IgniteLocalNodeIdResource (can be replaced with 
Ignite.cluster().localNode().id() call)
- IgniteUserResource, IgniteUserResourceOnDeployed, 
IgniteUserResourceOnUndeployed (all of these can be replaced with 
Ignite.nodeLocalMap() calls)

> Get rid of unnecessary injected resources
> -----------------------------------------
>
>                 Key: IGNITE-35
>                 URL: https://issues.apache.org/jira/browse/IGNITE-35
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Semen Boikov
>            Assignee: Nikolay Tikhonov
>
> Review resources in 'org.apache.ignite.resources', leave only 
> IgniteInstanceResource and resoures which can not be obtained from Ignite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to