[
https://issues.apache.org/jira/browse/CASSANDRA-9811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312607#comment-15312607
]
Aleksey Yeschenko commented on CASSANDRA-9811:
----------------------------------------------
Trivial (one-line) trunk-based change set:
||branch||testall||dtest||
|[9811|https://github.com/iamaleksey/cassandra/tree/9811]|[testall|http://cassci.datastax.com/view/Dev/view/iamaleksey/job/iamaleksey-9811-testall]|[dtest|http://cassci.datastax.com/view/Dev/view/iamaleksey/job/iamaleksey-9811-dtest]|
> Tie counter shards' logical clock value to timestamps
> -----------------------------------------------------
>
> Key: CASSANDRA-9811
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9811
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Aleksey Yeschenko
> Priority: Minor
> Fix For: 3.x
>
>
> CASSANDRA-6506 will get rid of counter shards, turning them into elements of
> a map. And we'll be using the logical clock values as map element timestamps.
> To avoid unpleasant initial performance (being unable to perform certain
> sstable optimisations on the read path), we should switch the shards to use
> {{max(timestamp, clock + 1)}} now, in advance of CASSANDRA-6506 switch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)