Unverified Commit 5170b010 authored by Hongbo Xu's avatar Hongbo Xu Committed by GitHub
Browse files

[PD] Remove Unnecessary Exception Handling for FastQueue.get() (#6712)

parent d63e76f7
......@@ -424,8 +424,6 @@ class MooncakeKVManager(BaseKVManager):
if kv_chunk.room in self.transfer_infos:
self.transfer_infos.pop(kv_chunk.room)
except queue.Empty:
continue
except Exception as e:
# NOTE(shangming): Remove this when we make sure the transfer thread is bug-free
raise RuntimeError(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment