Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
ChunkManagerImpl's functions i.e. writeChunk readChunk deleteChunk all take a keyName argument, which is not being used by any of them.
I think this makes sense because conceptually ChunkManager should not have to know keyName to do anything, probably except for some sort of sanity check or logging, which is not there either. We should revisit whether we need it here. I think we should remove it to make the Chunk syntax, and the function signatures more cleanly abstracted.
Any comments? anu