[
https://issues.apache.org/jira/browse/FLINK-32479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-32479:
-------------------------------------
Description: There are a few tests issue a request to the dispatcher and
immediately revoke leadership. In this case there is no guarantee that the
request arrived before leadership was revoked, so it could fail if it arrives
afterwards since we reject requests if we aren't the leader anymore. (was:
There are a few tests issue a request to the dispatcher and immediately revoke
leadership. In this case there is no guarantee that the guarantee arrived
before leadership was revoked, so it could fail if it arrives afterwards since
we reject requests if we aren't the leader anymore.)
> Tests revoke leadership too early
> ---------------------------------
>
> Key: FLINK-32479
> URL: https://issues.apache.org/jira/browse/FLINK-32479
> Project: Flink
> Issue Type: Technical Debt
> Components: Runtime / Coordination, Tests
> Affects Versions: 1.18.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Fix For: 1.18.0
>
>
> There are a few tests issue a request to the dispatcher and immediately
> revoke leadership. In this case there is no guarantee that the request
> arrived before leadership was revoked, so it could fail if it arrives
> afterwards since we reject requests if we aren't the leader anymore.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)