[ https://issues.apache.org/jira/browse/YARN-8586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908965#comment-16908965 ]
Hudson commented on YARN-8586: ------------------------------ FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17136 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/17136/]) YARN-8586. Extract log aggregation related fields and methods from (snemeth: rev 4456ea67b949553b85e101e866b4b3f4b335f1f0) * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/RMAppImpl.java * (add) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/RMAppLogAggregation.java > Extract log aggregation related fields and methods from RMAppImpl > ----------------------------------------------------------------- > > Key: YARN-8586 > URL: https://issues.apache.org/jira/browse/YARN-8586 > Project: Hadoop YARN > Issue Type: Improvement > Reporter: Szilard Nemeth > Assignee: Peter Bacsko > Priority: Major > Fix For: 3.3.0, 3.2.1, 3.1.3 > > Attachments: YARN-8586-branch-3.1.001.patch, YARN-8586.001.patch, > YARN-8586.002.patch, YARN-8586.002.patch, YARN-8586.003.patch, > YARN-8586.004.patch, YARN-8586.branch-3.2.001.patch > > > Given that RMAppImpl is already above 2000 lines and it is very complex, as a > very simple > and straightforward step, all Log aggregation related fields and methods > could be extracted to a new class. > The clients of RMAppImpl may access the same methods and RMAppImpl would > delegate all those calls to the newly introduced class. -- This message was sent by Atlassian JIRA (v7.6.14#76016) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org