-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
ALL
-
0
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
indexbg_killop_stepdown.js checks if a feature flag is enabled after starting index aborts. This is an issue because checking feature flags requires connecting to the server which might have crashed due to the index abort. We need to move the feature flag check to be before the index abort is started.