Re: RM and NM fails to start on Secure cluster with Java11

2019-09-10 Thread Akira Ajisaka
Hi Prahbu, Is your principal allowed to use renewable tickets? If not, the client has to disable requests with renewable flag. Removing the following setting from krb5.conf worked for us. > renew_lifetime = 7d Details * https://bugs.openjdk.java.net/browse/JDK-8131051 * https://github.com/AdoptO

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2019-09-10 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1255/ [Sep 9, 2019 2:07:11 AM] (jhung) YARN-9764. Print application submission context label in application [Sep 9, 2019 3:44:07 AM] (bharat) HDDS-2087. Remove the hard coded config key in ChunkManager (#1409)

Re: [DISCUSS] GitHub PRs without JIRA number

2019-09-10 Thread Duo Zhang
OK, the indexing is finished [Tue Sep 10 14:25:07 UTC 2019] Finished branch indexing. Indexing took 15 min So maybe 30 minutes is better... And we really should cleanup the stale PRs and branches... 张铎(Duo Zhang) 于2019年9月10日周二 下午10:20写道: > Actually the job for testing PR is here... > > https:

Re: [DISCUSS] GitHub PRs without JIRA number

2019-09-10 Thread Duo Zhang
Actually the job for testing PR is here... https://builds.apache.org/job/hadoop-multibranch/ I've added the 'Change requests' option(seems I have the permission...), and then clicked the 'Scan Now', the job for PR-1404 has been scheduled https://builds.apache.org/job/hadoop-multibranch/view/chan

Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2019-09-10 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/440/ [Sep 9, 2019 2:20:51 AM] (jhung) YARN-9764. Print application submission context label in application [Sep 9, 2019 7:30:20 AM] (jhung) YARN-9820. RM logs InvalidStateTransitionException when app is -

Re: [DISCUSS] GitHub PRs without JIRA number

2019-09-10 Thread Steve Loughran
On Tue, Sep 10, 2019 at 9:07 AM 张铎(Duo Zhang) wrote: > Nits: You can change the jenkins job config to not trigger pre commit build > for stale PRs if only the base branch is changed. By default, either the PR > itself changed, or the base branch is changed, the branch sources plugin > will both t

RM and NM fails to start on Secure cluster with Java11

2019-09-10 Thread Prabhu Joseph
RM and NM fails to start on Secure cluster with Java11 with below error message " KrbException: Message stream modified (41)". Looks something wrong with encryption types in Kerberos Configuration. Can someone give pointers to debug the issue. 2019-09-10 08:24:04,412 ERROR org.apache.hadoop.yarn.

Re: [DISCUSS] GitHub PRs without JIRA number

2019-09-10 Thread Duo Zhang
Nits: You can change the jenkins job config to not trigger pre commit build for stale PRs if only the base branch is changed. By default, either the PR itself changed, or the base branch is changed, the branch sources plugin will both trigger a build. You can add a Change requests option, and selec