[ 
https://issues.apache.org/jira/browse/HADOOP-17887?focusedWorklogId=646453&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-646453
 ]

ASF GitHub Bot logged work on HADOOP-17887:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Sep/21 20:05
            Start Date: 03/Sep/21 20:05
    Worklog Time Spent: 10m 
      Work Description: viirya commented on a change in pull request #3377:
URL: https://github.com/apache/hadoop/pull/3377#discussion_r702136248



##########
File path: 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
##########
@@ -1051,4 +1052,45 @@ public void testCodecPoolAndGzipDecompressor() {
       }
     }
   }
+
+  @Test(timeout=20000)
+  public void testGzipCompressorWithEmptyInput() throws IOException {

Review comment:
       In current trunk, this test will cause:
   
   ```
   org.junit.runners.model.TestTimedOutException: test timed out after 20000 
milliseconds         
           at 
org.apache.hadoop.io.compress.TestCodec.testGzipCompressorWithEmptyInput(TestCodec.java:1076)
                                                                                
       
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 646453)
    Time Spent: 3h  (was: 2h 50m)

> Remove GzipOutputStream
> -----------------------
>
>                 Key: HADOOP-17887
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17887
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: L. C. Hsieh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> As we provide built-in gzip compressor, we can use it in compressor stream. 
> The wrapper GzipOutputStream can be removed now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to