race condition in some master callback funcs
Open
class/bug
stat/will-see-later
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 432
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.