davidezanella / DS2-GossipingAppendOnlyLogs

Second assignment of DS2 2020-2021
0 stars 0 forks source link

Transitive interest Synchronization strategy should be fixed #2

Open davidezanella opened 3 years ago

davidezanella commented 3 years ago

The synchronize method is not well implemented referring to the algorithm 3 of the paper, where the id is the same when updating the stores. We should wait for an answer from Bucchiarone.

simonedegiacomi commented 3 years ago

I think it's correct that the paper algorithm uses two time the same id: it uses it to keep track of the fact that following/blocking someone is a personal action. I think that with randomly pick (id,st) and (id,st’) the paper means:

Prototype implementation and tests here: bc3b48a455814f8ec5991fa22d166d0f48ae42d0