Files
Ruslan Cheremin 996e62647d [vfs] IJPL-163709: AppendOnlyLog throws ClosedStorageException instead of NPE
+ In concurrent environment `AOL.close()` could lead to NPE in parallel thread -> use more explicit `ClosedStorageException` -> which is already processed in `FSRecordsImpl.handleError()`, by converting to `AlreadyDisposedException`, which all the code must be ready to process anyway

GitOrigin-RevId: 755b94ea50dd8f47c0a254dbe7d11e69c81fc17f
2024-10-14 17:45:42 +00:00
..

Module for generally-useful storages implementation. Many storages implementation (durable maps, enumerators, logs) are scattered across the codebase -> the idea is to gradually move them here