lidavidm commented on PR #36517: URL: https://github.com/apache/arrow/pull/36517#issuecomment-1646045878
It looks like it's possible for the only extant reference to GrpcGarbageBin to be in GrpcGarbageBin itself (through one of the AsyncRpc instances). So originally, I was thinking I wanted to protect against clients being dropped before RPCs finished. It looks like this won't be possible, so I'll rearrange the code to force the background thread to be cleaned up with the client itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
