[
https://issues.apache.org/jira/browse/CASSANDRA-21102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050911#comment-18050911
]
David Capwell commented on CASSANDRA-21102:
-------------------------------------------
||Repo||Branch||Parent Branch||SHA||Status||
|https://github.com/dcapwell/cassandra.git|commit_remote_branch/CASSANDRA-21102-trunk-2F8D06C9-4604-4363-870F-CDDFE1F737AD|trunk|1d5021993e45748240e1a91959bdb8e5dcfdaa90|Unstable
Failed Builds:
||Build||Result||Reason||
| jvm-dtest-simulator | fail | Test
org.apache.cassandra.simulator.test.EpochStressTest::manyEpochsAndAccordConverges-_jdk11
had an |
| jvm-upgrade-dtests | fail | Test
org.apache.cassandra.distributed.upgrade.ClusterMetadataUpgradeHarryTest::simpleUpgradeTest-_jd
|
| jvm-utests-latest | fail | Test
org.apache.cassandra.index.accord.RouteIndexTest::test-cassandra.testtag_IS_UNDEFINED
had an er |
| jvm11-dtests | fail | Test
org.apache.cassandra.distributed.test.accord.AccordMoveTest::moveTest-_jdk11
failed,Test org.ap |
| jvm11-dtests-fuzz | fail | Test
org.apache.cassandra.fuzz.topology.AccordBootstrapTest::bootstrapFuzzTest-_jdk11
failed |
| jvm11-utests | fail | Test
org.apache.cassandra.index.accord.RouteIndexTest::test-cassandra.testtag_IS_UNDEFINED
had an er |
| jvm17-dtests | fail | Test
org.apache.cassandra.distributed.test.accord.MigrationFromAccordWriteRaceTest::testSplitAndRetr
|
| jvm17-dtests-fuzz | fail | Test
org.apache.cassandra.fuzz.topology.AccordBootstrapTest::bootstrapFuzzTest-_jdk17
failed |
| python-dtests | fail | Test
replace_address_test.TestReplaceAddress::replace_address_test.py::TestReplaceAddress::test_fail
|
| python-dtests-latest | fail | Test
gossip_test.TestGossip::gossip_test.py::TestGossip::test_assassinate_valid_node
had an error,Te |
| python-upgrade-dtests | fail | Test
upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_indev_4_1_x_To_indev_trunk::upgrade_tests.py::
|
| python-upgrade-dtests-large | fail | Test
upgrade_tests.upgrade_through_versions_test.TestProtoV4Upgrade_AllVersions_EndsAt_Trunk_HEAD::u
|
> 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-trunk-1d5021993e45748240e1a91959bdb8e5dcfdaa90.html,
> ci_summary.html,
> result_details-trunk-1d5021993e45748240e1a91959bdb8e5dcfdaa90.tar.gz,
> result_details.tar.gz
>
> Time Spent: 1h
> 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]