Re: [DISCUSS] JIRA Public Signup Disabled

2022-11-24 Thread Mingliang Liu
Thanks Ayush for taking care of this. I think option 1 sounds good. > On Nov 22, 2022, at 2:51 PM, Ayush Saxena wrote: > > Hi Folks, > Just driving the attention towards the recent change from Infra, which > disables new people from creating a Jira account, in order to prevent spams > around JIR

Re: [ANNOUNCE] New Hadoop Committer - Simbarashe Dzinamarira

2023-10-03 Thread Mingliang Liu
Congratulations! On Tue, Oct 3, 2023 at 8:55 AM Ayush Saxena wrote: > Congratulations!!! > > -Ayush > > > On 03-Oct-2023, at 5:42 AM, Erik Krogen wrote: > > > > Congratulations Simba! Thanks for the great work you've done on making > HDFS > > more scalable! > > > >> On Mon, Oct 2, 2023 at 4:31

Re: [Hadoop-3.3 Release update]- branch-3.3 has created

2020-04-24 Thread Mingliang Liu
Brahma, What about https://issues.apache.org/jira/browse/HADOOP-17007? Thanks, On Fri, Apr 24, 2020 at 11:07 AM Brahma Reddy Battula wrote: > Ok. Done. Branch created. > > Following blockers are pending, will closely track this. > > https://issues.apache.org/jira/browse/HDFS-15287 ( Open: Unde

Re: [DISCUSS] making Ozone a separate Apache project

2020-05-18 Thread Mingliang Liu
+1 On Mon, May 18, 2020 at 12:37 AM Elek, Marton wrote: > > > > One question, for the committers who contributed to Ozone before and got > > the committer-role in the past (like me), will they carry the > > committer-role to the new repo? > > > In short: yes. > > > In more details: > > This disc

Re: [DISCUSS] fate of branch-2.9

2020-08-27 Thread Mingliang Liu
+1 for putting 2.9 lines to EOL. Let's focus on 2.10 releases for Hadoop 2. Also is there any plan for 2.10.1? It has been 11 months since 2.10 first release. Thanks, On Wed, Aug 26, 2020 at 10:57 PM Wei-Chiu Chuang wrote: > Bump up this thread after 6 months. > > Is anyone still interested in

Re: [DISCUSS] fate of branch-2.9

2020-08-27 Thread Mingliang Liu
> are there any Hadoop branch-2 releases planned, ever? If so I'll need to backport my s3a directory compatibility patch to whatever is still live. The branch-2 is gone. I think you mean branch-2.10, Steve. Many HBase users are still using Hadoop 2, so I hope Hadoop 2.10.x should still be release

Re: [VOTE] End of Life Hadoop 2.9

2020-08-31 Thread Mingliang Liu
+1 (binding) p.s. We should still maintain 2.10 for Hadoop 2 users and encourage them to upgrade to Hadoop 3. On Mon, Aug 31, 2020 at 12:10 PM Wei-Chiu Chuang wrote: > Dear fellow Hadoop developers, > > Given the overwhelming feedback from the discussion thread > https://s.apache.org/hadoop2.9e

Re: [DISCUSS] Hadoop 2.10.1 release

2020-08-31 Thread Mingliang Liu
I can see how I can help, but I can not take the RM role this time. Thanks, On Mon, Aug 31, 2020 at 12:15 PM Wei-Chiu Chuang wrote: > Hello, > > I see that Masatake graciously agreed to volunteer with the Hadoop 2.10.1 > release work in the 2.9 branch EOL discussion thread > https://s.apache.or

How to manually trigger a PreCommit build for a github PR?

2020-09-08 Thread Mingliang Liu
Hi, To trigger a PreCommit build without code change, I can make the JIRA status "Patch Available" and provide the JIRA number to "Build With Parameters" link . Not sure how to do that for a PR without a real c

Re: How to manually trigger a PreCommit build for a github PR?

2020-09-08 Thread Mingliang Liu
. > > git commit --allow-empty -m 'trigger new CI check' && git push > > > Thanks, > Dinesh > > > > On Tue, Sep 8, 2020 at 5:39 PM Mingliang Liu wrote: > >> Hi, >> >> To trigger a PreCommit build without code change, I can make t

Re: How to manually trigger a PreCommit build for a github PR?

2020-09-09 Thread Mingliang Liu
can see an option 'replay' on the left, Clicking on it will rerun the > build. > > Secondly, If the last build isn't available, then I think creating an empty > commit is the only way as Dinesh also suggested. > > -Ayush > > On Wed, 9 Sep 2020 at 03:43, Minglia

Re: Unstable Unit Tests in Trunk

2020-09-09 Thread Mingliang Liu
Thanks Eric. I also see some intermittent test failures in recent builds. Maybe we can mark those failing tests as @Flaky, and/or add the RetryRule() to them. Thoughts? On Tue, Sep 1, 2020 at 10:48 AM Eric Badger wrote: > While putting up patches for HADOOP-17169 >

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

2020-09-21 Thread Mingliang Liu
+1 (binding) 1. Download binary and check signature / checksum successfully 2. Create a 3 node cluster in Docker containers and start the HDFS/YARN services 3. Verify the running version 4. Run simple HDFS/YARN client/admin commands and verify the output 5. Run example programs wordcount and grep

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

2020-09-29 Thread Mingliang Liu
+1 On Tue, Sep 29, 2020 at 3:44 PM Wangda Tan wrote: > +1, > > Thanks, > Wangda Tan > > On Tue, Sep 29, 2020 at 10:10 AM Aravindan Vijayan > wrote: > > > +1, thank you Marton. > > > > On Tue, Sep 29, 2020 at 9:17 AM Bharat Viswanadham > > wrote: > > > > > +1 > > > Thank You @Elek, Marton for

[ANNOUNCE] Mukund Thakur is a new Apache Hadoop Committer

2021-02-02 Thread Mingliang Liu
is a great addition to the Hadoop project. His reviews are comprehensive with high standards to "approve a pull request". The granting of committership to him will enable better productivity. Please join me in congratulating him. Welcome aboard, Mukund! Mingliang Liu (on behalf of th

Re: hadoop-hdfs-client splitoff is going to break code

2015-10-14 Thread Mingliang Liu
The jira tracking this issue is: https://issues.apache.org/jira/browse/HDFS-9241 +1 on option 2 I think it makes sense to make hadoop-client directly depend on hadoop-hdfs (which itself depends on hadoop-hdfs-client). Ciao, Mingliang Liu Member of Technical Staff - HDFS, Hortonworks Inc. m

Re: [VOTE] Release Apache Hadoop 2.6.2

2015-10-26 Thread Mingliang Liu
wordcount/grep using etc/conf/*.xml files (Linux): CHECK Best, Mingliang Liu Member of Technical Staff - HDFS, Hortonworks Inc. m...@hortonworks.com > On Oct 22, 2015, at 2:14 PM, Sangjin Lee wrote: > > Hi all, > > I have created a release candidate (RC0) for Hadoop 2.6.2.

Re: [VOTE] Release Apache Hadoop 2.6.3 RC0

2015-12-16 Thread Mingliang Liu
+1 (non-binding) 1. Download the pre-built tar and check the validity 2. Configure and start a pseudo-distributed cluster 3. Run example grep MapReduce job locally 4. Operate the HDFS copying files from/to local directory 5. Check execution logs All good. Thanks. L > On Dec 11, 2015, at 4:16 PM

Re: [VOTE] Release Apache Hadoop 2.7.2 RC1

2015-12-22 Thread Mingliang Liu
+1 (non-binding) 1. Download the src tar file and validate the integrity 2. Build and configure the local cluster 3. Operate the HDFS from command line interface 4. Run several example MR jobs 5. Check logs Thanks. L > On Dec 16, 2015, at 6:49 PM, Vinod Kumar Vavilapalli > wrote: > > Hi all,

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

2017-09-10 Thread Mingliang Liu
Thanks Junping for doing this! +1 (non-binding) - Download the hadoop-2.8.2-src.tar.gz file and checked the md5 value - Build package using maven (skipping tests) with Java 8 - Spin up a test cluster in Docker containers having 1 master node (NN/RM) and 3 slave nodes (DN/NM) - Operate the basic

Re: [DISCUSS] official docker image(s) for hadoop

2017-09-13 Thread Mingliang Liu
> It would be very helpful for testing the RC. For testing and voting, I have been using docker containers for a while, see code at: https://github.com/weiqingy/caochong > TL;DR: I propose to create official hadoop images and upload them to the > dockerhub

Re: [VOTE] Adopt HDSL as a new Hadoop subproject

2018-03-22 Thread Mingliang Liu
run the standard 7 days and requires a lazy 2/3 vote. PMC > votes are binding, but everyone is encouraged to vote. > > +1 (binding) > > .. Owen > -- Mingliang Liu

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

2018-05-12 Thread Mingliang Liu
available via repository.apache.org< > http://repository.apache.org> at: > https://repository.apache.org/content/repositories/orgapachehadoop-1118 > > Please try the release and vote; the vote will run for the usual 5 > working days, ending on 5/14/2018 PST time. > > Thanks, > > Junping > -- Mingliang Liu

Re: HADOOP-14163 proposal for new hadoop.apache.org

2018-09-04 Thread Mingliang Liu
e best for documentation and hugo is best for > >>> generating site. > >>> > >>> > >>> I would like to finish this effort/jira: I would like to start a > >>> discussion about using this proposed version and approach as a new > >>> site of Apache Hadoop. Please let me know what you think. > >>> > >>> > >>> Thanks a lot, > >>> Marton > >>> > >>> - > >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >>> > >> > >> > >> - > >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >> > > > > - > > To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org > > For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org > > - > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: common-dev-h...@hadoop.apache.org > > -- Mingliang Liu

Re: cp and mv

2016-05-20 Thread Mingliang Liu
Kun, I think you need to be ware of the difference between client and server side logic. Perhaps you’re more interested in the client side in this case. The commands are generally running in the shell, and org.apache.hadoop.fs.shell package is a good place to start. Specially, have a look at C

Re: [VOTE] Release Apache Hadoop 2.7.3 RC0

2016-07-25 Thread Mingliang Liu
Thanks Vinod. +1 (non-binding) * Downloaded and built from source (with Java 8) * Checked LICENSE and NOTICE files * Verified MD5 signatures * Installed pseudo-distributed instance (Mac OS X 10.11) * Ran through HDFS and mapreduce tests * Operate HDFS from command line * Run tools like distcp/NNT

Re: [VOTE] Release Apache Hadoop 2.8.0 (RC3)

2017-03-17 Thread Mingliang Liu
Thanks Junping for doing this. +1 (non-binding) 0. Download the src tar.gz file; checked the MD5 checksum 1. Build Hadoop from source successfully 2. Deploy a single node cluster and start the cluster successfully 3. Operate the HDFS from command line: ls, put, distcp, dfsadmin etc 4. Run hadoop

Re: Corona is here -- And Ozone works !!!!

2017-07-20 Thread Mingliang Liu
Still, it’s good news! Best, > On Jul 20, 2017, at 2:44 PM, Anu Engineer wrote: > > Sorry, it was meant for a wrong alias. My apologies. > > —Anu > > > > > > On 7/20/17, 2:40 PM, "Anu Engineer" wrote: > >> Hi All, >> >> I just deployed a test cluster with Nandakumar and we were able to

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

2017-08-02 Thread Mingliang Liu
Thanks Konstantin! +1 (non-binding) I have tried several steps including: - Download source package and check the checksums - Build from source using Java 8 - Deploy a test cluster using docker containers w/ 5 DNs and 1 NN - Run basic HDFS client/admin operations (e.g. read/write files, dfsadmin)

Re: [VOTE] Hadoop 3.2.x EOL

2023-12-05 Thread Mingliang Liu
+1 On Tue, Dec 5, 2023 at 8:09 PM Xiaoqiao He wrote: > Dear Hadoop devs, > > Given the feedback from the discussion thread [1], I'd like to start > an official thread for the community to vote on release line 3.2 EOL. > > It will include, > a. An official announcement informs no further regular

[jira] [Created] (HDFS-15296) TestBPOfferService::testMissBlocksWhenReregister is flaky

2020-04-23 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15296: Summary: TestBPOfferService::testMissBlocksWhenReregister is flaky Key: HDFS-15296 URL: https://issues.apache.org/jira/browse/HDFS-15296 Project: Hadoop HDFS

[jira] [Created] (HDFS-15297) TestNNHandlesBlockReportPerStorage::blockReport_02 fails intermittently in trunk

2020-04-23 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15297: Summary: TestNNHandlesBlockReportPerStorage::blockReport_02 fails intermittently in trunk Key: HDFS-15297 URL: https://issues.apache.org/jira/browse/HDFS-15297

[jira] [Created] (HDFS-15324) TestRefreshCallQueue::testRefresh fails intermittently

2020-05-02 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15324: Summary: TestRefreshCallQueue::testRefresh fails intermittently Key: HDFS-15324 URL: https://issues.apache.org/jira/browse/HDFS-15324 Project: Hadoop HDFS

[jira] [Created] (HDFS-15326) TestDataNodeErasureCodingMetrics::testFullBlock fails intermittently

2020-05-02 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15326: Summary: TestDataNodeErasureCodingMetrics::testFullBlock fails intermittently Key: HDFS-15326 URL: https://issues.apache.org/jira/browse/HDFS-15326 Project: Hadoop

[jira] [Resolved] (HDFS-15324) TestRefreshCallQueue::testRefresh fails intermittently

2020-05-02 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-15324. -- Resolution: Duplicate > TestRefreshCallQueue::testRefresh fails intermitten

[jira] [Created] (HDFS-15327) TestDataNodeErasureCodingMetrics.testReconstructionBytesPartialGroup3 fails intermittently

2020-05-02 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15327: Summary: TestDataNodeErasureCodingMetrics.testReconstructionBytesPartialGroup3 fails intermittently Key: HDFS-15327 URL: https://issues.apache.org/jira/browse/HDFS-15327

[jira] [Created] (HDFS-15499) Exclude aws-java-sdk-bundle from httpfs

2020-07-29 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15499: Summary: Exclude aws-java-sdk-bundle from httpfs Key: HDFS-15499 URL: https://issues.apache.org/jira/browse/HDFS-15499 Project: Hadoop HDFS Issue Type: Bug

[jira] [Reopened] (HDFS-15546) Remove duplicate initializeGenericKeys method when creating DFSZKFailoverController

2020-08-28 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu reopened HDFS-15546: -- > Remove duplicate initializeGenericKeys method when creating > DFSZKFailoverCont

[jira] [Resolved] (HDFS-15546) Remove duplicate initializeGenericKeys method when creating DFSZKFailoverController

2020-08-28 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-15546. -- Resolution: Not A Problem Thanks for good discussion [~jianghuazhu] and [~chaosun] Since this

[jira] [Created] (HDFS-15595) stSnapshotCommands.testMaxSnapshotLimit fails in trunk

2020-09-23 Thread Mingliang Liu (Jira)
Mingliang Liu created HDFS-15595: Summary: stSnapshotCommands.testMaxSnapshotLimit fails in trunk Key: HDFS-15595 URL: https://issues.apache.org/jira/browse/HDFS-15595 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-15624) Fix the SetQuotaByStorageTypeOp problem after updating hadoop

2021-02-02 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-15624. -- Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed Committed to trunk

[jira] [Resolved] (HDFS-15938) Fix java doc in FSEditLog

2021-04-01 Thread Mingliang Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-15938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-15938. -- Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Fix java doc

[jira] [Created] (HDFS-9184) Logging HDFS operation's caller context into audit logs

2015-09-30 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9184: --- Summary: Logging HDFS operation's caller context into audit logs Key: HDFS-9184 URL: https://issues.apache.org/jira/browse/HDFS-9184 Project: Hadoop

[jira] [Created] (HDFS-9217) Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module

2015-10-08 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9217: --- Summary: Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module Key: HDFS-9217 URL: https://issues.apache.org/jira/browse/HDFS-9217 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-9199) rename dfs.namenode.replication.min to dfs.replication.min

2015-10-09 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-9199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-9199. - Resolution: Not A Problem > rename dfs.namenode.replication.min to dfs.replication.

[jira] [Created] (HDFS-9245) Fix findbugs warnings in hdfs-nfs/WriteCtx

2015-10-14 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9245: --- Summary: Fix findbugs warnings in hdfs-nfs/WriteCtx Key: HDFS-9245 URL: https://issues.apache.org/jira/browse/HDFS-9245 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-9247) Add an Apache license header to DatanodeStats.java

2015-10-14 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9247: --- Summary: Add an Apache license header to DatanodeStats.java Key: HDFS-9247 URL: https://issues.apache.org/jira/browse/HDFS-9247 Project: Hadoop HDFS Issue

[jira] [Resolved] (HDFS-9247) Add an Apache license header to DatanodeStats.java

2015-10-15 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-9247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-9247. - Resolution: Fixed > Add an Apache license header to DatanodeStats.j

[jira] [Created] (HDFS-9304) Add HdfsClientConfigKeys class to TestHdfsConfigFields#configurationClasses

2015-10-25 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9304: --- Summary: Add HdfsClientConfigKeys class to TestHdfsConfigFields#configurationClasses Key: HDFS-9304 URL: https://issues.apache.org/jira/browse/HDFS-9304 Project

[jira] [Created] (HDFS-9343) Empty caller context considered invalid

2015-10-29 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9343: --- Summary: Empty caller context considered invalid Key: HDFS-9343 URL: https://issues.apache.org/jira/browse/HDFS-9343 Project: Hadoop HDFS Issue Type: Task

[jira] [Created] (HDFS-9377) Fix findbugs warnings in FSDirSnapshotOp

2015-11-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9377: --- Summary: Fix findbugs warnings in FSDirSnapshotOp Key: HDFS-9377 URL: https://issues.apache.org/jira/browse/HDFS-9377 Project: Hadoop HDFS Issue Type: Task

[jira] [Created] (HDFS-9379) Make NNThroughputBenchmark support more than 10 numThreads

2015-11-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9379: --- Summary: Make NNThroughputBenchmark support more than 10 numThreads Key: HDFS-9379 URL: https://issues.apache.org/jira/browse/HDFS-9379 Project: Hadoop HDFS

[jira] [Created] (HDFS-9387) Parse namenodeUri parameter only once in NNThroughputBenchmark$OperationStatsBase#verifyOpArgument()

2015-11-05 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9387: --- Summary: Parse namenodeUri parameter only once in NNThroughputBenchmark$OperationStatsBase#verifyOpArgument() Key: HDFS-9387 URL: https://issues.apache.org/jira/browse/HDFS-9387

[jira] [Created] (HDFS-9398) Make ByteArraryManager log message in one-line format

2015-11-06 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9398: --- Summary: Make ByteArraryManager log message in one-line format Key: HDFS-9398 URL: https://issues.apache.org/jira/browse/HDFS-9398 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-9436) Make NNThroughputBenchmark$BlockReportStats run with 10 datanodes by default

2015-11-17 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9436: --- Summary: Make NNThroughputBenchmark$BlockReportStats run with 10 datanodes by default Key: HDFS-9436 URL: https://issues.apache.org/jira/browse/HDFS-9436 Project

[jira] [Created] (HDFS-9442) Move block replication logic from BlockManager to a new class ReplicationManager

2015-11-18 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9442: --- Summary: Move block replication logic from BlockManager to a new class ReplicationManager Key: HDFS-9442 URL: https://issues.apache.org/jira/browse/HDFS-9442 Project

[jira] [Created] (HDFS-9467) Fix data race accessing writeLockHeldTimeStamp in FSNamesystem

2015-11-24 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9467: --- Summary: Fix data race accessing writeLockHeldTimeStamp in FSNamesystem Key: HDFS-9467 URL: https://issues.apache.org/jira/browse/HDFS-9467 Project: Hadoop HDFS

[jira] [Created] (HDFS-9484) NNThroughputBenchmark$BlockReportStats should not send empty block reports

2015-11-30 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9484: --- Summary: NNThroughputBenchmark$BlockReportStats should not send empty block reports Key: HDFS-9484 URL: https://issues.apache.org/jira/browse/HDFS-9484 Project: Hadoop

[jira] [Created] (HDFS-9485) Make BlockManager#removeFromExcessReplicateMap accept BlockInfo instead of Block

2015-11-30 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9485: --- Summary: Make BlockManager#removeFromExcessReplicateMap accept BlockInfo instead of Block Key: HDFS-9485 URL: https://issues.apache.org/jira/browse/HDFS-9485 Project

[jira] [Created] (HDFS-9493) Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk

2015-12-01 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9493: --- Summary: Test o.a.h.hdfs.server.namenode.TestMetaSave fails in trunk Key: HDFS-9493 URL: https://issues.apache.org/jira/browse/HDFS-9493 Project: Hadoop HDFS

[jira] [Reopened] (HDFS-9129) Move the safemode block count into BlockManager

2015-12-02 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-9129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu reopened HDFS-9129: - > Move the safemode block count into BlockMana

[jira] [Created] (HDFS-9498) Move BlockManager#numberOfBytesInFutureBlocks to BlockManagerSafeMode

2015-12-02 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9498: --- Summary: Move BlockManager#numberOfBytesInFutureBlocks to BlockManagerSafeMode Key: HDFS-9498 URL: https://issues.apache.org/jira/browse/HDFS-9498 Project: Hadoop HDFS

[jira] [Created] (HDFS-9506) Move invalidate blocks to ReplicationManager

2015-12-03 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9506: --- Summary: Move invalidate blocks to ReplicationManager Key: HDFS-9506 URL: https://issues.apache.org/jira/browse/HDFS-9506 Project: Hadoop HDFS Issue Type: Sub

[jira] [Resolved] (HDFS-9506) Move invalidate blocks to ReplicationManager

2015-12-04 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-9506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-9506. - Resolution: Duplicate As we keep updating the patch for [HDFS-9442], this issue is addressed there

[jira] [Created] (HDFS-9672) o.a.h.hdfs.TestLeaseRecovery2 fails intermittently

2016-01-20 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9672: --- Summary: o.a.h.hdfs.TestLeaseRecovery2 fails intermittently Key: HDFS-9672 URL: https://issues.apache.org/jira/browse/HDFS-9672 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-9689) Test o.a.h.hdfs.TestRenameWhileOpen fails intermittently

2016-01-22 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9689: --- Summary: Test o.a.h.hdfs.TestRenameWhileOpen fails intermittently Key: HDFS-9689 URL: https://issues.apache.org/jira/browse/HDFS-9689 Project: Hadoop HDFS

[jira] [Created] (HDFS-9691) o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently

2016-01-23 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9691: --- Summary: o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently Key: HDFS-9691 URL: https://issues.apache.org/jira/browse/HDFS-9691

[jira] [Created] (HDFS-9716) o.a.h.hdfs.TestRecoverStripedFile fails intermittently in trunk

2016-01-27 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9716: --- Summary: o.a.h.hdfs.TestRecoverStripedFile fails intermittently in trunk Key: HDFS-9716 URL: https://issues.apache.org/jira/browse/HDFS-9716 Project: Hadoop HDFS

[jira] [Created] (HDFS-9765) TestBlockScanner#testVolumeIteratorWithCaching fails intermittently

2016-02-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9765: --- Summary: TestBlockScanner#testVolumeIteratorWithCaching fails intermittently Key: HDFS-9765 URL: https://issues.apache.org/jira/browse/HDFS-9765 Project: Hadoop HDFS

[jira] [Created] (HDFS-9766) TestDataNodeMetrics#testDataNodeTimeSpend fails intermittently

2016-02-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9766: --- Summary: TestDataNodeMetrics#testDataNodeTimeSpend fails intermittently Key: HDFS-9766 URL: https://issues.apache.org/jira/browse/HDFS-9766 Project: Hadoop HDFS

[jira] [Created] (HDFS-9767) TestFileAppend# fails intermittently

2016-02-04 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9767: --- Summary: TestFileAppend# fails intermittently Key: HDFS-9767 URL: https://issues.apache.org/jira/browse/HDFS-9767 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-9846) Make DelegationTokenFetcher a Tool

2016-02-22 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9846: --- Summary: Make DelegationTokenFetcher a Tool Key: HDFS-9846 URL: https://issues.apache.org/jira/browse/HDFS-9846 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-9846) Make DelegationTokenFetcher a Tool

2016-02-24 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-9846. - Resolution: Won't Fix > Make DelegationTokenFetche

[jira] [Created] (HDFS-9867) Missing block exception should carry locatedBlocks information

2016-02-26 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9867: --- Summary: Missing block exception should carry locatedBlocks information Key: HDFS-9867 URL: https://issues.apache.org/jira/browse/HDFS-9867 Project: Hadoop HDFS

[jira] [Created] (HDFS-10201) Implement undo log in parity datanode for hflush operations

2016-03-23 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10201: Summary: Implement undo log in parity datanode for hflush operations Key: HDFS-10201 URL: https://issues.apache.org/jira/browse/HDFS-10201 Project: Hadoop HDFS

[jira] [Created] (HDFS-10281) o.a.h.hdfs.server.namenode.ha.TestPendingCorruptDnMessages fails intermittently

2016-04-12 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10281: Summary: o.a.h.hdfs.server.namenode.ha.TestPendingCorruptDnMessages fails intermittently Key: HDFS-10281 URL: https://issues.apache.org/jira/browse/HDFS-10281

[jira] [Created] (HDFS-10283) o.a.h.hdfs.server.namenode.TestFSImageWithSnapshot#testSaveLoadImageWithAppending fails intermittently

2016-04-13 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10283: Summary: o.a.h.hdfs.server.namenode.TestFSImageWithSnapshot#testSaveLoadImageWithAppending fails intermittently Key: HDFS-10283 URL: https://issues.apache.org/jira/browse/HDFS

[jira] [Created] (HDFS-10284) o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently

2016-04-13 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10284: Summary: o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently Key: HDFS-10284 URL: https://issues.apache.org/jira/browse/HDFS-10284

[jira] [Created] (HDFS-10293) StripedFileTestUtil#readAll flaky

2016-04-14 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10293: Summary: StripedFileTestUtil#readAll flaky Key: HDFS-10293 URL: https://issues.apache.org/jira/browse/HDFS-10293 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-10306) SafeModeMonitor should not leave safe mode if name system is starting active service

2016-04-18 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10306: Summary: SafeModeMonitor should not leave safe mode if name system is starting active service Key: HDFS-10306 URL: https://issues.apache.org/jira/browse/HDFS-10306

[jira] [Created] (HDFS-10335) Mover$Processor#chooseTarget() always chooses the first matching target datanode

2016-04-26 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10335: Summary: Mover$Processor#chooseTarget() always chooses the first matching target datanode Key: HDFS-10335 URL: https://issues.apache.org/jira/browse/HDFS-10335

[jira] [Created] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-09 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10383: Summary: Safely close resources in DFSTestUtil Key: HDFS-10383 URL: https://issues.apache.org/jira/browse/HDFS-10383 Project: Hadoop HDFS Issue Type: Bug

[jira] [Resolved] (HDFS-10386) DataTransferProtocol#writeBlock missing some javadocs

2016-05-10 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-10386. -- Resolution: Duplicate This is a duplicate of [HDFS-10387]. Re-open if I'm wrong. T

[jira] [Created] (HDFS-10395) GlobalStorageStatistics should check null FileSystem scheme to avoid NPE

2016-05-12 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10395: Summary: GlobalStorageStatistics should check null FileSystem scheme to avoid NPE Key: HDFS-10395 URL: https://issues.apache.org/jira/browse/HDFS-10395 Project

[jira] [Created] (HDFS-10397) Distcp should ignore -delete option if -diff option is provided instead of exiting

2016-05-12 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10397: Summary: Distcp should ignore -delete option if -diff option is provided instead of exiting Key: HDFS-10397 URL: https://issues.apache.org/jira/browse/HDFS-10397

[jira] [Created] (HDFS-8925) Move BlockReader to hdfs-client

2015-08-19 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8925: --- Summary: Move BlockReader to hdfs-client Key: HDFS-8925 URL: https://issues.apache.org/jira/browse/HDFS-8925 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-8934) Move ShortCircuitShm to hdfs-client

2015-08-20 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8934: --- Summary: Move ShortCircuitShm to hdfs-client Key: HDFS-8934 URL: https://issues.apache.org/jira/browse/HDFS-8934 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-8938) Refactor BlockManager in blockmanagement

2015-08-21 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8938: --- Summary: Refactor BlockManager in blockmanagement Key: HDFS-8938 URL: https://issues.apache.org/jira/browse/HDFS-8938 Project: Hadoop HDFS Issue Type: Task

[jira] [Created] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8948: --- Summary: Fix failing tests in TestPread and TestReplaceDatanodeOnFailure Key: HDFS-8948 URL: https://issues.apache.org/jira/browse/HDFS-8948 Project: Hadoop HDFS

[jira] [Created] (HDFS-8951) Move shortcircuit to hdfs-client

2015-08-24 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8951: --- Summary: Move shortcircuit to hdfs-client Key: HDFS-8951 URL: https://issues.apache.org/jira/browse/HDFS-8951 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-8962) Fix findbugs and checkstyle issues in DfsClientConf

2015-08-26 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8962: --- Summary: Fix findbugs and checkstyle issues in DfsClientConf Key: HDFS-8962 URL: https://issues.apache.org/jira/browse/HDFS-8962 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-8970) Clean up checkstyle issues in HDFS-8934

2015-08-26 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8970: --- Summary: Clean up checkstyle issues in HDFS-8934 Key: HDFS-8970 URL: https://issues.apache.org/jira/browse/HDFS-8970 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-8971) Remove guards when calling LOG.debug() and LOG.trace() in slf4j

2015-08-26 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8971: --- Summary: Remove guards when calling LOG.debug() and LOG.trace() in slf4j Key: HDFS-8971 URL: https://issues.apache.org/jira/browse/HDFS-8971 Project: Hadoop HDFS

[jira] [Created] (HDFS-8979) Clean up checkstyle warnings in o.a.h.hdfs.client package

2015-08-27 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8979: --- Summary: Clean up checkstyle warnings in o.a.h.hdfs.client package Key: HDFS-8979 URL: https://issues.apache.org/jira/browse/HDFS-8979 Project: Hadoop HDFS

[jira] [Created] (HDFS-8990) Move RemoteBlockReader to hdfs-client module

2015-08-28 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-8990: --- Summary: Move RemoteBlockReader to hdfs-client module Key: HDFS-8990 URL: https://issues.apache.org/jira/browse/HDFS-8990 Project: Hadoop HDFS Issue Type: Sub

[jira] [Created] (HDFS-9002) Move o.a.h.hdfs.net/*Peer to client module

2015-09-01 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9002: --- Summary: Move o.a.h.hdfs.net/*Peer to client module Key: HDFS-9002 URL: https://issues.apache.org/jira/browse/HDFS-9002 Project: Hadoop HDFS Issue Type: Sub

[jira] [Created] (HDFS-9010) Replace NameNode.DEFAULT_PORT with HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT config key

2015-09-02 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9010: --- Summary: Replace NameNode.DEFAULT_PORT with HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT config key Key: HDFS-9010 URL: https://issues.apache.org/jira/browse/HDFS-9010

[jira] [Created] (HDFS-9012) Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module

2015-09-02 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9012: --- Summary: Move o.a.h.hdfs.protocol.datatransfer.PipelineAck class to hadoop-hdfs-client module Key: HDFS-9012 URL: https://issues.apache.org/jira/browse/HDFS-9012

[jira] [Created] (HDFS-9022) Move NameNode.getAddress() and NameNode.getUri() to hadoop-hdfs-client

2015-09-03 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-9022: --- Summary: Move NameNode.getAddress() and NameNode.getUri() to hadoop-hdfs-client Key: HDFS-9022 URL: https://issues.apache.org/jira/browse/HDFS-9022 Project: Hadoop

[jira] [Resolved] (HDFS-8054) Move DFSInputStream and related classes to hadoop-hdfs-client

2015-09-03 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu resolved HDFS-8054. - Resolution: Duplicate > Move DFSInputStream and related classes to hadoop-hdfs-cli

  1   2   >