Re: [PR] Make queryWorkerThreads configurable in Pinot server side GrpcQueryServer [pinot]

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

[PR] Make queryWorkerThreads configurable in Pinot server side GrpcQueryServer [pinot]

2024-06-16 Thread via GitHub
xiangfu0 opened a new pull request, #13404: URL: https://github.com/apache/pinot/pull/13404 Make queryWorkerThreads configurable in Pinot server side GrpcQueryServer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Text-index does not support multi-token substring search where first and last tokens are partial [pinot]

2024-06-16 Thread via GitHub
chenboat commented on issue #10863: URL: https://github.com/apache/pinot/issues/10863#issuecomment-2171881438 #12680 enabled the support for wildcard (including prefix and suffix) matching for the terms in a phrase search. @hpvd you can follow the https://docs.pinot.apache.org/basics/indexi

Re: [I] SIGSEGV on Realtime Servers [pinot]

2024-06-16 Thread via GitHub
mcvsubbu commented on issue #13398: URL: https://github.com/apache/pinot/issues/13398#issuecomment-2171832182 Is this related to PR #10862? -- 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 sp

Re: [I] SIGSEGV on Realtime Servers [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang commented on issue #13398: URL: https://github.com/apache/pinot/issues/13398#issuecomment-2171799201 This might be the root cause of #13263 -- 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

Re: [I] [Flaky-test] Revisit port assignment in ClusterTest [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang closed issue #13339: [Flaky-test] Revisit port assignment in ClusterTest URL: https://github.com/apache/pinot/issues/13339 -- 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 c

Re: [I] [Flaky-test] Revisit port assignment in ClusterTest [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang commented on issue #13339: URL: https://github.com/apache/pinot/issues/13339#issuecomment-2171798446 Fixed with #13390 -- 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 co

Re: [I] SIGSEGV on Realtime Servers [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang commented on issue #13398: URL: https://github.com/apache/pinot/issues/13398#issuecomment-2171796420 Thanks for the analysis! This is very similar to #10861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Pinot Server crash [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang closed issue #11471: Pinot Server crash URL: https://github.com/apache/pinot/issues/11471 -- 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:

Re: [I] double NaN as default value can massivly expand off heap mutable dictionary [pinot]

2024-06-16 Thread via GitHub
Jackie-Jiang closed issue #10697: double NaN as default value can massivly expand off heap mutable dictionary URL: https://github.com/apache/pinot/issues/10697 -- 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

Re: [I] Pinot consumer group in kafka ui [pinot]

2024-06-16 Thread via GitHub
EhsanMaani closed issue #13378: Pinot consumer group in kafka ui URL: https://github.com/apache/pinot/issues/13378 -- 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 unsubscri

Re: [I] Text-index does not support multi-token substring search where first and last tokens are partial [pinot]

2024-06-16 Thread via GitHub
hpvd commented on issue #10863: URL: https://github.com/apache/pinot/issues/10863#issuecomment-2171363381 awsome! Many thanks for the detailed description of the current state and experience! -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Text-index does not support multi-token substring search where first and last tokens are partial [pinot]

2024-06-16 Thread via GitHub
jackluo923 commented on issue #10863: URL: https://github.com/apache/pinot/issues/10863#issuecomment-2171361952 @hpvd We'll likely back out the merged [feature](https://github.com/apache/pinot/pull/12680) and enable a similar feature via run-time configurable analyzer & query parser, as pro