[ https://issues.apache.org/jira/browse/YARN-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097688#comment-14097688 ]
Hudson commented on YARN-2397: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #6071 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6071/]) YARN-2397. Avoided loading two authentication filters for RM and TS web interfaces. Contributed by Varun Vasudev. (zjshen: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1618054) * /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/ApplicationHistoryServer.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/TestApplicationHistoryServer.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/security/http/RMAuthenticationFilterInitializer.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceManager.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestResourceManager.java * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/TestRMWebServicesDelegationTokenAuthentication.java > RM and TS web interfaces sometimes return request is a replay error in secure > mode > ---------------------------------------------------------------------------------- > > Key: YARN-2397 > URL: https://issues.apache.org/jira/browse/YARN-2397 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Varun Vasudev > Assignee: Varun Vasudev > Priority: Critical > Fix For: 2.6.0 > > Attachments: apache-yarn-2397.0.patch, apache-yarn-2397.1.patch > > > The RM web interface sometimes returns a request is a replay error if the > default kerberos http filter is enabled. This is because it uses the new > RMAuthenticationFilter in addition to the AuthenticationFilter. There is a > workaround to set > "yarn.resourcemanager.webapp.delegation-token-auth-filter.enabled" to false. > This bug is to fix the code to use only the RMAuthenticationFilter and not > both. > The similar problem happens to the timeline server web interface as well. -- This message was sent by Atlassian JIRA (v6.2#6252)