dmlc/ps-lite

tracker_ in ps-lite/include/ps/internal/customer.h never erase element. is that ok?

cuteapi opened this issue · 1 comments

when worker do pull or push operation . a pair will be push_back to tracker_ in Customer. but never be erased. when program run a long time. this vector will be very large. is that ok?

seems you are right
how about erasing the ts after Customer::WaitRequest return?