[jira] [Created] (HDFS-12245) Update INodeId javadoc

2017-08-01 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-12245: -- Summary: Update INodeId javadoc Key: HDFS-12245 URL: https://issues.apache.org/jira/browse/HDFS-12245 Project: Hadoop HDFS Issue Type: Bug

Re: About HDFS consistency model

2017-08-01 Thread Hongxu Ma
Thanks again, Ravi! These links are helpful, a good root for me to trace this topic, maybe I can find more useful info, thanks! 在 01/08/2017 04:09, Ravi Prakash 写道: Hi Hongxu! It might be best to go through JIRA comments. Some of them have design docs too. e.g.

[jira] [Resolved] (HDFS-5465) Update the package names for hsftp / hftp in the documentation

2017-08-01 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai resolved HDFS-5465. -- Resolution: Not A Problem This is no longer an issue as hftp / hsftp have been deprecated. > Update the

Re: [VOTE] Release Apache Hadoop 2.7.4 (RC0)

2017-08-01 Thread Ye Zhou
Hi, Konstantin. Thanks for leading the release. +1 (non-binding) -Built from the source on mac with jdk_1.8.0_40 -Built on internal Jenkins with jdk_1.8.0_40. -Deployed on a cluster with 121 nodes(Including RM, NM, NN, DN) -Basic shell commands -Distcp 3.7TB data to HDFS -Run GridMix test which

[jira] [Created] (HDFS-12244) Ozone: the static cache provided by ContainerCache does not work in Unit tests

2017-08-01 Thread Tsz Wo Nicholas Sze (JIRA)
Tsz Wo Nicholas Sze created HDFS-12244: -- Summary: Ozone: the static cache provided by ContainerCache does not work in Unit tests Key: HDFS-12244 URL: https://issues.apache.org/jira/browse/HDFS-12244

[jira] [Created] (HDFS-12243) Trash emptier should use Time.monotonicNow()

2017-08-01 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-12243: -- Summary: Trash emptier should use Time.monotonicNow() Key: HDFS-12243 URL: https://issues.apache.org/jira/browse/HDFS-12243 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-12242) Limit the protocols on client and service RPC ports

2017-08-01 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-12242: Summary: Limit the protocols on client and service RPC ports Key: HDFS-12242 URL: https://issues.apache.org/jira/browse/HDFS-12242 Project: Hadoop HDFS

[jira] [Created] (HDFS-12241) HttpFS to support overloaded FileSystem#rename API

2017-08-01 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-12241: -- Summary: HttpFS to support overloaded FileSystem#rename API Key: HDFS-12241 URL: https://issues.apache.org/jira/browse/HDFS-12241 Project: Hadoop HDFS

[jira] [Created] (HDFS-12240) Document WebHDFS rename API parameter renameoptions

2017-08-01 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-12240: -- Summary: Document WebHDFS rename API parameter renameoptions Key: HDFS-12240 URL: https://issues.apache.org/jira/browse/HDFS-12240 Project: Hadoop HDFS

[jira] [Created] (HDFS-12239) Ozone: OzoneClient : Remove createContainer handling from client

2017-08-01 Thread Anu Engineer (JIRA)
Anu Engineer created HDFS-12239: --- Summary: Ozone: OzoneClient : Remove createContainer handling from client Key: HDFS-12239 URL: https://issues.apache.org/jira/browse/HDFS-12239 Project: Hadoop HDFS

[jira] [Created] (HDFS-12238) Ozone: Add valid trace ID check in sendCommandAsync

2017-08-01 Thread Anu Engineer (JIRA)
Anu Engineer created HDFS-12238: --- Summary: Ozone: Add valid trace ID check in sendCommandAsync Key: HDFS-12238 URL: https://issues.apache.org/jira/browse/HDFS-12238 Project: Hadoop HDFS Issue

Re: [VOTE] Release Apache Hadoop 2.7.4 (RC0)

2017-08-01 Thread Edwina Lu
+1 (non-binding). Thanks, Edwina On 7/31/17, 6:57 PM, "Konstantin Shvachko" wrote: Uploaded new binaries hadoop-2.7.4-RC0.tar.gz, which adds lib/native/. Same place: http://home.apache.org/~shv/hadoop-2.7.4-RC0/ Thanks, --Konstantin On Mon,

[jira] [Resolved] (HDFS-11459) testSetrepDecreasing UT fails due to timeout error

2017-08-01 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal resolved HDFS-11459. -- Resolution: Cannot Reproduce [~yeshavora], haven't seen this in a while and we cannot repro it

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

2017-08-01 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/ [Jul 31, 2017 8:00:10 AM] (aajisaka) HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor. [Jul 31, 2017 6:33:55 PM] (arp) HDFS-12082. BlockInvalidateLimit value is incorrectly set after

[jira] [Created] (HDFS-12237) libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf library is built from source

2017-08-01 Thread Anatoli Shein (JIRA)
Anatoli Shein created HDFS-12237: Summary: libhdfs++: PROTOC_IS_COMPATIBLE check fails if protobuf library is built from source Key: HDFS-12237 URL: https://issues.apache.org/jira/browse/HDFS-12237

When permission is disabled, why setOwner() && setPermission() still check the permission?

2017-08-01 Thread Brahma Reddy Battula
Hi All why the "dfs.permissions.enabled" flag was not considered for this setOwner() and setPermission() check..? and why extra super user required for setOwner()? is the check required even in case of permissions disabled? Any idea on this..? Thanks Brahma Reddy Battula

[jira] [Reopened] (HDFS-8298) HA: NameNode should not shut down completely without quorum, doesn't recover from temporary network outages

2017-08-01 Thread Hari Sekhon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sekhon reopened HDFS-8298: --- > HA: NameNode should not shut down completely without quorum, doesn't recover > from temporary network

RE: [VOTE] Release Apache Hadoop 2.7.4 (RC0)

2017-08-01 Thread Brahma Reddy Battula
Hi Konstantin, Thanks a lot again for your efforts. +1 (non-binding) -Built from the source on Suse-Linux with jdk_ 1.8.0_40 -Installed the HA cluster -Verified basic shell commands -Ran sample jobs -Did the regression on IBR Feature, Balancer/mover,fsck Downloaded the latest tarball, it

[jira] [Resolved] (HDFS-12236) FsckServlet can not create SaslRpcClient with auth KERBEROS_SSL

2017-08-01 Thread Lantao Jin (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lantao Jin resolved HDFS-12236. --- Resolution: Duplicate Open a {{Hadoop}} issue

[jira] [Created] (HDFS-12236) FsckServlet can not create SaslRpcClient with auth KERBEROS_SSL

2017-08-01 Thread Lantao Jin (JIRA)
Lantao Jin created HDFS-12236: - Summary: FsckServlet can not create SaslRpcClient with auth KERBEROS_SSL Key: HDFS-12236 URL: https://issues.apache.org/jira/browse/HDFS-12236 Project: Hadoop HDFS

[jira] [Created] (HDFS-12235) Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions

2017-08-01 Thread Weiwei Yang (JIRA)
Weiwei Yang created HDFS-12235: -- Summary: Ozone: DeleteKey-3: KSM SCM block deletion message and ACK interactions Key: HDFS-12235 URL: https://issues.apache.org/jira/browse/HDFS-12235 Project: Hadoop