You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
Found that the IDBDataFile path in BRM journal writing code needs to seek to the end of the file before writing. If save_brm is run (as it is during init), it truncates the journal file, but the workernode retained its original offset, resulting in the front of the file being 0-filled on the next journal write. Load_brm can't load that.