Skip to content

Conversation

@arturobernalg
Copy link
Member

Fix waiter timeout race; add direct hand-off on release; enforce TTL/expiry on lease path.
Eliminate cross-route stalls during slow discard via async disposal; bound idle/expired scans.
No API/default changes; tests + JMH included.

@arturobernalg arturobernalg requested a review from ok2c November 6, 2025 16:59
return t;
};
this.timeouts = Executors.newSingleThreadScheduledExecutor(tf);
this.timeouts = java.util.concurrent.Executors.newSingleThreadScheduledExecutor(tf);
Copy link
Member

Choose a reason for hiding this comment

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

@arturobernalg Fully qualified class name, is it really needed?

…TTL on lease; bound scans.

Off-thread discard with saturation fallback; tiny RR drainer (pending≥4); disposer min(cores,8).
No public API changes. JMH: OFFLOCK 50/20 collapse gone.
@arturobernalg arturobernalg merged commit 85c806a into apache:master Nov 8, 2025
10 checks passed
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.

2 participants