mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
remove RAY_CHECK around wait_state.remaining.erase (#3745)
This commit is contained in:
committed by
Stephanie Wang
parent
02bdaf221d
commit
0b8008f41c
@@ -609,7 +609,7 @@ void ObjectManager::SubscribeRemainingWaitObjects(const UniqueID &wait_id) {
|
||||
return;
|
||||
}
|
||||
auto &wait_state = object_id_wait_state->second;
|
||||
RAY_CHECK(wait_state.remaining.erase(subscribe_object_id));
|
||||
wait_state.remaining.erase(subscribe_object_id);
|
||||
wait_state.found.insert(subscribe_object_id);
|
||||
wait_state.requested_objects.erase(subscribe_object_id);
|
||||
RAY_CHECK_OK(object_directory_->UnsubscribeObjectLocations(
|
||||
|
||||
Reference in New Issue
Block a user