Re: [PR] Ensure allocator is applied to accepted connections in QueryServer [pinot]

2025-04-24 Thread via GitHub
xiangfu0 merged PR #15628: URL: https://github.com/apache/pinot/pull/15628 -- 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.apa

Re: [PR] Ensure allocator is applied to accepted connections in QueryServer [pinot]

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

[PR] Ensure allocator is applied to accepted connections in QueryServer [pinot]

2025-04-23 Thread via GitHub
rhodo opened a new pull request, #15628: URL: https://github.com/apache/pinot/pull/15628 This fixes a misconfiguration where `bufAllocatorWithLimits` was set using `.option(ChannelOption.ALLOCATOR, ...)` but not applied via `.childOption(ChannelOption.ALLOCATOR, ...)`. Setting the al