[
https://issues.apache.org/jira/browse/SLIDER-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194007#comment-14194007
]
Steve Loughran commented on SLIDER-603:
---------------------------------------
Line in question is extracting instance count from status ... it is NPE-ing if
there are't any instances listed yet
{code}
int instanceCount = clusterDescription.instances[component].size()
{code}
fix: null values map to instance count of 0
> NPE in AppsThroughAgentIT
> -------------------------
>
> Key: SLIDER-603
> URL: https://issues.apache.org/jira/browse/SLIDER-603
> Project: Slider
> Issue Type: Bug
> Components: test
> Affects Versions: Slider 0.60
> Reporter: Steve Loughran
> Assignee: Steve Loughran
>
> NPE in one of the assertions in AppsThroughAgentIT
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)