Re: [PR] Fix HttpsSegmentFetcher to use the configurable timeouts [pinot]

2025-04-10 Thread via GitHub
codecov-commenter commented on PR #15485: URL: https://github.com/apache/pinot/pull/15485#issuecomment-2785229451 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15485?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Fix HttpsSegmentFetcher to use the configurable timeouts [pinot]

2025-04-08 Thread via GitHub
vvivekiyer merged PR #15485: URL: https://github.com/apache/pinot/pull/15485 -- 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: commits-unsubscr...@pinot.a

[PR] Fix httpsSegmentFetcher to use the configurable timeouts [pinot]

2025-04-07 Thread via GitHub
vvivekiyer opened a new pull request, #15485: URL: https://github.com/apache/pinot/pull/15485 In https://github.com/apache/pinot/pull/15010, we added configs to make http request/client timeouts tunable. However, these configs are not applied to `HttpsSegmentFetcher` So, in Ht