-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Server Serverless 2022-05-30, Server Serverless 2022-06-13, Server Serverless 2022-06-27
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The call to abort index builds currently happens within the critical section. It should be moved outside, before the call to _enterBlockingOrAbortedState, and it should be safe to do this without adding an additional state.