[jira] [Created] (HDFS-8387) Revisit the long and int datatypes usage in striping logic

2015-05-12 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8387: -- Summary: Revisit the long and int datatypes usage in striping logic Key: HDFS-8387 URL: https://issues.apache.org/jira/browse/HDFS-8387 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-8386) Improve synchronization of 'streamer' reference in DFSOutputStream - accessed inconsistently with respect to synchronization

2015-05-12 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8386: -- Summary: Improve synchronization of 'streamer' reference in DFSOutputStream - accessed inconsistently with respect to synchronization Key: HDFS-8386 URL: https://issues.apache.org/jira/browse

Re: Planning Hadoop 2.6.1 release

2015-05-12 Thread Zhihai Xu
Hi Akira, Can we also include YARN-3242? YARN-3242 fixed a critical ZKRMStateStore bug. It will work better with YARN-2992. thanks zhihai On Tue, May 12, 2015 at 10:38 PM, Akira AJISAKA wrote: > Thanks all for collecting jiras for 2.6.1 release. In addition, I'd like > to include the followin

Re: Planning Hadoop 2.6.1 release

2015-05-12 Thread Akira AJISAKA
Thanks all for collecting jiras for 2.6.1 release. In addition, I'd like to include the following: * HADOOP-11343. Overflow is not properly handled in calculating final iv for AES CTR * YARN-2874. Dead lock in "DelegationTokenRenewer" which blocks RM to execute any further apps * YARN-2992. Z

[jira] [Created] (HDFS-8385) Remove unused entities (variables,methods and configurations)

2015-05-12 Thread J.Andreina (JIRA)
J.Andreina created HDFS-8385: Summary: Remove unused entities (variables,methods and configurations) Key: HDFS-8385 URL: https://issues.apache.org/jira/browse/HDFS-8385 Project: Hadoop HDFS Iss

[jira] [Created] (HDFS-8384) Allow NN to startup if there are files having a lease but are not under construction

2015-05-12 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-8384: - Summary: Allow NN to startup if there are files having a lease but are not under construction Key: HDFS-8384 URL: https://issues.apache.org/jira/browse/HDFS-8384

[jira] [Created] (HDFS-8383) Tolerate multiple failures in DFSStripedOutputStream

2015-05-12 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-8383: - Summary: Tolerate multiple failures in DFSStripedOutputStream Key: HDFS-8383 URL: https://issues.apache.org/jira/browse/HDFS-8383 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-8363) Erasure Coding: DFSStripedInputStream#seekToNewSource

2015-05-12 Thread Yi Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liu resolved HDFS-8363. -- Resolution: Fixed Hadoop Flags: Reviewed Thanks Uma for review, commit to branch. > Erasure Coding: DFSStr

[jira] [Created] (HDFS-8382) Remove chunkSize parameter from initialize method of raw erasure coder

2015-05-12 Thread Kai Zheng (JIRA)
Kai Zheng created HDFS-8382: --- Summary: Remove chunkSize parameter from initialize method of raw erasure coder Key: HDFS-8382 URL: https://issues.apache.org/jira/browse/HDFS-8382 Project: Hadoop HDFS

[jira] [Created] (HDFS-8381) Reduce time taken for complete HDFS unit test run

2015-05-12 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-8381: --- Summary: Reduce time taken for complete HDFS unit test run Key: HDFS-8381 URL: https://issues.apache.org/jira/browse/HDFS-8381 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-8380) Always call addStoredBlock on blocks which have been shifted from one storage to another

2015-05-12 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-8380: -- Summary: Always call addStoredBlock on blocks which have been shifted from one storage to another Key: HDFS-8380 URL: https://issues.apache.org/jira/browse/HDFS-8380

[jira] [Resolved] (HDFS-5745) Unnecessary disk check triggered when socket operation has problem.

2015-05-12 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-5745. Resolution: Won't Fix branch-1 is effectively dead and it sounds like this has been fixed in

[jira] [Resolved] (HDFS-7900) ShortCircuitCache.replicaInfoMap keeps too many deleted file descriptor

2015-05-12 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HDFS-7900. Resolution: Duplicate > ShortCircuitCache.replicaInfoMap keeps too many deleted file

[jira] [Resolved] (HDFS-8372) Erasure coding: compute storage type quotas for striped files, to be consistent with HDFS-8327

2015-05-12 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-8372. - Resolution: Fixed > Erasure coding: compute storage type quotas for striped files, to be > consistent with

[jira] [Reopened] (HDFS-8372) Erasure coding: compute storage type quotas for striped files, to be consistent with HDFS-8327

2015-05-12 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao reopened HDFS-8372: - > Erasure coding: compute storage type quotas for striped files, to be > consistent with HDFS-8327 > -

Hadoop-Hdfs-trunk - Build # 2123 - Still Failing

2015-05-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2123/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6920 lines...] [INFO] --- findbugs-maven-plugin:3.0.0:fin

Hadoop-Hdfs-trunk-Java8 - Build # 183 - Still Failing

2015-05-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/183/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7398 lines...] [INFO] --- findbugs-maven-plugin:3.0.

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #183

2015-05-12 Thread Apache Jenkins Server
See Changes: [junping_du] YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak. [aajisaka] HDFS-8241. Remove unused NameNode startup option -finalize. Contributed by Br

Build failed in Jenkins: Hadoop-Hdfs-trunk #2123

2015-05-12 Thread Apache Jenkins Server
See Changes: [junping_du] YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak. [aajisaka] HDFS-8241. Remove unused NameNode startup option -finalize. Contributed by Brahma

[jira] [Created] (HDFS-8379) Fix issues like NPE in TestRecoverStripedFile

2015-05-12 Thread Kai Zheng (JIRA)
Kai Zheng created HDFS-8379: --- Summary: Fix issues like NPE in TestRecoverStripedFile Key: HDFS-8379 URL: https://issues.apache.org/jira/browse/HDFS-8379 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-8378) Erasure Coding: Few improvements for the erasure coding worker

2015-05-12 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8378: -- Summary: Erasure Coding: Few improvements for the erasure coding worker Key: HDFS-8378 URL: https://issues.apache.org/jira/browse/HDFS-8378 Project: Hadoop HDFS Issue T

[jira] [Created] (HDFS-8377) Support HTTP/2 in datanode

2015-05-12 Thread zhangduo (JIRA)
zhangduo created HDFS-8377: -- Summary: Support HTTP/2 in datanode Key: HDFS-8377 URL: https://issues.apache.org/jira/browse/HDFS-8377 Project: Hadoop HDFS Issue Type: Sub-task Reporter: z

[jira] [Created] (HDFS-8376) Erasure Coding: Update last cellsize calculation according to whether the erasure codec is liner

2015-05-12 Thread Yi Liu (JIRA)
Yi Liu created HDFS-8376: Summary: Erasure Coding: Update last cellsize calculation according to whether the erasure codec is liner Key: HDFS-8376 URL: https://issues.apache.org/jira/browse/HDFS-8376 Project: