[ 
https://issues.apache.org/jira/browse/CASSANDRA-18816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770364#comment-17770364
 ] 

Andres de la Peña commented on CASSANDRA-18816:
-----------------------------------------------

bq. So anyone using that script has not been running repeated tests before 
commit since jdk17 was added?

That seems to be the case, for example:

* CASSANDRA-18681: 
https://app.circleci.com/pipelines/github/jonmeredith/cassandra/946/workflows/79250adf-d083-4164-bf64-8266455b2aba
* CASSANDRA-18733: 
https://app.circleci.com/pipelines/github/jonmeredith/cassandra/906/workflows/d977f977-e8ed-404c-8bb5-92a15916319c
* CASSANDRA-18722: 
https://app.circleci.com/pipelines/github/jonmeredith/cassandra/900/workflows/7ec4d4c3-c1a5-4683-8f2c-98bbeee18de8
* CASSANDRA-18725: 
https://app.circleci.com/pipelines/github/jonmeredith/cassandra/893/workflows/0dae5a07-e555-4045-801a-677d9a8e7943

The absence of repeated runs can be easily detected by taking a quick look at 
the CI results. If the patch contains any changes on tests there should be jobs 
named with the {{_repeat}} suffix. 

Reviewers can also check the {{.circleci/config.yml}} file to see if it 
includes the relevant tests.

> Add support for repair coordinator to retry messages that timeout
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-18816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18816
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Consistency/Repair
>            Reporter: David Capwell
>            Assignee: David Capwell
>            Priority: Normal
>             Fix For: 5.0-alpha2
>
>          Time Spent: 13h 10m
>  Remaining Estimate: 0h
>
> Now that CASSANDRA-15399 is in, most of the repair messages have a state that 
> they can check against to make message delivery idempotent, allowing the 
> coordinator to retry such messages; a few of the most critical messages to 
> retry are: PREPARE_MSG, VALIDATION_REQ, VALIDATION_RSP, SYNC_REQ, and 
> SYNC_RSP.
> With this I propose making the coordinator able to retry these key messages 
> to try and make repair more resilient to ephemeral issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to