tera icon indicating copy to clipboard operation
tera copied to clipboard

race condition in some master callback funcs

Open taocp opened this issue 10 years ago • 1 comments

example: https://github.com/BaiduPS/tera/blob/master/src/master/master_impl.cc#L1945

if a TS load a tablet success and down, master receives the response and run the callback function but doesn't find ts is down because of message delay, and changes the status of tablet to kReady, then no ts serve the tablet

taocp avatar May 25 '15 09:05 taocp

This issue is assigned to @00k with 3 medallions

lylei avatar Aug 31 '15 07:08 lylei