ps-lite icon indicating copy to clipboard operation
ps-lite copied to clipboard

注释和代码行为不一致

Open reyoung opened this issue 10 years ago • 1 comments

注释里说no retry for scheduler。代码里写的是,当scheduler的时候retry 40次。

似乎,感觉应该是实现错了。

https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L55 https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L63

reyoung avatar Jan 26 '16 05:01 reyoung

great catch. it should be a bug, the schedule should not do the retry

mli avatar Feb 17 '16 20:02 mli