You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Chaiyong Ragkhitwetsagul (JIRA)" <ji...@apache.org> on 2018/03/11 16:49:00 UTC

[jira] [Updated] (HIVE-18929) The method humanReadableInt in HiveStringUtils.java has a race condition.

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

Chaiyong Ragkhitwetsagul updated HIVE-18929:
--------------------------------------------
    Description: 
I found that the {{humanReadableInt(long number)}} method in the hive/common/src/java/org/apache/hive/common/util/HiveStringUtils.java file contains code which has a race condition as shown in Hadoop (issue tracking ID HADOOP-9252: https://issues.apache.org/jira/browse/HADOOP-9252). The fix can also be seen in the Hadoop code base.

I couldn't find a call to the method anywhere else in the code. But it might be worth to fix.

  was:
Hi. I found that the {{humanReadableInt(long number)}} method in the hive/common/src/java/org/apache/hive/common/util/HiveStringUtils.java file contains code which has a race condition as shown in Hadoop (issue tracking ID HADOOP-9252: https://issues.apache.org/jira/browse/HADOOP-9252). The fix can also be seen in the Hadoop code base.

I couldn't find a call to the method anywhere else in the code. But it might be worth to fix.


> The method humanReadableInt in HiveStringUtils.java has a race condition.
> -------------------------------------------------------------------------
>
>                 Key: HIVE-18929
>                 URL: https://issues.apache.org/jira/browse/HIVE-18929
>             Project: Hive
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.3.2
>            Reporter: Chaiyong Ragkhitwetsagul
>            Priority: Minor
>
> I found that the {{humanReadableInt(long number)}} method in the hive/common/src/java/org/apache/hive/common/util/HiveStringUtils.java file contains code which has a race condition as shown in Hadoop (issue tracking ID HADOOP-9252: https://issues.apache.org/jira/browse/HADOOP-9252). The fix can also be seen in the Hadoop code base.
> I couldn't find a call to the method anywhere else in the code. But it might be worth to fix.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)