findingrish opened a new pull request, #17736: URL: https://github.com/apache/druid/pull/17736
* BasicAuthTest (failure https://github.com/apache/druid/actions/runs/13235847891/job/36941430809?pr=17353#logs) The test was failing with the error `io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: gRPC message exceeds maximum size`. To fix it, I increased the maximum message size and ran into another error `io.grpc.StatusRuntimeException: INTERNAL: Encountered end-of-stream mid-frame`. Couldn't find the root cause of the problem but some online forums suggested upgrading gRPC version might help and it did! Verified that the gRPC querying is working fine post upgrade. * MetadataResourceTest: Removed order assumption on the result set. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
