[iter] Add .transform() function for arbitrary generator transforms (#8978)

This commit is contained in:
Eric Liang
2020-06-25 11:04:14 -07:00
committed by GitHub
parent 0f1d99befc
commit 4522038259
3 changed files with 62 additions and 4 deletions
+1 -1
View File
@@ -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);