Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iangelak/Distributed-Systems
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iangelak/Distributed-Systems
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pavlos
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 7, 2017

  1. An untested implementation for join&depart. In join operation the new

    node must take the appropiate objects from his next neighbor. The next
    neighbor update his previous-pointer node. Also the previous neighbor
    update his next-pointer node (the previous neighbor does not change
    anything to his hasmap). The coordinator sends a specific request to
    next neighbor. Then the next neighbor sends the specific objects from
    his hashmap to his new previous-pointer node (the new node) in a
    specific response message. The new node receive the specific response
    and store the objects to his hashamp. In a same way in the depart operation the cordinator sendsthe specifice request to the removal node. The removal node sends all the objects to his next neighbor.
    PavlosApo committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    f2d5bc1 View commit details
    Browse the repository at this point in the history
Loading