[
https://issues.apache.org/jira/browse/MYRIAD-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177908#comment-15177908
]
DarinJ commented on MYRIAD-188:
-------------------------------
[~sarjeet]] good catch, I think this is definitely related I believe
[~sdaingade] is assigned to that ticket. Is he actively working is? My patch
fixes the issue, but have some thoughts on how to improve it. Would be helpful
to discuss. The main one is the use of
yarnScheduler.updateNodeResource(rmNode,
ResourceOption.newInstance(newCapacity,
RMNode.OVER_COMMIT_TIMEOUT_MILLIS_DEFAULT));
vs
yarnScheduler.updateNodeResource(rmNode,
ResourceOption.newInstance(newCapacity,
RMNode.OVER_COMMIT_TIMEOUT_MILLIS_DEFAULT));
> Zero sized node managers can cause the Resource Manager to crash with an NPE
> ----------------------------------------------------------------------------
>
> Key: MYRIAD-188
> URL: https://issues.apache.org/jira/browse/MYRIAD-188
> Project: Myriad
> Issue Type: Bug
> Components: Scheduler
> Affects Versions: Myriad 0.1.0
> Reporter: DarinJ
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)