[ 
https://issues.apache.org/jira/browse/HIVE-22270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Lavati updated HIVE-22270:
--------------------------------
    Description: 
Hive's currently using commons-io 2.4 and according to HIVE-21273, a number of 
issues are present in it, which can be resolved by upgrading to 2.6:

IOUtils copyLarge() and skip() methods are performance hogs
 affectsVersions:2.3;2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-355?filter=allopenissues]
 CharSequenceInputStream#reset() behaves incorrectly in case when buffer size 
is not dividable by data size
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-356?filter=allopenissues]
 [Tailer] InterruptedException while the thead is sleeping is silently ignored
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-357?filter=allopenissues]
 IOUtils.contentEquals* methods returns false if input1 == input2; should 
return true
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-362?filter=allopenissues]
 Apache Commons - standard links for documents are failing
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-369?filter=allopenissues]
 FileUtils.sizeOfDirectoryAsBigInteger can overflow
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-390?filter=allopenissues]
 Regression in FileUtils.readFileToString from 2.0.1
 affectsVersions:2.1;2.2;2.3;2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-453?filter=allopenissues]
 Correct exception message in FileUtils.getFile(File; String...)
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-479?filter=allopenissues]
 org.apache.commons.io.FileUtils#waitFor waits too long
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-481?filter=allopenissues]
 FilenameUtils should handle embedded null bytes
 affectsVersions:2.4
 [https://issues.apache.org/jira/projects/IO/issues/IO-484?filter=allopenissues]
 Exceptions are suppressed incorrectly when copying files.
 affectsVersions:2.4;2.5
 [https://issues.apache.org/jira/projects/IO/issues/IO-502?filter=allopenissues]

 

  was:
Hive's currently using commons-io 2.4 and according to HIVE-21273, a number of 
issues are present in it, which can be resolved by upgrading to 2.6:

??IOUtils copyLarge() and skip() methods are performance hogs??
?? affectsVersions:2.3;2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-355?filter=allopenissues]??
?? CharSequenceInputStream#reset() behaves incorrectly in case when buffer size 
is not dividable by data size??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-356?filter=allopenissues]??
?? [Tailer] InterruptedException while the thead is sleeping is silently 
ignored??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-357?filter=allopenissues]??
?? IOUtils.contentEquals* methods returns false if input1 == input2; should 
return true??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-362?filter=allopenissues]??
?? Apache Commons - standard links for documents are failing??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-369?filter=allopenissues]??
?? FileUtils.sizeOfDirectoryAsBigInteger can overflow??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-390?filter=allopenissues]??
?? Regression in FileUtils.readFileToString from 2.0.1??
?? affectsVersions:2.1;2.2;2.3;2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-453?filter=allopenissues]??
?? Correct exception message in FileUtils.getFile(File; String...)??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-479?filter=allopenissues]??
?? org.apache.commons.io.FileUtils#waitFor waits too long??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-481?filter=allopenissues]??
?? FilenameUtils should handle embedded null bytes??
?? affectsVersions:2.4??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-484?filter=allopenissues]??
?? Exceptions are suppressed incorrectly when copying files.??
?? affectsVersions:2.4;2.5??
?? 
[https://issues.apache.org/jira/projects/IO/issues/IO-502?filter=allopenissues]??


> Upgrade commons-io to 2.6
> -------------------------
>
>                 Key: HIVE-22270
>                 URL: https://issues.apache.org/jira/browse/HIVE-22270
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Lavati
>            Assignee: David Lavati
>            Priority: Major
>
> Hive's currently using commons-io 2.4 and according to HIVE-21273, a number 
> of issues are present in it, which can be resolved by upgrading to 2.6:
> IOUtils copyLarge() and skip() methods are performance hogs
>  affectsVersions:2.3;2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-355?filter=allopenissues]
>  CharSequenceInputStream#reset() behaves incorrectly in case when buffer size 
> is not dividable by data size
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-356?filter=allopenissues]
>  [Tailer] InterruptedException while the thead is sleeping is silently ignored
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-357?filter=allopenissues]
>  IOUtils.contentEquals* methods returns false if input1 == input2; should 
> return true
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-362?filter=allopenissues]
>  Apache Commons - standard links for documents are failing
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-369?filter=allopenissues]
>  FileUtils.sizeOfDirectoryAsBigInteger can overflow
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-390?filter=allopenissues]
>  Regression in FileUtils.readFileToString from 2.0.1
>  affectsVersions:2.1;2.2;2.3;2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-453?filter=allopenissues]
>  Correct exception message in FileUtils.getFile(File; String...)
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-479?filter=allopenissues]
>  org.apache.commons.io.FileUtils#waitFor waits too long
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-481?filter=allopenissues]
>  FilenameUtils should handle embedded null bytes
>  affectsVersions:2.4
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-484?filter=allopenissues]
>  Exceptions are suppressed incorrectly when copying files.
>  affectsVersions:2.4;2.5
>  
> [https://issues.apache.org/jira/projects/IO/issues/IO-502?filter=allopenissues]
>  



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

Reply via email to