merlimat opened a new pull request, #25424:
URL: https://github.com/apache/pulsar/pull/25424

   ## Motivation
   Fix flaky test `testClear` in `BucketDelayedDeliveryTrackerTest`.
   
   The test schedules many delayed messages rapidly with the default 
`tickTimeMillis` of 1ms (from the `default` data provider case). This 
overwhelms the `HashedWheelTimer`, causing `RejectedExecutionException` during 
`timer.newTimeout()`.
   
   ## Modifications
   Added a dedicated data provider case for `testClear` with a larger 
`tickTimeMillis` (100ms) to prevent `HashedWheelTimer` overload, while keeping 
the same bucket configuration.
   
   ## Documentation
   - [x] `doc-not-needed`
   
   ## Matching PR in forked repository
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to