Skip to content

Prevent calls with potential to take long sleeps

Joseph Wambua requested to merge jj_216598_add_upper_limit_to_sleeping_lock into master

What does this MR do and why?

Adding an upper bound limit to SleepingLock.obtain in order to prevent calls that sleep for long.

This MR also adds two new constants:

  • MAX_ATTEMPTS
  • DEFAULT_ATTEMPTS

Closes #216598 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Joseph Wambua

Merge request reports

Loading