amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

[MultiDM] Consensus fails a few as an outer DM. #755

Open sungwook-moon opened 5 years ago

sungwook-moon commented 5 years ago

Consensus DM fails when it is placed in outer DM. One thing to note is a call to the server method directly reaches out without going through the next DMs. We may need to identify which call should go through the DM chain and not. Another issue is with DHT which directs the call to a different shard. That can lead to a member that does not belong to any group. This is related to issue #618

Once this issue is resolved, mark the respective item in the parent task as resolved (issue #744).