[jira] [Updated] (YARN-5096) timelinereader has a lot of logging that's not useful

2017-10-20 Thread Varun Saxena (JIRA)

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

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

> timelinereader has a lot of logging that's not useful
> -
>
> Key: YARN-5096
> URL: https://issues.apache.org/jira/browse/YARN-5096
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>Priority: Minor
>  Labels: yarn-2928-1st-milestone
> Fix For: 2.9.0, 3.0.0-alpha1
>
> Attachments: YARN-5096-YARN-2928.01.patch
>
>
> After running about a dozen or so requests, the timelinereader log is filled 
> with the following logging entries:
> {noformat}
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> {noformat}
> There were some ~ 3,000 such logging entries. It's too excessive.



--
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-5096) timelinereader has a lot of logging that's not useful

2016-05-17 Thread Sangjin Lee (JIRA)

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

Sangjin Lee updated YARN-5096:
--
Attachment: YARN-5096-YARN-2928.01.patch

Posted the patch. Could you please take a quick look and commit this? Thanks!

> timelinereader has a lot of logging that's not useful
> -
>
> Key: YARN-5096
> URL: https://issues.apache.org/jira/browse/YARN-5096
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>Priority: Minor
>  Labels: yarn-2928-1st-milestone
> Attachments: YARN-5096-YARN-2928.01.patch
>
>
> After running about a dozen or so requests, the timelinereader log is filled 
> with the following logging entries:
> {noformat}
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> {noformat}
> There were some ~ 3,000 such logging entries. It's too excessive.



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

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



[jira] [Updated] (YARN-5096) timelinereader has a lot of logging that's not useful

2016-05-17 Thread Sangjin Lee (JIRA)

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

Sangjin Lee updated YARN-5096:
--
Description: 
After running about a dozen or so requests, the timelinereader log is filled 
with the following logging entries:
{noformat}
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
{noformat}

There were some ~ 3,000 such logging entries. It's too excessive.

  was:
After running about a dozen or so requests, the timelinereader log is filled 
with the following logging entries:
{noformat}
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
2016-05-16 15:59:13,364 INFO 
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: null 
prefix was specified; returning all columns
{noformat}

There were some ~ 3,000 such logging entries. It's too excessive.

Also, when I requested YARN_CONTAINER with fields=ALL, I see the following logs:
{noformat}
WARN 
org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils:
 incorrectly formatted column name: it will be discarded
{noformat}



> timelinereader has a lot of logging that's not useful
> -
>
> Key: YARN-5096
> URL: https://issues.apache.org/jira/browse/YARN-5096
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Assignee: Sangjin Lee
>Priority: Minor
>  Labels: yarn-2928-1st-milestone
>
> After running about a dozen or so requests, the timelinereader log is filled 
> with the following logging entries:
> {noformat}
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn

[jira] [Updated] (YARN-5096) timelinereader has a lot of logging that's not useful

2016-05-16 Thread Sangjin Lee (JIRA)

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

Sangjin Lee updated YARN-5096:
--
Labels: yarn-2928-1st-milestone  (was: )

> timelinereader has a lot of logging that's not useful
> -
>
> Key: YARN-5096
> URL: https://issues.apache.org/jira/browse/YARN-5096
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: timelineserver
>Affects Versions: YARN-2928
>Reporter: Sangjin Lee
>Priority: Minor
>  Labels: yarn-2928-1st-milestone
>
> After running about a dozen or so requests, the timelinereader log is filled 
> with the following logging entries:
> {noformat}
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> 2016-05-16 15:59:13,364 INFO 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnHelper: 
> null prefix was specified; returning all columns
> {noformat}
> There were some ~ 3,000 such logging entries. It's too excessive.
> Also, when I requested YARN_CONTAINER with fields=ALL, I see the following 
> logs:
> {noformat}
> WARN 
> org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils:
>  incorrectly formatted column name: it will be discarded
> {noformat}



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

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