Woo-Yeon Lee

Results 20 issues of 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...

cruise-ps
Pregel

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.

cruise-ps
ElasticTables

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`...

ElasticTables

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...

cruise-ps
ElasticTables

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...

bug
cruise-ps

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...

jobserver

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.

bug