Closed losipiuk closed 4 years ago
@stagraqubole this is an attempt to allow configuring rubix in such a way that data caching is disabled on master node. Initialization does not fail then if data directories are missing. If configured such way I stub fileMetadataCache
and fileInfoCache
with implementation which disallow any modification. This serves as an assertion that we are not actually trying to cache any data on master.
Fixes #364