Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
109930: streamProducer: log context errors during spanConfigEventStream.handleUpdate() r=stevendanna a=msbutler Previously, spanConfigEventStream.handleUpdate() would send context cancellation errors to the spanConfigEventStream error channel. This unfortunately could cause deadlock if there was already an error in the error channel. To prevent this deadlock, handleUpdate() no longer sends context cancelled errors. It seems unecessary to bubble up rangefeedcache errors from handleUpdate() anyway, since rangefeedcache.Run() will also return the error. Release note: none Epic: none Co-authored-by: Michael Butler <[email protected]>
- Loading branch information