swarm
swarm copied to clipboard
Try to recover a consistent state after a crash in swap
A crashing or terminating node issue should be handled IMHO. It is bad design if this leads to problems. There should be some sanity check for example when rebooting the node which recovers the state. I believe this should be analyzed and tackled - even if not with the highest priority. I suggest to create an issue for this.
https://github.com/ethersphere/swarm/issues/1601#issuecomment-559273782
@ralph-pichler , would this be solved by the batch support PR which was recently merged? Could you please give us some extra insight into this PR? Shall we close it, keep it open, put it back into the backlog? Thanks!
It should go back to backlog as nobody is working on that.
Batch support helps avoiding this issue in the first place. I would suggest to have a separate issue for refactoring swap to use batches and then afterwards if there are no potential consistency problems left, close this.