troubleshooting

How to debug streaming_read errors in MinIO object storage?

I encountered streaming_read errors in MinIO object storage while working with Kafka topics. The errors include timeouts and connection resets. How can I debug and resolve these errors?

Kr

Krzysztof Sota

Asked on Apr 16, 2024

  • Check for any network jitter or connectivity issues that could be causing the streaming_read errors.
  • Consider optimizing MinIO configuration settings, such as increasing the request_deadline to 3 minutes.
  • Look for any underlying errors by using the PR mentioned in the discussion thread (https://github.com/risingwavelabs/risingwave/pull/16170) that exposes errors and is included in the v1.8.1 release of MinIO.
  • Monitor the throughput of the sources and check if the PR helps in resolving the issue.
Apr 17, 2024Edited by