[jira] [Created] (HDFS-10727) Block move is failed: opReplaceBlock - Mover

2016-08-04 Thread Senthilkumar (JIRA)
Senthilkumar created HDFS-10727: --- Summary: Block move is failed: opReplaceBlock - Mover Key: HDFS-10727 URL: https://issues.apache.org/jira/browse/HDFS-10727 Project: Hadoop HDFS Issue Type: B

[jira] [Created] (HDFS-10726) org.apache.hadoop.http.TestHttpServerLifecycle times out

2016-08-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10726: Summary: org.apache.hadoop.http.TestHttpServerLifecycle times out Key: HDFS-10726 URL: https://issues.apache.org/jira/browse/HDFS-10726 Project: Hadoop HDFS

[jira] [Created] (HDFS-10725) Caller context should always be constructed by a builder

2016-08-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10725: Summary: Caller context should always be constructed by a builder Key: HDFS-10725 URL: https://issues.apache.org/jira/browse/HDFS-10725 Project: Hadoop HDFS

[jira] [Created] (HDFS-10724) Document the caller context config keys

2016-08-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10724: Summary: Document the caller context config keys Key: HDFS-10724 URL: https://issues.apache.org/jira/browse/HDFS-10724 Project: Hadoop HDFS Issue Type: Sub-t

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-04 Thread Konstantin Shvachko
On Thu, Aug 4, 2016 at 11:20 AM, Andrew Wang wrote: > Hi Konst, thanks for commenting, > > On Wed, Aug 3, 2016 at 11:29 PM, Konstantin Shvachko > wrote: > >> 1. I probably missed something but I didn't get it how "alpha"s made >> their way into release numbers again. This was discussed on severa

Re: HDFS NFS Gateway - Exporting multiple Directories

2016-08-04 Thread Senthil Kumar
Hi Team, Pls check this and let me your comment(s) .. --Senthil On Aug 4, 2016 7:22 PM, "Senthil Kumar" wrote: > Hi Team , > > > Current HDFS NFS gateway Supports exporting only one Directory.. > > Example : > > nfs.export.point > /user > > > This property helps us to export particular direct

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-04 Thread Chris Douglas
> I'm certainly open to alternate proposals for versioning and fix versions, > but to reiterate, I like this versioning since it imitates other enterprise > software. RHEL has versions like 6.2 Beta 2 and 7.0 Beta, so versions like > 3.0.0-alpha1 will be immediately familiar to end users. Conversel

[jira] [Resolved] (HDFS-10613) Wrong real size when a DSQuotaExceededException occur

2016-08-04 Thread Chen Liang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Liang resolved HDFS-10613. --- Resolution: Resolved > Wrong real size when a DSQuotaExceededException occur > ---

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

2016-08-04 Thread Andrew Wang
Could a YARN person please comment on these two issues, one of which Vinay also hit? If someone already triaged or filed JIRAs, I missed it. On Mon, Jul 25, 2016 at 11:52 AM, Andrew Wang wrote: > I'll also add that, as a YARN newbie, I did hit two usability issues. > These are very unlikely to b

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-04 Thread Andrew Wang
On Thu, Aug 4, 2016 at 12:41 PM, Chris Douglas wrote: > I agree with Konst. The virtues of branching (instead of releasing > from trunk) and using the version suffix for the 3.x releases are lost > on me. Both introduce opportunities for error, in commits, in > consistent JIRA tagging, in packagi

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-04 Thread Chris Douglas
I agree with Konst. The virtues of branching (instead of releasing from trunk) and using the version suffix for the 3.x releases are lost on me. Both introduce opportunities for error, in commits, in consistent JIRA tagging, in packaging... We can mark stability on the website. If someone builds a

Re: [DISCUSS] Release numbering semantics with concurrent (>2) releases [Was Setting JIRA fix versions for 3.0.0 releases]

2016-08-04 Thread Andrew Wang
Hi Konst, thanks for commenting, On Wed, Aug 3, 2016 at 11:29 PM, Konstantin Shvachko wrote: > 1. I probably missed something but I didn't get it how "alpha"s made their > way into release numbers again. This was discussed on several occasions and > I thought the common perception was to use jus

[jira] [Created] (HDFS-10723) TestRenameWhileOpen tries to restart NN with the same rpc port

2016-08-04 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-10723: - Summary: TestRenameWhileOpen tries to restart NN with the same rpc port Key: HDFS-10723 URL: https://issues.apache.org/jira/browse/HDFS-10723 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-6983) TestBalancer#testExitZeroOnSuccess fails intermittently

2016-08-04 Thread Eric Badger (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Badger resolved HDFS-6983. --- Resolution: Cannot Reproduce Assignee: Eric Badger I cannot reproduce this failure in trunk or br

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

2016-08-04 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/123/ [Aug 3, 2016 2:31:49 PM] (kihwal) HADOOP-13426. More efficiently build IPC responses. Contributed by Daryn [Aug 3, 2016 4:53:41 PM] (kihwal) HDFS-10656. Optimize conversion of byte arrays back to path stri

HDFS NFS Gateway - Exporting multiple Directories

2016-08-04 Thread Senthil Kumar
Hi Team , Current HDFS NFS gateway Supports exporting only one Directory.. Example : nfs.export.point /user This property helps us to export particular directory .. Code Block : public RpcProgramMountd(NfsConfiguration config, DatagramSocket registrationSocket, boolean allowInsecurePorts) t

[jira] [Created] (HDFS-10722) Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs

2016-08-04 Thread Daryn Sharp (JIRA)
Daryn Sharp created HDFS-10722: -- Summary: Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs Key: HDFS-10722 URL: https://issues.apache.org/jira/browse/HDFS-10722 Project: Hadoop HDFS

[jira] [Created] (HDFS-10721) HDFS NFS Gateway - Exporting multiple Directories

2016-08-04 Thread Senthilkumar (JIRA)
Senthilkumar created HDFS-10721: --- Summary: HDFS NFS Gateway - Exporting multiple Directories Key: HDFS-10721 URL: https://issues.apache.org/jira/browse/HDFS-10721 Project: Hadoop HDFS Issue Ty

[jira] [Reopened] (HDFS-10715) NPE when applying AvailableSpaceBlockPlacementPolicy

2016-08-04 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka reopened HDFS-10715: -- > NPE when applying AvailableSpaceBlockPlacementPolicy > ---