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

Sergey Shelukhin updated HIVE-13051:
------------------------------------
    Description: 
currentTimeMillis is not a correct way to measure intervals of time; it can 
easily be adjusted e.g. by ntpd. System.nanoTime should be used.
It's also unsafe for failure cases, and doesn't appear to update from config 
updates correctly.

  was:currentTimeMillis is not a correct way to measure intervals of time; it 
can easily be adjusted e.g. by ntpd. System.nanoTime should be used.


> Deadline class has numerous issues
> ----------------------------------
>
>                 Key: HIVE-13051
>                 URL: https://issues.apache.org/jira/browse/HIVE-13051
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>
> currentTimeMillis is not a correct way to measure intervals of time; it can 
> easily be adjusted e.g. by ntpd. System.nanoTime should be used.
> It's also unsafe for failure cases, and doesn't appear to update from config 
> updates correctly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to