Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Won't Do
-
6.1.1
-
2023-12, 2024-1
Description
Columnstore has internal metadata deltas stored in a file called BRM_saves_journal.
By default every 100K BRM changes a new BRM_saves version is saved. Starting with BRM_savesA then BRM_savesB. The current version is tracked in BRM_saves_current.
The problem occurs when the system BRM_saves_current=BRM_savesB and the system inproperly shutdown or cant complete. On startup, the system complains
Dec 6 19:44:02 ip-10-111-0-54 python3: Error reading data1/systemFiles/dbrm/BRM_savesB_journal: No such file or directoryError reading |
Dec 6 19:44:02 ip-10-111-0-54 python3: data1/systemFiles/dbrm/BRM_savesB_journal: No such file or directory |