Git repo ready to use

2014-08-27 Thread Karthik Kambatla
Hi folks, I am very excited to let you know that the git repo is now writable. I committed a few changes (CHANGES.txt fixes and branching for 2.5.1) and everything looks good. Current status: 1. All branches have the same names, including trunk. 2. Force push is disabled on trunk,

Re: Git repo ready to use

2014-08-27 Thread Karthik Kambatla
Oh.. a couple more things. The git commit hashes have changed and are different from what we had on our github. This might interfere with any build automations that folks have. Another follow-up item: email and JIRA integration On Wed, Aug 27, 2014 at 1:33 AM, Karthik Kambatla

[jira] [Created] (HDFS-6952) Update Rack Aware documentation and/or script

2014-08-27 Thread Chris Horrocks (JIRA)
Chris Horrocks created HDFS-6952: Summary: Update Rack Aware documentation and/or script Key: HDFS-6952 URL: https://issues.apache.org/jira/browse/HDFS-6952 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-6953) HDFS file append failing in single node configuration

2014-08-27 Thread Vladislav Falfushinsky (JIRA)
Vladislav Falfushinsky created HDFS-6953: Summary: HDFS file append failing in single node configuration Key: HDFS-6953 URL: https://issues.apache.org/jira/browse/HDFS-6953 Project: Hadoop

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

2014-08-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1850/ -- [...truncated 13740 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 sec - in org.apache.hadoop.hdfs.TestParallelReadUtil Running

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

2014-08-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1850/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 13933 lines...] [INFO] ---

[jira] [Resolved] (HDFS-6936) The HttpFSFileSystem should also return the isLazyPersist flag in the FileStatus

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6936. - Resolution: Duplicate Fix Version/s: HDFS-6581 Fixed by HDFS-6921. The HttpFSFileSystem

Re: Git repo ready to use

2014-08-27 Thread Karthik Kambatla
The emails for commits apparently all go to common-commits@, irrespective of the project. Apparently, the git filtering is not as good as svn filtering. Daniel offered to look into alternatives this coming weekend. I filed INFRA-8250 to restore updates to JIRA on commits. On Wed, Aug 27, 2014

[jira] [Resolved] (HDFS-6911) Archival Storage: check if a block is already scheduled in Mover

2014-08-27 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-6911. - Resolution: Fixed Hadoop Flags: Reviewed I've committed this. Thanks Nicholas! Archival Storage:

Re: Git repo ready to use

2014-08-27 Thread Karthik Kambatla
It appears the comments from Hudson on our JIRAs (post commits) are not setup by the INFRA team. Do we use any other scripts for this? If yes, do we want to fix those scripts or use svngit2jira? On Wed, Aug 27, 2014 at 10:18 AM, Karthik Kambatla ka...@cloudera.com wrote: The emails for commits

Re: Git repo ready to use

2014-08-27 Thread Karthik Kambatla
svngit2jira would write a message like this - https://issues.apache.org/jira/browse/CLOUDSTACK-1638?focusedCommentId=13714929page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13714929 with a link to the commit like this -

[jira] [Created] (HDFS-6955) DN should reserve disk space for a full block when creating tmp files

2014-08-27 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-6955: --- Summary: DN should reserve disk space for a full block when creating tmp files Key: HDFS-6955 URL: https://issues.apache.org/jira/browse/HDFS-6955 Project: Hadoop HDFS

Re: Updates on migration to git

2014-08-27 Thread Colin McCabe
Thanks for making this happen, Karthik and Daniel. Great job. best, Colin On Tue, Aug 26, 2014 at 5:59 PM, Karthik Kambatla ka...@cloudera.com wrote: Yes, we have requested for force-push disabled on trunk and branch-* branches. I didn't test it though :P, it is not writable yet. On Tue,

[jira] [Created] (HDFS-6956) Allow dynamically changing the tracing level in Hadoop servers

2014-08-27 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-6956: -- Summary: Allow dynamically changing the tracing level in Hadoop servers Key: HDFS-6956 URL: https://issues.apache.org/jira/browse/HDFS-6956 Project:

[jira] [Resolved] (HDFS-6920) Archival Storage: check the storage type of delNodeHintStorage when deleting a replica

2014-08-27 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-6920. - Resolution: Fixed Hadoop Flags: Reviewed I've committed this. Thanks Nicholas! Archival Storage:

[jira] [Resolved] (HDFS-6922) Add LazyPersist flag to INodeFile, save it in FsImage and edit logs

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6922. - Resolution: Fixed Thanks for the code reviews all. [~vinayrpet] if you think is an unaddressed

[jira] [Resolved] (HDFS-6923) Propagate LazyPersist flag to DNs via DataTransferProtocol

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6923. - Resolution: Fixed Thanks for the code review [~jnp]. Committed to the branch. Propagate

[jira] [Resolved] (HDFS-6926) DN support for saving replicas to persistent storage and evicting in-memory replicas

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6926. - Resolution: Fixed Hadoop Flags: Reviewed Thanks Jitendra! Committed to feature branch. DN

[jira] [Resolved] (HDFS-6927) Add unit tests

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6927. - Resolution: Fixed Hadoop Flags: Reviewed Thanks Jitendra! Committed to feature branch.

[jira] [Resolved] (HDFS-6924) Add new RAM_DISK storage type

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6924. - Resolution: Fixed Add new RAM_DISK storage type -

[jira] [Reopened] (HDFS-6854) Enhance CLI to support memory storage.

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HDFS-6854: - Enhance CLI to support memory storage. --

[jira] [Resolved] (HDFS-6854) Enhance CLI to support memory storage.

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6854. - Resolution: Duplicate Enhance CLI to support memory storage.

[jira] [Resolved] (HDFS-6929) NN periodically unlinks lazy persist files with missing replicas from namespace

2014-08-27 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-6929. - Resolution: Fixed Hadoop Flags: Reviewed Committed to the feature branch. Thanks [~jnp].

[jira] [Created] (HDFS-6958) Fix the condition of reporting failures in BlockPoolSlice

2014-08-27 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HDFS-6958: --- Summary: Fix the condition of reporting failures in BlockPoolSlice Key: HDFS-6958 URL: https://issues.apache.org/jira/browse/HDFS-6958 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-6944) Archival Storage: add retry and termination logic for Mover

2014-08-27 Thread Jing Zhao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-6944. - Resolution: Fixed Thanks for the review, Nicholas! I've committed this. Archival Storage: add retry and

[jira] [Created] (HDFS-6960) Bugfix in LazyWriter, fix test case and some refactoring

2014-08-27 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-6960: --- Summary: Bugfix in LazyWriter, fix test case and some refactoring Key: HDFS-6960 URL: https://issues.apache.org/jira/browse/HDFS-6960 Project: Hadoop HDFS

[jira] [Created] (HDFS-6961) BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round

2014-08-27 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-6961: --- Summary: BlockPlacementPolicy#chooseTarget should check each valid storage type in each choosing round Key: HDFS-6961 URL: https://issues.apache.org/jira/browse/HDFS-6961