Is connected mode used: SonarQube Community Build - 2025.3
The eclipse shutdown is not waiting for the complete backup of the xodus directory. Because of that, restoring fails (corrupted or non existing backup.tar.gz) and a complete init phase starts.
Fix:
It should be waited for completion:
backend.shutdown().join();
can you please test this with THIS custom build on your side following the documentation for offline installation?
We had this enabled before but we disabled it because it was flaky and cause the IDE to sometimes not shutdown. We want to make sure that it works as intended on our CI, when dogfooding it on our side and in your cases first.
After that we will make the decision to merge and ship it
We just released 11.4.0.8275.
All tests (both automatic and manual) have shown that the issue was resolved, please ping us again if this was not resolved in your case!