minio/internal
Klaus Post 7ec43bd177
Fix blocked streams blocking reconnects (#19017)
We have observed cases where a blocked stream will block for cancellations.

This happens when response channel is blocked and we want to push an error.
This will have the response mutex locked, which will prevent all other operations until upstream is unblocked.

Make this behavior non-blocking and if blocked spawn a goroutine that will send the response and close the output.

Still a lot of "dancing". Added a test for this and reviewed.
2024-02-08 10:15:27 -08:00
..
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00
2022-12-30 11:37:07 -08:00
2024-01-17 23:03:17 -08:00
2023-09-04 12:57:37 -07:00
2023-03-04 20:57:35 -08:00
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00
2024-01-17 23:03:17 -08:00