You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Bhallamudi Venkata Siva Kamesh (Created) (JIRA)" <ji...@apache.org> on 2012/01/21 15:41:41 UTC

[jira] [Created] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Metrics: Incorrect Apps Submitted Count
---------------------------------------

                 Key: MAPREDUCE-3708
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.1, 0.24.0
            Reporter: Bhallamudi Venkata Siva Kamesh
         Attachments: application.png

Submitted an application with the following configuration
{code:xml}
<property>
 <name>yarn.resourcemanager.am.max-retries</name>
 <value>2</value>
</property>
{code}
In the above case, application had failed first time. So AM attempted the same application again. 
While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Mahadev konar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-3708:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.1
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks Bhallamudi!
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Mahadev konar (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar reassigned MAPREDUCE-3708:
----------------------------------------

    Assignee: Bhallamudi Venkata Siva Kamesh
    
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Status: Patch Available  (was: Open)
    
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197616#comment-13197616 ] 

Hadoop QA commented on MAPREDUCE-3708:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12512718/MAPREDUCE-3708-2.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1732//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1732//console

This message is automatically generated.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199676#comment-13199676 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #945 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/945/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239954
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199473#comment-13199473 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1664 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1664/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239954
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Attachment: MAPREDUCE-3708-2.patch

Submitting the same patch with minor modifications to reflect against trunk. Please review
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199424#comment-13199424 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1649 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1649/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239954
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Status: Patch Available  (was: Open)
    
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196762#comment-13196762 ] 

Hadoop QA commented on MAPREDUCE-3708:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12511658/MAPREDUCE-3708-1.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The patch appears to cause tar ant target to fail.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    -1 findbugs.  The patch appears to cause Findbugs (version 1.3.9) to fail.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed the unit tests build

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1722//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1722//console

This message is automatically generated.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Attachment: MAPREDUCE-3708-1.patch

Thanks Mahadev for looking into this issue. Attaching patch with testcases. Pls review.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Attachment: MAPREDUCE-3708.patch

Attaching solution as a patch. Please review
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199737#comment-13199737 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #978 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/978/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239954
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199688#comment-13199688 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #158 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/158/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) - Merging r1239954 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239957
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190433#comment-13190433 ] 

Bhallamudi Venkata Siva Kamesh commented on MAPREDUCE-3708:
-----------------------------------------------------------

I think *Apps Submitted* should indicate the number of applications of submitted to the framework.
However existing functionality updating *Apps Submitted* count  when the same application is attempted again by framework.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199428#comment-13199428 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #476 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/476/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) - Merging r1239954 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239957
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Status: Open  (was: Patch Available)

Patch has gone stale due to recent changes and hence cancelling
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199435#comment-13199435 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1720 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1720/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev)

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239954
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199449#comment-13199449 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #490 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/490/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) - Merging r1239954 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239957
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Bhallamudi Venkata Siva Kamesh (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhallamudi Venkata Siva Kamesh updated MAPREDUCE-3708:
------------------------------------------------------

    Attachment: application.png

Attaching screen shot.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199727#comment-13199727 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #180 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/180/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) - Merging r1239954 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239957
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192121#comment-13192121 ] 

Hadoop QA commented on MAPREDUCE-3708:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12511658/MAPREDUCE-3708-1.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1660//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1660//console

This message is automatically generated.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Mahadev konar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191641#comment-13191641 ] 

Mahadev konar commented on MAPREDUCE-3708:
------------------------------------------

@Bhallamudi,
 Mind adding a test case for this? Would be good not to break this again.
                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>         Attachments: MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3708) Metrics: Incorrect Apps Submitted Count

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199421#comment-13199421 ] 

Hudson commented on MAPREDUCE-3708:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #466 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/466/])
    MAPREDUCE-3708. Metrics: Incorrect Apps Submitted Count (Bhallamudi via mahadev) - Merging r1239954 from trunk.

mahadev : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239957
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/FifoScheduler.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/TestLeafQueue.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fifo/TestFifoScheduler.java

                
> Metrics: Incorrect Apps Submitted Count
> ---------------------------------------
>
>                 Key: MAPREDUCE-3708
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3708
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.1, 0.24.0
>            Reporter: Bhallamudi Venkata Siva Kamesh
>            Assignee: Bhallamudi Venkata Siva Kamesh
>             Fix For: 0.23.1
>
>         Attachments: MAPREDUCE-3708-1.patch, MAPREDUCE-3708-2.patch, MAPREDUCE-3708.patch, application.png
>
>
> Submitted an application with the following configuration
> {code:xml}
> <property>
>  <name>yarn.resourcemanager.am.max-retries</name>
>  <value>2</value>
> </property>
> {code}
> In the above case, application had failed first time. So AM attempted the same application again. 
> While attempting the same application, *Apps Submitted* counter also has been incremented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira