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

Marcus Eriksson updated CASSANDRA-16997:
----------------------------------------
    Test and Documentation Plan: new test + cci run
                         Status: Patch Available  (was: Open)

https://github.com/krummas/cassandra/commits/marcuse/16997
https://app.circleci.com/pipelines/github/krummas/cassandra?branch=marcuse%2F16997
 (cci seems broken, but should appear there soon)

> Handle timestamp wraparound for internode messages
> --------------------------------------------------
>
>                 Key: CASSANDRA-16997
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16997
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Messaging/Internode
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Normal
>             Fix For: 4.0.x, 4.x
>
>
> In internode messaging we send the lower 4 bytes of the timestamp and then 
> correct on receiving side if the local time has wrapped (every 50 days), but 
> we currently don't correct the time if the sending side wrapped before us. 
> This can cause us to use the wrong timestamp for the message and if the local 
> System.nanoTime is < 50 days, we get a negative creation time which causes an 
> AssertionError in MonitorableImpl



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to