mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
[iter] Add .transform() function for arbitrary generator transforms (#8978)
This commit is contained in:
@@ -724,7 +724,7 @@ void PlasmaStore::DisconnectClient(int client_fd) {
|
||||
loop_->RemoveFileEvent(client_fd);
|
||||
// Close the socket.
|
||||
close(client_fd);
|
||||
RAY_LOG(INFO) << "Disconnecting client on fd " << client_fd;
|
||||
RAY_LOG(DEBUG) << "Disconnecting client on fd " << client_fd;
|
||||
// Release all the objects that the client was using.
|
||||
auto client = it->second.get();
|
||||
eviction_policy_.ClientDisconnected(client);
|
||||
|
||||
Reference in New Issue
Block a user