dpol1 commented on PR #3022: URL: https://github.com/apache/tika/pull/3022#issuecomment-5296040860
thanks! RESOURCE_EXHAUSTED is the grpc native 429. we return the status in the reply instead because that's how v1 already works, and onError would kill the whole bidi stream - transport mapping can be its own follow-up if you want it. the abandoned-worker finding was real, fixed on both interrupt paths with tests. dropped the dead catch too and tightened docs. for the backpressure one I'd settle the rpc contract rather than paper over it with logs. Addressed by 9316d8a354. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
