[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-19 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16133999#comment-16133999 ] legend commented on HDFS-12318: --- Thanks to [~vagarychen] for review > Fix IOException condition for

[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-20 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16134628#comment-16134628 ] legend commented on HDFS-12318: --- Thanks [~jzhuge] for the advice. I will add unit test for the patch. > Fix

[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-20 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16134622#comment-16134622 ] legend commented on HDFS-12318: --- hi [~jzhuge], [~yzhangal] I think the patch is useful to fix the issue. >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Attachment: HDFS-12318.patch > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Created] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
legend created HDFS-12318: - Summary: Fix IOException condition for openInfo in DFSInputStream Key: HDFS-12318 URL: https://issues.apache.org/jira/browse/HDFS-12318 Project: Hadoop HDFS Issue Type:

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Fix Version/s: (was: 3.0.0-beta1) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Fix Version/s: (was: 3.0.0-beta1) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Fix Version/s: 3.0.0-beta1 > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Status: Patch Available (was: Open) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Description: when retriesForLastBlockLength == 0 and lastBlockBeingWrittenLength != -1, "openInfo" successfully

[jira] [Commented] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-26 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062796#comment-16062796 ] legend commented on HDFS-11949: --- Hi [~yzhangal], I updated it for days, could you review again. > Add

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-26 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: (was: HDFS-11949.patch) > Add testcase for ensuring that FsShell cann't move file to the target

[jira] [Comment Edited] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040323#comment-16040323 ] legend edited comment on HDFS-11940 at 6/7/17 7:05 AM: --- The error may be occured by

[jira] [Created] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-06 Thread legend (JIRA)
legend created HDFS-11940: - Summary: Throw an NoSuchMethodError exception when testing TestDFSPacket Key: HDFS-11940 URL: https://issues.apache.org/jira/browse/HDFS-11940 Project: Hadoop HDFS

[jira] [Commented] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040324#comment-16040324 ] legend commented on HDFS-11940: --- The error may be courred by old version of > Throw an NoSuchMethodError

[jira] [Commented] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040323#comment-16040323 ] legend commented on HDFS-11940: --- The error may be courred by old version of > Throw an NoSuchMethodError

[jira] [Issue Comment Deleted] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11940: -- Comment: was deleted (was: The error may be courred by old version of ) > Throw an NoSuchMethodError exception

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Target Version/s: 3.0.0-alpha4 > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Priority: Minor (was: Major) > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Affects Version/s: (was: 3.0.0-alpha3) 3.0.0-alpha4 Status: Patch

[jira] [Resolved] (HDFS-11940) Throw an NoSuchMethodError exception when testing TestDFSPacket

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend resolved HDFS-11940. --- Resolution: Auto Closed > Throw an NoSuchMethodError exception when testing TestDFSPacket >

[jira] [Created] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-07 Thread legend (JIRA)
legend created HDFS-11949: - Summary: Add testcase for ensuring that FsShell cann't move file to the target directory that file exists Key: HDFS-11949 URL: https://issues.apache.org/jira/browse/HDFS-11949

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: HDFS-11949.patch > Add testcase for ensuring that FsShell cann't move file to the target >

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-07 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Status: Patch Available (was: Open) > Add testcase for ensuring that FsShell cann't move file to the target >

[jira] [Created] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-06 Thread legend (JIRA)
legend created HDFS-11934: - Summary: Add assertion to TestDefaultNameNodePort#testGetAddressFromConf Key: HDFS-11934 URL: https://issues.apache.org/jira/browse/HDFS-11934 Project: Hadoop HDFS Issue

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Fix Version/s: (was: 3.0.0-alpha3) > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Attachment: HDFS-11934.patch > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Attachment: HDFS-11934.patch > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Updated] (HDFS-11934) Add assertion to TestDefaultNameNodePort#testGetAddressFromConf

2017-06-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11934: -- Attachment: (was: HDFS-11934.patch) > Add assertion to TestDefaultNameNodePort#testGetAddressFromConf >

[jira] [Commented] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-14 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16049952#comment-16049952 ] legend commented on HDFS-11949: --- Thank [~yzhangal] for review. It's success when executing "mvn clean test

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-17 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: HDFS-11949.002.patch Sorry, My IDE has some problems, some checkstyle can't be report.

[jira] [Comment Edited] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-16 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16052671#comment-16052671 ] legend edited comment on HDFS-11949 at 6/17/17 3:52 AM: OK [~yzhangal].I update

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-16 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: HDFS-11949.001.patch OK [~yzhangal]. I update the patch which to fix javac and checkstyle for

[jira] [Commented] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-13 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16048578#comment-16048578 ] legend commented on HDFS-11949: --- Hi [~yzhangal]: Could you help review , the testcase is helpful to

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: HDFS-11949.003.patch > Add testcase for ensuring that FsShell cann't move file to the target >

[jira] [Updated] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-18 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-11949: -- Attachment: HDFS-11949.004.patch > Add testcase for ensuring that FsShell cann't move file to the target >

[jira] [Commented] (HDFS-11949) Add testcase for ensuring that FsShell cann't move file to the target directory that file exists

2017-06-19 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053779#comment-16053779 ] legend commented on HDFS-11949: --- [~yzhangal], the javac and checkstyle fixed by HDFS-11949.004.patch. I try

[jira] [Created] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
legend created HDFS-12623: - Summary: Add UT for the Test Command Key: HDFS-12623 URL: https://issues.apache.org/jira/browse/HDFS-12623 Project: Hadoop HDFS Issue Type: Test Affects Versions:

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Status: Patch Available (was: Open) > Add UT for the Test Command > --- > >

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Attachment: HDFS-12623.patch > Add UT for the Test Command > --- > >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Status: Patch Available (was: Open) > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Status: Open (was: Patch Available) > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Commented] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154889#comment-16154889 ] legend commented on HDFS-12393: --- Thanks [~shahrs87] for the review. I couldn't agree with you more. The

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Attachment: HDFS-12393.002.patch > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Attachment: HDFS-12393.001.patch > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: * headerLen=length(HEADER) * payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA) bq.

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: {{* headerLen=length(HEADER) * payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA)}}

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: * headerLen=length(HEADER) * payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA) bq.

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: * headerLen=length(HEADER) * payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA)

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: {{headerLen=length(HEADER) payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA)}}

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Flags: Patch > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Created] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
legend created HDFS-12393: - Summary: Fix incorrect package length for doRead in PacketReceiver Key: HDFS-12393 URL: https://issues.apache.org/jira/browse/HDFS-12393 Project: Hadoop HDFS Issue Type:

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Status: Patch Available (was: Open) > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Flags: (was: Patch) > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Labels: patch (was: ) > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Component/s: hdfs-client > Fix incorrect package length for doRead in PacketReceiver >

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: {{headerLen=length(HEADER)}} {{payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA)}} So

[jira] [Updated] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-04 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12393: -- Description: {{headerLen=length(HEADER)}} {{payloadLen=length(PLEN) + length(CHECKSUMS) + length(DATA)}}

[jira] [Comment Edited] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-06 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154889#comment-16154889 ] legend edited comment on HDFS-12393 at 9/6/17 8:57 AM: --- Thanks [~shahrs87] for the

[jira] [Commented] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153164#comment-16153164 ] legend commented on HDFS-12393: --- Hi [~drankye], can you have a look at the patch? > Fix incorrect package

[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-21 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16136143#comment-16136143 ] legend commented on HDFS-12318: --- Thanks [~jzhuge] for review and update. The failed tests seemed to be

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-21 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Attachment: HDFS-12318.001.patch > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-21 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Status: Patch Available (was: Open) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-21 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Status: Open (was: Patch Available) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-23 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Status: Open (was: Patch Available) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-23 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Status: Patch Available (was: Open) > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Updated] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-23 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12318: -- Attachment: HDFS-12318.003.patch > Fix IOException condition for openInfo in DFSInputStream >

[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-24 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16139691#comment-16139691 ] legend commented on HDFS-12318: --- hi [~jzhuge] Update patch address your comments, and add a

[jira] [Commented] (HDFS-12318) Fix IOException condition for openInfo in DFSInputStream

2017-08-24 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16139809#comment-16139809 ] legend commented on HDFS-12318: --- Thanks [~jzhuge] for review > Fix IOException condition for openInfo in

[jira] [Commented] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153549#comment-16153549 ] legend commented on HDFS-12393: --- Thanks [~drankye] for review. That's right, the allocated packet buffer

[jira] [Comment Edited] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153549#comment-16153549 ] legend edited comment on HDFS-12393 at 9/5/17 12:20 PM: Thanks [~drankye] for

[jira] [Comment Edited] (HDFS-12393) Fix incorrect package length for doRead in PacketReceiver

2017-09-05 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153549#comment-16153549 ] legend edited comment on HDFS-12393 at 9/5/17 12:26 PM: Thanks [~drankye] for

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Attachment: HDFS-12623.001.patch > Add UT for the Test Command > --- > >

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Status: Patch Available (was: Open) > Add UT for the Test Command > --- > >

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-10-10 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Status: Open (was: Patch Available) > Add UT for the Test Command > --- > >

[jira] [Updated] (HDFS-12623) Add UT for the Test Command

2017-11-16 Thread legend (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] legend updated HDFS-12623: -- Resolution: Auto Closed Status: Resolved (was: Patch Available) > Add UT for the Test Command >