You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[filestorage] - Add directory validation for compaction on-rebound (#35114)
**Description:**
Currently, we only verify the existence of the compaction directory when
`compaction.on_start` is enabled. This check should also be performed
when `compaction.on_rebound` is enabled.
Otherwise, we encounter continuous error notifications due to the
directory not existing, which results in compaction failures.
**Testing:** Added
0 commit comments