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
Warn and annotate on metro-file-map cache read error
Summary:
Currently `metro-file-map` will *silently* ignore errors encountered when reading from the configured cache manager, and fall back to a cold crawl.
This adds a console warning and records an annotation to give these error cases more visibility.
In addition, propagate unexpected errors, such as deserialisation failures, from the default `DiskCacheManager`.
Changelog:
**[Fix]** Log warning on unexpected error during `metro-file-map`cache read.
Reviewed By: huntie
Differential Revision: D39514918
fbshipit-source-id: 4569a1ed7f2114307c96c0b5064b367ebd487947
0 commit comments