[#5611] removed writable_schema usage

This commit is contained in:
Gani Georgiev
2024-10-18 07:55:25 +03:00
parent ade061cc80
commit 5dbf975424
4 changed files with 66 additions and 49 deletions

View File

@@ -265,7 +265,7 @@ func (app *BaseApp) registerCollectionHooks() {
// ---
onErrorReloadCachedCollections := func(ce *CollectionErrorEvent) error {
if err := ce.App.ReloadCachedCollections(); err != nil {
ce.App.Logger().Warn("Failed to reload collections cache", "error", err)
ce.App.Logger().Warn("Failed to reload collections cache after collection change error", "error", err)
}
return ce.Next()