snuspl / cruise

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

Handle push requests from the last mini-batch #1248

Open wynot12 opened 7 years ago

wynot12 commented 7 years ago

Since push requests are done asynchronous, we cannot know when these requests are completed. This can be a problem when we wanna delete/checkpoint a table after the push requests completes.