You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2016/02/26 12:37:18 UTC

[jira] [Updated] (KUDU-398) Snapshot scans should only refuse scans with timestamps whose value is > now+error

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

Mike Percy updated KUDU-398:
----------------------------
    Parent: KUDU-430

> Snapshot scans should only refuse scans with timestamps whose value is > now+error
> ----------------------------------------------------------------------------------
>
>                 Key: KUDU-398
>                 URL: https://issues.apache.org/jira/browse/KUDU-398
>             Project: Kudu
>          Issue Type: Sub-task
>          Components: tserver
>    Affects Versions: M4
>            Reporter: David Alves
>            Assignee: Todd Lipcon
>            Priority: Minor
>
> We currently reject a snapshot scan timestamp if it's value if beyond clock->Now(). We should only reject it if it's value is beyond clock->Now() + error, since all values < clock->Now() + error can still be generated by perfectly valid servers.
> We should wait for the timestamp to be safe in all cases.
> Marking this as best effort as this does not make kudu return wrong values, it just makes it a little less tolerant to skew than it could be.



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