Remove faulty async index definitions
What does this MR do and why?
!156090 (merged) and !156091 (merged) scheduled indexes to be created async on partitioned tables using the prepare_async_index
helper instead of prepare_partitioned_async_index
. This results of index creation failing with and blocking the rest of the queue. We should improve the process to handle such cases better, but for now we need to remove these from the queue in order to unblock it. See !156090 (comment 2127967577).
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.