refactor(epaxos.go) add comments for updateAttr and conflicts map#4
refactor(epaxos.go) add comments for updateAttr and conflicts map#4xiang90 wants to merge 2 commits intoefficient:masterfrom xiang90:refactor_updateAttr
Conversation
|
RIght now, the checkpointing thing is just for clearing the map, so that it doesn't get too big. In general, I would say it's useful to look at the code, if you think it will help you understand the protocol better, but I would have started with the communication part first. |
|
@imoraru Sure. I will start with the communication part. |
|
@imoraru
|
@imoraru
I just begin to go through the codebase. Add some comments.
One question:
Is there any documentation about the checkpoint stuff? Is that only for clearing the dep map?
Can we just update the map after executing a command, like