Re: [VOTE] Moving Ozone to a separated Apache project

2020-09-25 Thread Lin, Yiqun
+1. Thanks, Yiqun On 2020/9/25, 2:08 PM, "Elek, Marton" wrote: External Email Hi all, Thank you for all the feedback and requests, As we discussed in the previous thread(s) [1], Ozone is proposed to be a separated Apache Top Level Project (TLP) The proposal with al

HDFS file creation does not support O_CREATE && O_EXCL in libhdfs

2025-04-26 Thread Lin, Yiqun
Hi hdfs-dev, Currently in libhdfs, we find that hdfs file create operation doesn’t support O_CREATE && O_EXCL. https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.c#L1148 if ((flags & O_CREAT) && (flags & O_EXCL)) { fp

[jira] [Created] (HDFS-9303) Balancer slowly with too many small file blocks

2015-10-24 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9303: --- Summary: Balancer slowly with too many small file blocks Key: HDFS-9303 URL: https://issues.apache.org/jira/browse/HDFS-9303 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-9375) Set balancer bandwidth for specific node

2015-11-04 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9375: --- Summary: Set balancer bandwidth for specific node Key: HDFS-9375 URL: https://issues.apache.org/jira/browse/HDFS-9375 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-9468) DfsAdmin command set dataXceiver count for datanode

2015-11-25 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9468: --- Summary: DfsAdmin command set dataXceiver count for datanode Key: HDFS-9468 URL: https://issues.apache.org/jira/browse/HDFS-9468 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-9510) FsVolume should add the operation of creating file's time metrics

2015-12-04 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9510: --- Summary: FsVolume should add the operation of creating file's time metrics Key: HDFS-9510 URL: https://issues.apache.org/jira/browse/HDFS-9510 Project: Hadoop

[jira] [Created] (HDFS-9624) DataNode start slowly due to the initial DU command operations

2016-01-06 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9624: --- Summary: DataNode start slowly due to the initial DU command operations Key: HDFS-9624 URL: https://issues.apache.org/jira/browse/HDFS-9624 Project: Hadoop HDFS

[jira] [Created] (HDFS-9662) Wrong checking penultimate block replicated in FSNamesystem

2016-01-19 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9662: --- Summary: Wrong checking penultimate block replicated in FSNamesystem Key: HDFS-9662 URL: https://issues.apache.org/jira/browse/HDFS-9662 Project: Hadoop HDFS Issue

答复: Regarding Hadoop Erasure Coding architecture

2018-06-14 Thread Lin,Yiqun(vip.com)
Hi Chaitanya, I suppose you can get more details that you wanted to know from EC design doc attached in JIRA HDFS-7285(https://issues.apache.org/jira/browse/HDFS-7285). Hope this makes sense to you. Thanks Yiqun -邮件原件- 发件人: Chaitanya M V S [mailto:chaitanya.mvs2...@gmail.com] 发送时间: 201

答复: HADOOP-15124 review

2018-06-26 Thread Lin,Yiqun(vip.com)
Hi Igor, It’s not appropriate to ask for a review request in dev mailing list. Dev mailing list is mainly used for discussing and answering user’s questions. You can ask for the review under specific JIRA, that will be seen by committers or others. If they have time, they will help take the rev

答复: [DISCUSS] Merge Storage Policy Satisfier (SPS) [HDFS-10285] feature branch to trunk

2018-06-27 Thread Lin,Yiqun(vip.com)
Hi Uma, Seeing the discussion under JIRA HDFS-10285, external SPS running will be a recommend way for the users, right? As you also mentioned, there are some additional works need to test and be integrated. One more question from me, that maybe also cared by other developers, what's the major d

答复: [VOTE] reset/force push to clean up inadvertent merge commit pushed to trunk

2018-07-05 Thread Lin,Yiqun(vip.com)
+1. -邮件原件- 发件人: Subru Krishnan [mailto:su...@apache.org] 发送时间: 2018年7月6日 5:59 收件人: Wei-Chiu Chuang 抄送: Rohith Sharma K S; Subramaniam Krishnan; yarn-...@hadoop.apache.org; Hdfs-dev; Hadoop Common; mapreduce-...@hadoop.apache.org 主题: Re: [VOTE] reset/force push to clean up inadvertent merg

答复: [DISCUSS] Alpha Release of Ozone

2018-08-06 Thread Lin,Yiqun(vip.com)
+1, looking forward to seeing the Ozone/HDDS, : ). -邮件原件- 发件人: Anu Engineer [mailto:aengin...@hortonworks.com] 发送时间: 2018年8月7日 6:51 收件人: Elek, Marton; common-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org; yarn-...@hadoop.apache.org; hdfs-dev@hadoop.apache.org 主题: Re: [DISCUSS] A

NN run progressively slower

2018-09-25 Thread Lin,Yiqun(vip.com)
Hi hdfs developers: We meet a bad problem after rolling upgrade our hadoop version from 2.5.0-cdh5.3.2 to 2.6.0-cdh5.13.1. The problem is that we find NN running slow periodically (around a week). Concretely to say, For example, we startup NN on Monday, it will run fast. But time coming to Week

答复: NN run progressively slower

2018-09-25 Thread Lin,Yiqun(vip.com)
9月26日 1:11 收件人: 林意群[运营中心] 抄送: Hdfs-dev 主题: Re: NN run progressively slower Are you using CMS? How big is young gen? How often does the NN do young gen collection when it is slow? On Tue, Sep 25, 2018 at 4:04 AM Lin,Yiqun(vip.com<http://vip.com>) mailto:yiqun01@vipshop.com>> wr

答复: NN run progressively slower

2018-09-25 Thread Lin,Yiqun(vip.com)
o take a heap dump and analyze what's in there? There were quite some NN scalability and GC improvements between CDH5.5 ~ CDH5.8 time frame. We have customers at/beyond your scale in your version but I don't think I've heard similar symptoms. Regards On Tue, Sep 25, 2018 at 2:

答复: NN run progressively slower

2018-09-29 Thread Lin,Yiqun(vip.com)
og for Excessive Spew ( there are some jira's which are fixed later to 2.6.0) like decommission nodes,... v) Any recursive calls are very frequently? -Original Message- From: Lin,Yiqun(vip.com) [mailto:yiqun01@vipshop.com] Sent: Wednesday, September 26, 2018 10:26 AM To: Wei-Chiu Chuang

答复: [ANNOUNCE] Apache Hadoop Ozone 0.2.1-alpha release

2018-10-04 Thread Lin,Yiqun(vip.com)
It's great to see this release. But I caught a broken url when read more information from the page you gave https://hadoop.apache.org/ozone. The steps: 1).Click download page: https://hadoop.apache.org/ozone/downloads/ 2).Click Announcement button 3).Click Documentation button, will redirect to a

[jira] [Created] (HDFS-9673) Incomplete annotation in FSNamesystem#checkFileProgress

2016-01-20 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9673: --- Summary: Incomplete annotation in FSNamesystem#checkFileProgress Key: HDFS-9673 URL: https://issues.apache.org/jira/browse/HDFS-9673 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-9685) StopDecommission for datanode should remove the underReplicatedBlocks

2016-01-22 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9685: --- Summary: StopDecommission for datanode should remove the underReplicatedBlocks Key: HDFS-9685 URL: https://issues.apache.org/jira/browse/HDFS-9685 Project: Hadoop HDFS

[jira] [Created] (HDFS-9727) Improve the exception's log output in DataXceiver

2016-01-31 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9727: --- Summary: Improve the exception's log output in DataXceiver Key: HDFS-9727 URL: https://issues.apache.org/jira/browse/HDFS-9727 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-9747) Reuse objectMapper instance in MapReduce

2016-02-02 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9747: --- Summary: Reuse objectMapper instance in MapReduce Key: HDFS-9747 URL: https://issues.apache.org/jira/browse/HDFS-9747 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-9756) Hard-Code value in DataTransferThrottler

2016-02-04 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9756: --- Summary: Hard-Code value in DataTransferThrottler Key: HDFS-9756 URL: https://issues.apache.org/jira/browse/HDFS-9756 Project: Hadoop HDFS Issue Type: Bug Affects

[jira] [Created] (HDFS-9768) Reuse objectMapper instance in HDFS to improve the performance

2016-02-04 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9768: --- Summary: Reuse objectMapper instance in HDFS to improve the performance Key: HDFS-9768 URL: https://issues.apache.org/jira/browse/HDFS-9768 Project: Hadoop HDFS

[jira] [Created] (HDFS-9772) TestBlockReplacement#testThrottler use falut variable to calculate bandwidth

2016-02-05 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9772: --- Summary: TestBlockReplacement#testThrottler use falut variable to calculate bandwidth Key: HDFS-9772 URL: https://issues.apache.org/jira/browse/HDFS-9772 Project: Hadoop HDFS

[jira] [Created] (HDFS-9812) Streamer threads leak if failure happens when closing the dfsoutputstream

2016-02-14 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9812: --- Summary: Streamer threads leak if failure happens when closing the dfsoutputstream Key: HDFS-9812 URL: https://issues.apache.org/jira/browse/HDFS-9812 Project: Hadoop HDFS

[jira] [Created] (HDFS-9819) FsVolume should tolerate few times check-dir failed due to deletion by mistake

2016-02-16 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9819: --- Summary: FsVolume should tolerate few times check-dir failed due to deletion by mistake Key: HDFS-9819 URL: https://issues.apache.org/jira/browse/HDFS-9819 Project: Hadoop

[jira] [Created] (HDFS-9832) Erasure Coding: Improve exception handling in ErasureCodingWorker#ReconstructAndTransferBlock

2016-02-18 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9832: --- Summary: Erasure Coding: Improve exception handling in ErasureCodingWorker#ReconstructAndTransferBlock Key: HDFS-9832 URL: https://issues.apache.org/jira/browse/HDFS-9832

[jira] [Created] (HDFS-9842) dfs.datanode.balance.bandwidthPerSec should accept friendly size units

2016-02-22 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9842: --- Summary: dfs.datanode.balance.bandwidthPerSec should accept friendly size units Key: HDFS-9842 URL: https://issues.apache.org/jira/browse/HDFS-9842 Project: Hadoop HDFS

[jira] [Created] (HDFS-9847) HDFS configuration without time unit name should accept friendly time units

2016-02-22 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9847: --- Summary: HDFS configuration without time unit name should accept friendly time units Key: HDFS-9847 URL: https://issues.apache.org/jira/browse/HDFS-9847 Project: Hadoop HDFS

[jira] [Created] (HDFS-9863) DataNode doesn't log any shutdown info when the process of DataNode exiting

2016-02-25 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9863: --- Summary: DataNode doesn't log any shutdown info when the process of DataNode exiting Key: HDFS-9863 URL: https://issues.apache.org/jira/browse/HDFS-9863 Project: Hadoop

[jira] [Created] (HDFS-9865) TestBlockReplacement fails intermittently in trunk

2016-02-26 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9865: --- Summary: TestBlockReplacement fails intermittently in trunk Key: HDFS-9865 URL: https://issues.apache.org/jira/browse/HDFS-9865 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-9872) HDFS bytes-default configurations should accept multiply size units

2016-02-29 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9872: --- Summary: HDFS bytes-default configurations should accept multiply size units Key: HDFS-9872 URL: https://issues.apache.org/jira/browse/HDFS-9872 Project: Hadoop HDFS

[jira] [Created] (HDFS-9883) Replace the hard-code value to variable

2016-03-01 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9883: --- Summary: Replace the hard-code value to variable Key: HDFS-9883 URL: https://issues.apache.org/jira/browse/HDFS-9883 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-9919) TestStandbyCheckpoints#testNonPrimarySBNUploadFSImage waitForCheckpoint incorrectly

2016-03-08 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9919: --- Summary: TestStandbyCheckpoints#testNonPrimarySBNUploadFSImage waitForCheckpoint incorrectly Key: HDFS-9919 URL: https://issues.apache.org/jira/browse/HDFS-9919 Project

[jira] [Created] (HDFS-9935) Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from HdfsServerConstants

2016-03-09 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9935: --- Summary: Remove LEASE_{SOFTLIMIT,HARDLIMIT}_PERIOD constants from HdfsServerConstants Key: HDFS-9935 URL: https://issues.apache.org/jira/browse/HDFS-9935 Project: Hadoop HDFS

[jira] [Created] (HDFS-9936) Remove unused import in HdfsServerConstants

2016-03-09 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9936: --- Summary: Remove unused import in HdfsServerConstants Key: HDFS-9936 URL: https://issues.apache.org/jira/browse/HDFS-9936 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-9950) TestDecommissioningStatus fails intermittently in trunk

2016-03-12 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9950: --- Summary: TestDecommissioningStatus fails intermittently in trunk Key: HDFS-9950 URL: https://issues.apache.org/jira/browse/HDFS-9950 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-9951) Improve the Node key definition in OfflineImageReconstructor

2016-03-14 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-9951: --- Summary: Improve the Node key definition in OfflineImageReconstructor Key: HDFS-9951 URL: https://issues.apache.org/jira/browse/HDFS-9951 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-10181) TestHFlush frequently fails due to theadInterrupt

2016-03-19 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10181: Summary: TestHFlush frequently fails due to theadInterrupt Key: HDFS-10181 URL: https://issues.apache.org/jira/browse/HDFS-10181 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-10185) TestHFlushInterrupted verifies interrupt state incorrectly

2016-03-20 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10185: Summary: TestHFlushInterrupted verifies interrupt state incorrectly Key: HDFS-10185 URL: https://issues.apache.org/jira/browse/HDFS-10185 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-10197) TestFsDatasetCache failing intermittently due to timeout

2016-03-22 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10197: Summary: TestFsDatasetCache failing intermittently due to timeout Key: HDFS-10197 URL: https://issues.apache.org/jira/browse/HDFS-10197 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-10204) Use HadoopIllegalArgumentException replace IllegalArgumentException in hadoop-hdfs

2016-03-23 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10204: Summary: Use HadoopIllegalArgumentException replace IllegalArgumentException in hadoop-hdfs Key: HDFS-10204 URL: https://issues.apache.org/jira/browse/HDFS-10204 Project

[jira] [Created] (HDFS-10227) BlockManager should decrease blocksScheduled count for timeout replication

2016-03-28 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10227: Summary: BlockManager should decrease blocksScheduled count for timeout replication Key: HDFS-10227 URL: https://issues.apache.org/jira/browse/HDFS-10227 Project: Hadoop

[jira] [Created] (HDFS-10269) Invalid value configured for dfs.datanode.failed.volumes.tolerated cause the datanode exit

2016-04-06 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10269: Summary: Invalid value configured for dfs.datanode.failed.volumes.tolerated cause the datanode exit Key: HDFS-10269 URL: https://issues.apache.org/jira/browse/HDFS-10269

[jira] [Created] (HDFS-10275) TestDataNodeMetrics failing intermittently due to TotalWriteTime counted incorrectly

2016-04-10 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10275: Summary: TestDataNodeMetrics failing intermittently due to TotalWriteTime counted incorrectly Key: HDFS-10275 URL: https://issues.apache.org/jira/browse/HDFS-10275 Project

[jira] [Created] (HDFS-10279) Improve the validation for tolerated volumes

2016-04-11 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10279: Summary: Improve the validation for tolerated volumes Key: HDFS-10279 URL: https://issues.apache.org/jira/browse/HDFS-10279 Project: Hadoop HDFS Issue Type

[jira] [Created] (HDFS-10302) BlockPlacementPolicyDefault should use default replication considerload value

2016-04-17 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10302: Summary: BlockPlacementPolicyDefault should use default replication considerload value Key: HDFS-10302 URL: https://issues.apache.org/jira/browse/HDFS-10302 Project: Hadoop

[jira] [Created] (HDFS-10336) TestBalancer failing intermittently because of not reseting UserGroupInformation completely

2016-04-26 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10336: Summary: TestBalancer failing intermittently because of not reseting UserGroupInformation completely Key: HDFS-10336 URL: https://issues.apache.org/jira/browse/HDFS-10336

[jira] [Created] (HDFS-10358) Refactor EncryptionZone and EncryptionZoneInt

2016-05-02 Thread Lin Yiqun (JIRA)
Lin Yiqun created HDFS-10358: Summary: Refactor EncryptionZone and EncryptionZoneInt Key: HDFS-10358 URL: https://issues.apache.org/jira/browse/HDFS-10358 Project: Hadoop HDFS Issue Type: Sub

HDFS/HDDS unit tests running failed in Jenkins precommit building

2018-11-08 Thread Lin,Yiqun(vip.com)
Hi developers, Recently, I found following error frequently appeared in HDFS/HDDS Jenkins building. The link: https://builds.apache.org/job/PreCommit-HDDS-Build/1632/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt [ERROR] ExecutionException The forked VM terminated without properly sayin