[
https://issues.apache.org/jira/browse/CASSANDRA-21102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Capwell updated CASSANDRA-21102:
--------------------------------------
Bug Category: Parent values: Correctness(12982)Level 1 values: API /
Semantic Implementation(12988)
Complexity: Low Hanging Fruit
Component/s: Legacy/Core
Discovered By: Code Inspection
Fix Version/s: 6.x
Severity: Low
Status: Open (was: Triage Needed)
> Fix off-by-one bug in exponential backoff for repair retry config
> -----------------------------------------------------------------
>
> Key: CASSANDRA-21102
> URL: https://issues.apache.org/jira/browse/CASSANDRA-21102
> Project: Apache Cassandra
> Issue Type: Bug
> Components: Legacy/Core
> Reporter: Nivy Kani
> Assignee: Nivy Kani
> Priority: Normal
> Fix For: 6.x
>
> Attachments: ci_summary.html, result_details.tar.gz
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The upper bound for repair retry backoff is multiplied by 2^attempts, but
> attempts always starts at 1. This means we always wait (at maximum) twice as
> long for the first retry attempt.
> Rather than modify the complex regex string defining retries, we can modify
> LatencyModifier to interpret this exponent as max(0, attempts - 1).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]