Closed
Description
Issue Description
We have a check in the import code that will abort the import if there is a pending DB operation. It does this check at the very start of the import process before the backend is disabled, etc. The online import code should be more robust, and perform this check after the backend/mapping tree is disabled. It should also loop until all operations are complete (backend ref count is zero).