Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to 3.0.x: Succeed TriggerControllerFuture.cancel when inner future is done #92

Open
wants to merge 1 commit into
base: 3.0.x
Choose a base branch
from

Conversation

emmartins
Copy link

@emmartins emmartins commented Oct 4, 2024

This is a backport of

The inner future (currentFuture) is used for repeating execution and its state is set to NORMAL/[Completed normally] after each cycle. The TriggerControllerFuture.cancel should return true even if this inner future is done.

… done

    
The inner future (currentFuture) is used for repeating execution and its
state is set to NORMAL/[Completed normally] after each cycle. The
TriggerControllerFuture.cancel should return true even if this inner
future is done.
@pzygielo pzygielo added this to the 3.0.1 milestone Oct 4, 2024
@OndroMih OndroMih assigned aubi and unassigned aubi Oct 8, 2024
@OndroMih OndroMih requested review from aubi and OndroMih October 8, 2024 11:01
@pzygielo
Copy link
Contributor

pzygielo commented Oct 8, 2024

What does it mean: FISH-6556?

@OndroMih
Copy link
Contributor

OndroMih commented Oct 8, 2024

What does it mean: FISH-6556?

I think it was some internal @aubi's task under which he contributed the original PR master, targeting 3.1.0. This is a backport of that PR to 3.0.x. I'll update the title accordingly.

@OndroMih OndroMih changed the title FISH-6556 succeed TriggerControllerFuture.cancel when inner future is… Backport to 3.0.x: Succeed TriggerControllerFuture.cancel when inner future is done Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants