Skip to content

Broken pipe IOException handler

Sanjeev-SLB requested to merge broken-pipe-fix into master

Indexer Service is throwing IOException with a Broken pipe error message. This is usually thrown when a client closes the connection while its request is still being processed in the server. We should handle this properly so a client can retry.

Here is one of the stack trace:

image

Merge request reports