[jira] [Created] (HDFS-8609) Dead Code in DFS Util for DFSUtil#substituteForWildcardAddress

2015-06-15 Thread Bibin A Chundatt (JIRA)
Bibin A Chundatt created HDFS-8609: -- Summary: Dead Code in DFS Util for DFSUtil#substituteForWildcardAddress Key: HDFS-8609 URL: https://issues.apache.org/jira/browse/HDFS-8609 Project: Hadoop HDFS

Re: 2.7.1 status

2015-06-15 Thread Tsuyoshi Ozawa
Hi Vinod, Thank you for working to release 2.7! YARN-3798 looks a critical issue for branch-2.7. I'll mark it as a blocker of 2.7.1 if possible. Thanks, - Tsuyoshi On Tue, Jun 16, 2015 at 6:58 AM, Vinod Kumar Vavilapalli wrote: > We are down to one blocker and a few critical tickets. I’ll try t

Re: 2.7.1 status

2015-06-15 Thread Vinod Kumar Vavilapalli
We are down to one blocker and a few critical tickets. I’ll try to push out an RC in a day or two. Thanks +Vinod > On Jun 1, 2015, at 10:45 AM, Vinod Kumar Vavilapalli > wrote: > > Tx for the move on that JIRA, folks. > > https://issues.apache.org/jira/issues/?filter=12331550 still shows 4

Re: Key Rotation in Data-at-Rest Encryption

2015-06-15 Thread Andrew Wang
Hi Sitaraman, A key name can have multiple versions. When you roll a key (via its name), a new version is created. When you fetch a key via name, you get the current version. You can also explicitly fetch a particular key version. I think what you term a "key alias" is the key name. Regarding FE

Re: How to Tag a request using optional field

2015-06-15 Thread lohit
It sounds like you would need way to store UUID somewhere so that on INotify about file you can retrieve it. How about using HDFS extended attributes to save UUID for inode and on notification, fetch extended attributes? 2015-06-15 13:11 GMT-07:00 Colin P. McCabe : > On Thu, Jun 4, 2015 at 2:46 P

Re: DISCUSS: is the order in FS.listStatus() required to be sorted?

2015-06-15 Thread Colin P. McCabe
On Mon, Jun 1, 2015 at 3:21 AM, Steve Loughran wrote: > > HADOOP-12009 (https://issues.apache.org/jira/browse/HADOOP-12009) patches the > FS javadoc and contract tests to say "the order you get things back from a > listStatus() isn't guaranteed to be alphanumerically sorted" > > That's one of th

Re: How to Tag a request using optional field

2015-06-15 Thread Colin P. McCabe
On Thu, Jun 4, 2015 at 2:46 PM, Rahul Shrivastava wrote: > Hi, > > > Suppose I write a Java client to create a directory on HDFS. Is there a way > to tag this request and get the tagged information on NameNode via > DFSInotifyEventInputStream or otherwise ? > > In short, is there a way to give opt

[jira] [Created] (HDFS-8608) Merge HDFS-7912 to trunk (track BlockInfo instead of Block in UnderReplicatedBlocks and PendingReplicationBlocks)

2015-06-15 Thread Zhe Zhang (JIRA)
Zhe Zhang created HDFS-8608: --- Summary: Merge HDFS-7912 to trunk (track BlockInfo instead of Block in UnderReplicatedBlocks and PendingReplicationBlocks) Key: HDFS-8608 URL: https://issues.apache.org/jira/browse/HDFS-860

Re: set up jenkins test for branch-2

2015-06-15 Thread Sean Busbey
On Mon, Jun 15, 2015 at 1:39 PM, Yongjun Zhang wrote: > Thanks Sean and Allen! > > I was not aware of that there is already a way to trigger branch-2 test. > Good to know. > > There are multiple solutions here: > > 1. When posting patches, we can post two versions of patches, one for > trunk, and

Re: set up jenkins test for branch-2

2015-06-15 Thread Yongjun Zhang
Thanks Sean and Allen! I was not aware of that there is already a way to trigger branch-2 test. Good to know. There are multiple solutions here: 1. When posting patches, we can post two versions of patches, one for trunk, and one for branch-2, so to trigger two pre-commit jenkins test for both b

[jira] [Resolved] (HDFS-8547) The space reservation for RBW block is leaking

2015-06-15 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HDFS-8547. -- Resolution: Duplicate > The space reservation for RBW block is leaking >

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

2015-06-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/218/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8358 lines...] [INFO] --- maven-source-plugin:2.3:ja

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

2015-06-15 Thread Apache Jenkins Server
See Changes: [yzhang] HDFS-8596. TestDistributedFileSystem et al tests are broken in branch-2 due to incorrect setting of "datanode" attribute. Contributed by Yongjun Zhang. [arp] HDFS-8595. TestCommitBlockSynchronization fail

Re: set up jenkins test for branch-2

2015-06-15 Thread Allen Wittenauer
On Jun 14, 2015, at 1:00 PM, Yongjun Zhang wrote: > From time to time we saw changes that work fine in trunk but not branch-2, > and we don't catch the issue in a timely manner. The difference between > trunk and branch-2 is sufficient to justify periodic jenkins test and even > pre-commit test

[jira] [Created] (HDFS-8607) TestFileCorruption doesn't work as expected

2015-06-15 Thread Walter Su (JIRA)
Walter Su created HDFS-8607: --- Summary: TestFileCorruption doesn't work as expected Key: HDFS-8607 URL: https://issues.apache.org/jira/browse/HDFS-8607 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-8606) Cleanup DFSOutputStream by removing unwanted changes

2015-06-15 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8606: -- Summary: Cleanup DFSOutputStream by removing unwanted changes Key: HDFS-8606 URL: https://issues.apache.org/jira/browse/HDFS-8606 Project: Hadoop HDFS Issue Type: Improv

[jira] [Created] (HDFS-8605) Merge Refactor of DFSOutputStream from HDFS-7285 branch

2015-06-15 Thread Vinayakumar B (JIRA)
Vinayakumar B created HDFS-8605: --- Summary: Merge Refactor of DFSOutputStream from HDFS-7285 branch Key: HDFS-8605 URL: https://issues.apache.org/jira/browse/HDFS-8605 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-8604) Erasure Coding: update invalidateBlock(..) logic for striped block

2015-06-15 Thread Walter Su (JIRA)
Walter Su created HDFS-8604: --- Summary: Erasure Coding: update invalidateBlock(..) logic for striped block Key: HDFS-8604 URL: https://issues.apache.org/jira/browse/HDFS-8604 Project: Hadoop HDFS I