Decreases lock timeout for sliding list partition strategy
What does this MR do and why?
Fixes lock timeouts on tables that use SlidingListStrategy
as partitioning strategy:
- For
SlidingListStrategy
class: -
- Decreases lock timeout when trying to acquire exclusive lock over the table;
-
- Raises an error on exhaustion;
- Adds a new class to keep a low Lock timeout timing for partition manager as well
Related to #478172 (closed)
Edited by Leonardo da Rosa