[jira] [Updated] (CASSANDRA-14411) Use Bounds instead of Range to represent sstable first/last token when checking how to anticompact sstables

2018-05-14 Thread Jeremiah Jordan (JIRA)

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

Jeremiah Jordan updated CASSANDRA-14411:

Component/s: Repair

> Use Bounds instead of Range to represent sstable first/last token when 
> checking how to anticompact sstables
> ---
>
> Key: CASSANDRA-14411
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
> Project: Cassandra
>  Issue Type: Bug
>  Components: Repair
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Major
> Fix For: 4.0, 2.2.13, 3.0.17, 3.11.3
>
>
> There is currently a chance of missing marking a token as repaired due to the 
> fact that we use Range which are (a, b] to represent first/last token in 
> sstables instead of Bounds which are [a, b].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14411) Use Bounds instead of Range to represent sstable first/last token when checking how to anticompact sstables

2018-05-14 Thread Jeremiah Jordan (JIRA)

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

Jeremiah Jordan updated CASSANDRA-14411:

Issue Type: Bug  (was: Improvement)

> Use Bounds instead of Range to represent sstable first/last token when 
> checking how to anticompact sstables
> ---
>
> Key: CASSANDRA-14411
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
> Project: Cassandra
>  Issue Type: Bug
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Major
> Fix For: 4.0, 2.2.13, 3.0.17, 3.11.3
>
>
> There is currently a chance of missing marking a token as repaired due to the 
> fact that we use Range which are (a, b] to represent first/last token in 
> sstables instead of Bounds which are [a, b].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14411) Use Bounds instead of Range to represent sstable first/last token when checking how to anticompact sstables

2018-04-24 Thread Marcus Eriksson (JIRA)

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

Marcus Eriksson updated CASSANDRA-14411:

   Resolution: Fixed
Fix Version/s: 3.11.3
   3.0.17
   2.2.13
   4.0
   Status: Resolved  (was: Ready to Commit)

committed as {{334dca9aa825e6d353aa04fd97016ac1077ff132}}, thanks!

> Use Bounds instead of Range to represent sstable first/last token when 
> checking how to anticompact sstables
> ---
>
> Key: CASSANDRA-14411
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Major
> Fix For: 4.0, 2.2.13, 3.0.17, 3.11.3
>
>
> There is currently a chance of missing marking a token as repaired due to the 
> fact that we use Range which are (a, b] to represent first/last token in 
> sstables instead of Bounds which are [a, b].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14411) Use Bounds instead of Range to represent sstable first/last token when checking how to anticompact sstables

2018-04-23 Thread Blake Eggleston (JIRA)

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

Blake Eggleston updated CASSANDRA-14411:

Status: Ready to Commit  (was: Patch Available)

> Use Bounds instead of Range to represent sstable first/last token when 
> checking how to anticompact sstables
> ---
>
> Key: CASSANDRA-14411
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Major
>
> There is currently a chance of missing marking a token as repaired due to the 
> fact that we use Range which are (a, b] to represent first/last token in 
> sstables instead of Bounds which are [a, b].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CASSANDRA-14411) Use Bounds instead of Range to represent sstable first/last token when checking how to anticompact sstables

2018-04-23 Thread Marcus Eriksson (JIRA)

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

Marcus Eriksson updated CASSANDRA-14411:

Reviewer: Blake Eggleston
  Status: Patch Available  (was: Open)

https://github.com/krummas/cassandra/commits/marcuse/14411

tests:
https://circleci.com/gh/krummas/cassandra/tree/marcuse%2F14411

> Use Bounds instead of Range to represent sstable first/last token when 
> checking how to anticompact sstables
> ---
>
> Key: CASSANDRA-14411
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
> Project: Cassandra
>  Issue Type: Improvement
>Reporter: Marcus Eriksson
>Assignee: Marcus Eriksson
>Priority: Major
>
> There is currently a chance of missing marking a token as repaired due to the 
> fact that we use Range which are (a, b] to represent first/last token in 
> sstables instead of Bounds which are [a, b].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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