Uh oh!
There was an error while loading. Please reload this page.
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 into
Conversation
imoraru
commented
Dec 13, 2013
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. |
xiang90
commented
Dec 13, 2013
@imoraru Sure. I will start with the communication part. |
xiang90
commented
Dec 13, 2013
@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