[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-13 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Issue Type: Improvement  (was: Bug)

 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Improvement
Reporter: zhihai xu
Assignee: zhihai xu
 Attachments: YARN-3628.000.patch


 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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


[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-13 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Description: 
ContainerMetrics should support always-flush mode.
It will be good to set ContainerMetrics as always-flush mode if 
yarn.nodemanager.container-metrics.period-ms is configured as 0.
Currently both 0 and -1 mean flush on completion.
Also the current default value for yarn.nodemanager.container-metrics.period-ms 
is -1 and the default value  for yarn.nodemanager.container-metrics.enable is 
true. So the empty content is shown for the active container metrics in jmx 
until it is finished.
The default value for yarn.nodemanager.container-metrics.period-ms should not 
be -1.
flushOnPeriod is always false if flushPeriodMs is -1,
the content will only be shown when the container is finished.
{code}
if (finished || flushOnPeriod) {
  registry.snapshot(collector.addRecord(registry.info()), all);
}
{code}


  was:
ContainerMetrics should support always-flush mode.
It will be good to set ContainerMetrics as always-flush mode if 
yarn.nodemanager.container-metrics.period-ms is configured as 0.
Currently both 0 and -1 mean flush on completion.
Also the current default value for yarn.nodemanager.container-metrics.period-ms 
is -1 and the default value  for yarn.nodemanager.container-metrics.enable is 
true. So the empty content is shown for the active container metrics until it 
is finished.
The default value for yarn.nodemanager.container-metrics.period-ms should not 
be -1.
flushOnPeriod is always false if flushPeriodMs is -1,
the content will only be shown when the container is finished.
{code}
if (finished || flushOnPeriod) {
  registry.snapshot(collector.addRecord(registry.info()), all);
}
{code}



 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Improvement
Reporter: zhihai xu
Assignee: zhihai xu
 Attachments: YARN-3628.000.patch


 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics in jmx until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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


[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-12 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Attachment: YARN-3628.000.patch

 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu
 Attachments: YARN-3628.000.patch


 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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


[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-12 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Description: 
ContainerMetrics should support always-flush mode.
It will be good to set ContainerMetrics as always-flush mode if 
yarn.nodemanager.container-metrics.period-ms is configured as 0.
Currently both 0 and -1 mean flush on completion.
Also the current default value for yarn.nodemanager.container-metrics.period-ms 
is -1 and the default value  for yarn.nodemanager.container-metrics.enable is 
true. So the empty content is shown for the active container metrics until it 
is finished.
The default value for yarn.nodemanager.container-metrics.period-ms should not 
be -1.
flushOnPeriod is always false if flushPeriodMs is -1,
the content will only be shown when the container is finished.
{code}
if (finished || flushOnPeriod) {
  registry.snapshot(collector.addRecord(registry.info()), all);
}
{code}


  was:
The default value for yarn.nodemanager.container-metrics.period-ms should not 
be -1.
The current default value for yarn.nodemanager.container-metrics.period-ms is 
-1 and the default value  for yarn.nodemanager.container-metrics.enable is 
true. So the empty content is shown for the active container metrics until it 
is finished.
flushOnPeriod is always false if flushPeriodMs is -1,
the content will only be shown when the container is finished.
{code}
if (finished || flushOnPeriod) {
  registry.snapshot(collector.addRecord(registry.info()), all);
}
{code}


   Priority: Major  (was: Minor)
Summary: ContainerMetrics should support always-flush mode.  (was: The 
default value for yarn.nodemanager.container-metrics.period-ms should not be 
-1.)

 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu

 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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


[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-12 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Attachment: YARN-3628.000.patch

 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu
 Attachments: YARN-3628.000.patch


 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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


[jira] [Updated] (YARN-3628) ContainerMetrics should support always-flush mode.

2015-05-12 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-3628:

Attachment: (was: YARN-3628.000.patch)

 ContainerMetrics should support always-flush mode.
 --

 Key: YARN-3628
 URL: https://issues.apache.org/jira/browse/YARN-3628
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: zhihai xu
Assignee: zhihai xu
 Attachments: YARN-3628.000.patch


 ContainerMetrics should support always-flush mode.
 It will be good to set ContainerMetrics as always-flush mode if 
 yarn.nodemanager.container-metrics.period-ms is configured as 0.
 Currently both 0 and -1 mean flush on completion.
 Also the current default value for 
 yarn.nodemanager.container-metrics.period-ms is -1 and the default value  for 
 yarn.nodemanager.container-metrics.enable is true. So the empty content is 
 shown for the active container metrics until it is finished.
 The default value for yarn.nodemanager.container-metrics.period-ms should not 
 be -1.
 flushOnPeriod is always false if flushPeriodMs is -1,
 the content will only be shown when the container is finished.
 {code}
 if (finished || flushOnPeriod) {
   registry.snapshot(collector.addRecord(registry.info()), all);
 }
 {code}



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