cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Enable runtime optimization in Pregel

Open wynot12 opened this issue 7 years ago • 0 comments

Initial version of Pregel (#1170) does not support runtime reconfiguration.

Ultimately, we will enable reconfiguration of the Pregel system using ET APIs. For this goal, we have to

  • collect metrics from Pregel workers
  • optimize the system through ET APIs based on the collected metrics
  • make Pregel reconfigurable, which means that it works with the varying the number of workers

wynot12 avatar Jun 10 '17 13:06 wynot12