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

Flavio Junqueira updated ZOOKEEPER-1713:
----------------------------------------

    Assignee: Germán Blanco
    
> wrong time calculation in zkfuse.cc
> -----------------------------------
>
>                 Key: ZOOKEEPER-1713
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1713
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.5
>         Environment: Linux
>            Reporter: Germán Blanco
>            Assignee: Germán Blanco
>            Priority: Trivial
>             Fix For: 3.5.0, 3.4.6
>
>
> A colleague of mine has spotted this error in time calculation in the code in 
> zkfuse.cc lines 81 to 85:
> inline
> uint64_t nanosecsToMillisecs(uint64_t nanosecs)
> {
>     return nanosecs * 1000000;
> }
> I am not sure how this method is used, but for sure it will make something 
> wrong happen if it is.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to