Build failed in Jenkins: Hadoop-Common-trunk #1587

2015-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1587/changes

Changes:

[jianhe] YARN-4026. Refactored ContainerAllocator to accept a list of priorites 
rather than a single priority. Contributed by Wangda Tan

[xyao] HDFS-8879. Quota by storage type usage incorrectly initialized upon 
namenode restart. Contributed by Xiaoyu Yao.

[atm] HADOOP-12318. Expose underlying LDAP exceptions in SaslPlainServer. 
Contributed by Mike Yoder.

[rkanter] YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and 
WebAppProxyServer (djp via rkanter)

[cnauroth] HADOOP-12258. Need translate java.nio.file.NoSuchFileException to 
FileNotFoundException to avoid regression. Contributed by Zhihai Xu.

[aajisaka] HDFS-8622. Implement GETCONTENTSUMMARY operation for WebImageViewer. 
Contributed by Jagadesh Kiran N.

[yliu] HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)

--
[...truncated 5433 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 sec - in 
org.apache.hadoop.http.TestSSLHttpServer
Running org.apache.hadoop.http.TestGlobalFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 sec - in 
org.apache.hadoop.http.TestGlobalFilter
Running org.apache.hadoop.crypto.TestOpensslCipher
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec - in 
org.apache.hadoop.crypto.TestOpensslCipher
Running org.apache.hadoop.crypto.TestCryptoCodec
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.091 sec - in 
org.apache.hadoop.crypto.TestCryptoCodec
Running org.apache.hadoop.crypto.TestCryptoStreams
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.694 sec - 
in org.apache.hadoop.crypto.TestCryptoStreams
Running org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS
Tests run: 14, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 11.921 sec - 
in org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS
Running org.apache.hadoop.crypto.key.TestKeyProviderCryptoExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 sec - in 
org.apache.hadoop.crypto.key.TestKeyProviderCryptoExtension
Running org.apache.hadoop.crypto.key.TestValueQueue
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.17 sec - in 
org.apache.hadoop.crypto.key.TestValueQueue
Running org.apache.hadoop.crypto.key.TestKeyProviderFactory
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 sec - in 
org.apache.hadoop.crypto.key.TestKeyProviderFactory
Running org.apache.hadoop.crypto.key.TestKeyShell
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.451 sec - in 
org.apache.hadoop.crypto.key.TestKeyShell
Running org.apache.hadoop.crypto.key.TestKeyProviderDelegationTokenExtension
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 sec - in 
org.apache.hadoop.crypto.key.TestKeyProviderDelegationTokenExtension
Running org.apache.hadoop.crypto.key.TestKeyProvider
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec - in 
org.apache.hadoop.crypto.key.TestKeyProvider
Running org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 sec - in 
org.apache.hadoop.crypto.key.kms.TestLoadBalancingKMSClientProvider
Running org.apache.hadoop.crypto.key.TestCachingKeyProvider
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.089 sec - in 
org.apache.hadoop.crypto.key.TestCachingKeyProvider
Running org.apache.hadoop.crypto.TestCryptoStreamsNormal
Tests run: 14, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 6.818 sec - in 
org.apache.hadoop.crypto.TestCryptoStreamsNormal
Running org.apache.hadoop.crypto.TestCryptoStreamsWithOpensslAesCtrCryptoCodec
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.775 sec - 
in org.apache.hadoop.crypto.TestCryptoStreamsWithOpensslAesCtrCryptoCodec
Running org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.797 sec - 
in org.apache.hadoop.crypto.TestCryptoStreamsWithJceAesCtrCryptoCodec
Running org.apache.hadoop.crypto.random.TestOsSecureRandom
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec - in 
org.apache.hadoop.crypto.random.TestOsSecureRandom
Running org.apache.hadoop.crypto.random.TestOpensslSecureRandom
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in 
org.apache.hadoop.crypto.random.TestOpensslSecureRandom
Running org.apache.hadoop.jmx.TestJMXJsonServlet
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 sec - in 
org.apache.hadoop.jmx.TestJMXJsonServlet
Running org.apache.hadoop.tracing.TestTraceUtils
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec - in 
org.apache.hadoop.tracing.TestTraceUtils
Running org.apache.hadoop.io.TestMD5Hash
Tests run: 2, Failures: 0, Errors: 0, Skipped: 

Build failed in Jenkins: Hadoop-common-trunk-Java8 #286

2015-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-common-trunk-Java8/286/changes

Changes:

[jianhe] YARN-4026. Refactored ContainerAllocator to accept a list of priorites 
rather than a single priority. Contributed by Wangda Tan

[xyao] HDFS-8879. Quota by storage type usage incorrectly initialized upon 
namenode restart. Contributed by Xiaoyu Yao.

[atm] HADOOP-12318. Expose underlying LDAP exceptions in SaslPlainServer. 
Contributed by Mike Yoder.

[rkanter] YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and 
WebAppProxyServer (djp via rkanter)

[cnauroth] HADOOP-12258. Need translate java.nio.file.NoSuchFileException to 
FileNotFoundException to avoid regression. Contributed by Zhihai Xu.

[aajisaka] HDFS-8622. Implement GETCONTENTSUMMARY operation for WebImageViewer. 
Contributed by Jagadesh Kiran N.

[yliu] HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)

--
[...truncated 5754 lines...]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestDoAsEffectiveUser
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec - in 
org.apache.hadoop.security.TestDoAsEffectiveUser
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestUGIWithExternalKdc
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.074 sec - in 
org.apache.hadoop.security.TestUGIWithExternalKdc
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestJNIGroupsMapping
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 sec - in 
org.apache.hadoop.security.TestJNIGroupsMapping
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestGroupsCaching
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.551 sec - in 
org.apache.hadoop.security.TestGroupsCaching
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.alias.TestCredentialProviderFactory
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 sec - in 
org.apache.hadoop.security.alias.TestCredentialProviderFactory
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.alias.TestCredentialProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in 
org.apache.hadoop.security.alias.TestCredentialProvider
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.alias.TestCredShell
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.981 sec - in 
org.apache.hadoop.security.alias.TestCredShell
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.ssl.TestReloadingX509TrustManager
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 sec - in 
org.apache.hadoop.security.ssl.TestReloadingX509TrustManager
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.ssl.TestSSLFactory
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.816 sec - in 
org.apache.hadoop.security.ssl.TestSSLFactory
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestLdapGroupsMapping
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 sec - in 
org.apache.hadoop.security.TestLdapGroupsMapping
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestUserFromEnv
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 sec - in 
org.apache.hadoop.security.TestUserFromEnv
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestCredentials
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec - in 
org.apache.hadoop.security.TestCredentials
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestNetgroupCache
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in 
org.apache.hadoop.security.TestNetgroupCache
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.security.TestUGIWithSecurityOn
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 

[jira] [Created] (HADOOP-12322) typos in rpcmetrics.java

2015-08-13 Thread Anu Engineer (JIRA)
Anu Engineer created HADOOP-12322:
-

 Summary: typos in rpcmetrics.java
 Key: HADOOP-12322
 URL: https://issues.apache.org/jira/browse/HADOOP-12322
 Project: Hadoop Common
  Issue Type: Bug
  Components: ipc
Affects Versions: 2.7.1
Reporter: Anu Engineer
Assignee: Anu Engineer
Priority: Trivial


typos in RpcMetrics.java

Processsing -- Processing
sucesses -  successes
JobTrackerInstrumenation - JobTrackerInstrumentation

these are all part of description of the metric or in comments. So should have 
no impact on backward compact.





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


Re: Hadoop 2.6.1 Release process thread

2015-08-13 Thread Akira AJISAKA

+1 for including HADOOP-10786. I've update the wiki.

Thanks,
Akira

On 8/13/15 06:21, Chris Nauroth wrote:

I've just applied the 2.6.1-candidate label to HADOOP-10786.  Since this
is somewhat late in the process, I thought I'd better follow up over email
too.

This bug was originally reported with JDK 8.  A code change in JDK 8 broke
our automatic relogin from a Kerberos keytab, and we needed to change
UserGroupInformation to fix it.  Just today I discovered that the JDK code
change has made it into the JDK 7 code line too.  Specifically, I can
repro the bug against OpenJDK 1.7.0_85.  Since many users wouldn't expect
a minor version upgrade of the JDK to cause such a severe problem, I think
HADOOP-10786 is justified for inclusion in a patch release.

--Chris Nauroth




On 8/11/15, 7:48 PM, Sangjin Lee sjl...@gmail.com wrote:


It might have been because we thought that HDFS-7704 was going to make it.
It's both make it or neither does. Now that we know HDFS-7704 is out,
HDFS-7916 should definitely be out. I hope that clarifies.

On Tue, Aug 11, 2015 at 6:26 PM, Vinod Kumar Vavilapalli 
vino...@hortonworks.com wrote:


I earlier removed HDFS-7916 from the list given HDFS-7704 was only in
2.7.0.

Chris Trezzo added it back and so it appeared in my lists.

I removed it again, Chris, please comment on why you added it back. If
you
want it included, please comment here and we can add it after we figure
out
the why and the dependent tickets.

Thanks
+Vinod

On Aug 11, 2015, at 4:37 PM, Sangjin Lee sjl...@gmail.commailto:
sjl...@gmail.com wrote:

Could you double check HDFS-7916? HDFS-7916 is needed only if HDFS-7704
makes it. However, I see commits for HDFS-7916 in this list, but not for
HDFS-7704. If HDFS-7704 is not in the list, we should not backport
HDFS-7916 as it fixes an issue introduced by HDFS-7704.

On Tue, Aug 11, 2015 at 4:10 PM, Vinod Kumar Vavilapalli 
vino...@hortonworks.commailto:vino...@hortonworks.com wrote:
Put the list here:
https://wiki.apache.org/hadoop/Release-2.6.1-Working-Notes. And started
figuring out ways to fast-path the cherry-picks.

Thanks
+Vinod

On Aug 11, 2015, at 1:15 PM, Vinod Kumar Vavilapalli vino...@apache.org
mailto:vino...@apache.org wrote:

   (2) With Wangda's help offline, I prepared an ordered list of
cherry-pick commits that we can do from our candidate list [1], will do
some ground work today.











[jira] [Resolved] (HADOOP-12315) hbaseprotoc_postapply in the test-patch hbase personality can return a wrong status

2015-08-13 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer resolved HADOOP-12315.
---
Resolution: Fixed

 hbaseprotoc_postapply in the test-patch hbase personality can return a wrong 
 status
 ---

 Key: HADOOP-12315
 URL: https://issues.apache.org/jira/browse/HADOOP-12315
 Project: Hadoop Common
  Issue Type: Sub-task
  Components: yetus
Affects Versions: HADOOP-12111
Reporter: Kengo Seki
Assignee: Kengo Seki
 Fix For: HADOOP-12111

 Attachments: HADOOP-12315.HADOOP-12111.00.patch


 Similar to HADOOP-12314. hbaseprotoc_postapply returns the value of 
 $\{results}, but if a module status is -1, $\{result} is incremented.



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