LSM1 Bug in lsmFsReadSyncedId() Causing Log Space Reclamation Issues
Issue Overview: LSM1 Log Space Reclamation Due to Incorrect Synced ID Handling The core issue revolves around the lsmFsReadSyncedId() function in the LSM1 storage engine, which is responsible for reading the synced snapshot ID from the database metadata. The bug manifests when the function incorrectly reads the synced ID, leading to a persistent mismatch between…