orientdb icon indicating copy to clipboard operation
orientdb copied to clipboard

Guard database create to avoid partially initialised storage being created

Open timw opened this issue 2 years ago • 1 comments

What does this PR do?

If the plugin isn't online, initialisation of newly created database will fail, resulting in a partially initialised database that will break when used (usually because the schema hasn't been loaded).

Related issues

Separated out from #9854

timw avatar Mar 27 '23 09:03 timw

This depends on #9956 - will rebase once that's merged - and part of 3b88eca (which factors out isDistributedEnabled and reimplements the check for whether the server is in distributed mode). @tglman - are you happy for me to drag in 3b88eca on this PR?

timw avatar Mar 28 '23 04:03 timw