[
https://issues.apache.org/jira/browse/ZOOKEEPER-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756515#comment-13756515
]
Hudson commented on ZOOKEEPER-1713:
-----------------------------------
SUCCESS: Integrated in ZooKeeper-trunk #2043 (See
[https://builds.apache.org/job/ZooKeeper-trunk/2043/])
ZOOKEEPER-1713. wrong time calculation in zkfuse.cc (german via fpj) (fpj:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1519511)
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/contrib/zkfuse/src/zkfuse.cc
> 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
>
> Attachments: ZOOKEEPER-1713.patch
>
>
> 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