Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.12.0
-
None
Description
PHOENIX-3111 introduced a scan reference counter which is checked during region preSplit and preClose. However, a steady stream of UPSERT SELECT or DELETE can keep the count above 0 indefinitely, preventing or greatly delaying a region split or close.
We should try to avoid starvation of the split / close request, and fail/reject queries where appropriate.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-3111 Possible Deadlock/delay while building index, upsert select, delete rows at server
- Closed