[
https://issues.apache.org/jira/browse/CASSANDRA-17620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534569#comment-17534569
]
David Capwell commented on CASSANDRA-17620:
-------------------------------------------
Starting commit
CI Results (pending):
||Branch||Source||Circle CI||Jenkins||
|cassandra-4.1|[branch|https://github.com/dcapwell/cassandra/tree/commit_remote_branch/CASSANDRA-17620-cassandra-4.1-EAE918A2-F323-4268-99BB-0A4AB11F740A]|[build|https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-17620-cassandra-4.1-EAE918A2-F323-4268-99BB-0A4AB11F740A]|[build|https://ci-cassandra.apache.org/job/Cassandra-devbranch/1699/]|
|trunk|[branch|https://github.com/dcapwell/cassandra/tree/commit_remote_branch/CASSANDRA-17620-trunk-EAE918A2-F323-4268-99BB-0A4AB11F740A]|[build|https://app.circleci.com/pipelines/github/dcapwell/cassandra?branch=commit_remote_branch%2FCASSANDRA-17620-trunk-EAE918A2-F323-4268-99BB-0A4AB11F740A]|[build|unknown]|
> Incremental repair leaks SomeRepairFailedException after switch away from
> flatMap
> ---------------------------------------------------------------------------------
>
> Key: CASSANDRA-17620
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17620
> Project: Cassandra
> Issue Type: Bug
> Components: Consistency/Repair
> Reporter: David Capwell
> Assignee: David Capwell
> Priority: Normal
> Fix For: 4.1.x
>
>
> This is an extension of CASSANDRA-17549.
> Incremental repair used to do a flatMap where it returned a failed future of
> SomeRepairFailedException; this would not trigger our failure logging to log
> it due to the fact the executor didn’t know about it and RepairRunnable knew
> to ignore that error, a change was made to use map and throw the exception,
> and later that behavior was updated to trigger uncaughtException handling
> which leaks this exception.
> To roll back to previous behavior, we should switch back to flatMap to avoid
> this logging
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]