[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-07-04 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-508595361 Hi @goiri, If you think this patch no problem, could you help merge it to trunk ? Thank you.

[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-07-01 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-507518477 Thank @goiri for your suggestion. I have fixed the checkstyle warnings. Could you have time to review this

[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-06-29 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-506957174 @goiri I have added Javadoc explaining the overall idea and updated patch.Could you help review this patch? If

[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-06-28 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-506613902 @goiri Thanks for your comments. I update this patch. Could you continue to review it? Thank you.

[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-06-27 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-506308752 @goiri I have updated this patch. Could you continue to help review this patch? Thank you.

[GitHub] [hadoop] leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading.

2019-06-26 Thread GitBox
leosunli commented on issue #1010: HDFS-13694. Making md5 computing being in parallel with image loading. URL: https://github.com/apache/hadoop/pull/1010#issuecomment-505828655 @goiri I have updated this patch as your comments. The exists unit test is coverage in this area.Could you have