Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
ShortCircuitReplica#Key and FsDatasetCache#Key are pretty much identical code and should be factored out to an external class. (There will soon be a need for a third user of such an identifier.)
Another minor cleanup is that DomainSocketWatcher should not implement Thread. It contains a thread currently, but I forgot to remove the "extends".