Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix bug in close of ieSyncResultChannel
When finishing sending on the ieSyncResultChannel we do not need to and should not close the channel used to unblock the sender. Doing so can result in a panic if the reader is concurrently trying to unblock the sender. We could close that channel but there's no obvious reason to. Fixes cockroachdb#62939 Release note: None
- Loading branch information