[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2017-10-21 Thread Varun Saxena (JIRA)

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

Varun Saxena updated YARN-4058:
---
Fix Version/s: 2.9.0

> Miscellaneous issues in NodeManager project
> ---
>
> Key: YARN-4058
> URL: https://issues.apache.org/jira/browse/YARN-4058
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Reporter: Naganarasimha G R
>Assignee: Naganarasimha G R
>Priority: Minor
> Fix For: 2.9.0, 3.0.0-alpha1
>
> Attachments: YARN-4058.YARN-2928.001.patch, 
> YARN-4058.YARN-2928.002.patch
>
>
> # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
> # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
> created and then checked whether it exists in context.getApplications(). 
> everytime ApplicationImpl is created state machine is intialized and 
> TimelineClient is created which is required only if added to the context.
> # Remove unused imports in TimelineServiceV2Publisher & 
> TestSystemMetricsPublisherForV2.java



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-24 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Description: 
# TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
# In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
created and then checked whether it exists in context.getApplications(). 
everytime ApplicationImpl is created state machine is intialized and 
TimelineClient is created which is required only if added to the context.

  was:
# TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
# Unused ApplicationACLsManager in ContainerManagerImpl
# In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
created and then checked whether it exists in context.getApplications(). 
everytime ApplicationImpl is created state machine is intialized and 
TimelineClient is created which is required only if added to the context.


 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.



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


[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-24 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Description: 
# TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
# In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
created and then checked whether it exists in context.getApplications(). 
everytime ApplicationImpl is created state machine is intialized and 
TimelineClient is created which is required only if added to the context.
# Remove unused imports in TimelineServiceV2Publisher  
TestSystemMetricsPublisherForV2.java

  was:
# TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
# In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
created and then checked whether it exists in context.getApplications(). 
everytime ApplicationImpl is created state machine is intialized and 
TimelineClient is created which is required only if added to the context.


 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.
 # Remove unused imports in TimelineServiceV2Publisher  
 TestSystemMetricsPublisherForV2.java



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


[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-24 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Attachment: YARN-4058.YARN-2928.002.patch

Hi [~sjlee0], attaching a patch as per your review comment can you please have 
a look at it ?

 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch, 
 YARN-4058.YARN-2928.002.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.
 # Remove unused imports in TimelineServiceV2Publisher  
 TestSystemMetricsPublisherForV2.java



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


[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-24 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Attachment: (was: YARN-4058.YARN-2928.002.patch)

 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.
 # Remove unused imports in TimelineServiceV2Publisher  
 TestSystemMetricsPublisherForV2.java



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


[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-24 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Attachment: YARN-4058.YARN-2928.002.patch

 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch, 
 YARN-4058.YARN-2928.002.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.
 # Remove unused imports in TimelineServiceV2Publisher  
 TestSystemMetricsPublisherForV2.java



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


[jira] [Updated] (YARN-4058) Miscellaneous issues in NodeManager project

2015-08-21 Thread Naganarasimha G R (JIRA)

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

Naganarasimha G R updated YARN-4058:

Attachment: YARN-4058.YARN-2928.001.patch

 Miscellaneous issues in NodeManager project
 ---

 Key: YARN-4058
 URL: https://issues.apache.org/jira/browse/YARN-4058
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: timelineserver
Reporter: Naganarasimha G R
Assignee: Naganarasimha G R
Priority: Minor
 Attachments: YARN-4058.YARN-2928.001.patch


 # TestSystemMetricsPublisherForV2.testPublishApplicationMetrics is failing 
 # Unused ApplicationACLsManager in ContainerManagerImpl
 # In ContainerManagerImpl.startContainerInternal ApplicationImpl instance is 
 created and then checked whether it exists in context.getApplications(). 
 everytime ApplicationImpl is created state machine is intialized and 
 TimelineClient is created which is required only if added to the context.



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