Woo-Yeon Lee
Woo-Yeon Lee
By implementing `equals()` of `DAGImpl`, we can simply check whether two `ETPlan`s are same.
#1243 changes CAY to use StreamingCodec for table key/values. But it does implement streaming codec for GBT and Pregel, which is not used by now. We should implement them, when...
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.
When deleting worker in Cruise-PS, `STOP` plan operation, which stops worker task should be done first. But worker task can end before receives `STOP` plan operation. In this case, `PlanExecutor`...
Since #685, ET and Cruise-PS have separate plan implementations. ET's one is for considering only ADD/DEL/MOVE operations, and Cruise-PS's one is extended to handle START/STOP operations, which control the tasks...
When migrating worker-side data in LDA app, we have a problem that model is damaged during migration. It's because some of our apps have also partial models in the input...
Currently we have a simple version of scheduler (`FIFOScheduler`) by #1216. We need to introduce a new sophisticated scheduler for specific goals: - handling opportunistic resources - handling workload dynamics...
I've met an 'out of memory: unable to create new native thread' error, while running an NMF app in optiplex cluster. It happens while starting model evaluation. I've met it...
@hjp615 has found that LDACodec's encode() method allocates incorrect size of initial buffer for encoding.