wrench icon indicating copy to clipboard operation
wrench copied to clipboard

Storage Service Fault-Tolerance is not working (although it has looked like it was)

Open henricasanova opened this issue 2 years ago • 0 comments

Just realized that while a FileTransferThread (and even worse in the Non-Bufferized case!) is reading from a disk and its host dies, then there is no way for the client to realize there was a problem. One option would be to allow for readFile() to take in a timeout that's specified by the user.... or perhaps something more complicated where there is some callback based on a host dying etc.

For now, the StorageServiceReStartHostFailuresTest.StorageServiceReStartTest test is disabled!

henricasanova avatar Nov 22 '22 01:11 henricasanova