This currently does not happen because the catalog does not exist yet, so the initializer job is not added to the state tracker.
Possible approaches to fix this include:
- creating the catalog during initialization
- adding the initializer to the state immediately after catalog creation
This currently does not happen because the catalog does not exist yet, so the initializer job is not added to the state tracker.
Possible approaches to fix this include: