Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed report and logs - this is fixed now.

What was happening: running GraphImporter as a separate process while the ArcadeDB Server already had the same database open could corrupt it. The importer's own clean shutdown was deleting WAL files the still-running server had open, which is why you saw repeated errors in the server log, no data via SELECT while the server was up, and zeroed record counts after restart.

Fix: ArcadeDB now protects each WAL file individually, so a second process sharing the same database directory can no longer delete or interfere with files another instance still has open. Merged in #7504 (tracked in #7502).

Recommendation either way: don't ope…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@warframesam
Comment options

@lvca
Comment options

lvca Sep 17, 2026
Maintainer

Answer selected by warframesam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants