[ 
https://issues.apache.org/jira/browse/PROTON-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161552#comment-16161552
 ] 

ASF subversion and git services commented on PROTON-1583:
---------------------------------------------------------

Commit 72cc924e08f6061281984bdde61b953f46716795 in qpid-proton-j's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git;h=72cc924 ]

PROTON-1583: handle edge cases when driving transport#tick(now) with nanoTime 
derived values


> handle edge cases when driving transport#tick(now) with nanoTime derived 
> values
> -------------------------------------------------------------------------------
>
>                 Key: PROTON-1583
>                 URL: https://issues.apache.org/jira/browse/PROTON-1583
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-j
>    Affects Versions: proton-j-0.21.0
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: proton-j-0.22.0
>
>
> Transport#tick is driven with time values representing 'now' in milliseconds. 
> This is often done with System.currentTimeMillis(), however that varies with 
> the wall clock so there are advantages to deriving the value from 
> System.nanoTime() which does not. There are some edge cases the existing tick 
> implementation doesn't handle when doing that (such as values wrapping and a 
> possible clash of actual deadline zero with use of zero as a 
> not-initialized/no-idle-timeout indicator) which could lead to incorrect 
> behaviour and needs addressed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to