Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
SplitDocumentCleanup currently does not close the Iterable holding splitDocGarbage. It should implement Closeable and forward calls to close() to the Iterable, if that happens to be Closeable.
Likewise, VersionGCSupport should call close() on SplitDocumentCleanup when done.
Attachments
Attachments
Issue Links
- blocks
-
OAK-5855 RDBDocumentStore: improve query support for VersionGC
- Closed