You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed some common problems when network package dropped in real depolyment, and I have some proposal regarding these problems. I've discussed with @fanlai0990, and I would like to hear from more contributors to figure out the best plan. @mosharaf@AmberLJC@ewenw@IKACE
problem: server->client UPDATE_MODEL package dropped, server->client MODEL_TEST in error (stale model/no model)
solution: ignore UPDATE_MODEL, send model in MODEL_TEST package
Hi Chengsong,
Good observation on the package drop!
I think sending model in MODEL_TEST makes sense to me.
Related to the pitfall, if in real deployment then each executor is one client, then keeping event in the queue should be okay? In terms of UPDATE_MODEL confirmation, isn't this line doing the confirmation?
What happened + What you expected to happen
I've noticed some common problems when network package dropped in real depolyment, and I have some proposal regarding these problems. I've discussed with @fanlai0990, and I would like to hear from more contributors to figure out the best plan. @mosharaf @AmberLJC @ewenw @IKACE
solution: ignore UPDATE_MODEL, send model in MODEL_TEST package
solution: keep event inside queue until client confirm event completed
pitfall:
Versions / Dependencies
fedscale-0.5
server: ubuntu 16
client: android 23
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: