[Streaming] Fault Tolerance Implementation (#10008)

This commit is contained in:
Lixin Wei
2020-09-04 20:44:34 +08:00
committed by GitHub
parent 5f5160ead9
commit 1b1466748f
158 changed files with 7042 additions and 1229 deletions
@@ -68,7 +68,7 @@ class Worker:
if item is None:
time.sleep(0.01)
else:
msg = pickle.loads(item.body())
msg = pickle.loads(item.body)
count += 1
assert msg == msg_nums - 1
print("ReaderWorker done.")