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

[14.0.x] ISPN-15626 Hot Rod client tries to schedule operation twice #12039

Merged
merged 1 commit into from Mar 1, 2024

Conversation

github-actions[bot]
Copy link

Backport: #11919

https://issues.redhat.com/browse/ISPN-15626

Synchronization when trying to execute the operation after it was enqueued. This takes a slow path to verify the operation is still pending in the queue and removes it before execution.

This should fix the AvoidStaleNearCacheReadsTest test. In the test, the problem appears with an active channel released to the pool. The problem could also happen with a new channel creation.

Synchronization when trying to execute the operation _after_ it was
enqueued. This takes a slow-path to verify the operation was still
pending in the queue and removes it before execution.
Copy link
Member

@wburns wburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, waiting on CI

@ryanemerson ryanemerson added this to the 14.0.26.Final milestone Mar 1, 2024
@ryanemerson ryanemerson merged commit 167a338 into 14.0.x Mar 1, 2024
1 of 2 checks passed
@ryanemerson
Copy link
Contributor

Thanks @jabolina

@github-actions github-actions bot deleted the bp-14.0.x-facf4b8 branch March 1, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants