snuspl / cruise

Cruise: A Distributed Machine Learning Framework with Automatic System Configuration
Apache License 2.0
26 stars 2 forks source link

Migrate msg tables together with vertex table #1169

Open JunhoeKim opened 7 years ago

JunhoeKim commented 7 years ago

In Pregel on ET, vertices and edges can be migrated to other executors for optimization (e.g load balancing, dynamic graph repartitioning, changes in graph topology).

Msg tables for vertices need to be migrated together for local access.

wynot12 commented 7 years ago

I've updated the title and contents of the issue.