Re: [PR] Do not log exceptions when fetching offsets for lag metric [pinot]

2024-07-02 Thread via GitHub
KKcorps commented on code in PR #13528: URL: https://github.com/apache/pinot/pull/13528#discussion_r1663487055 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java: ## @@ -1682,25 +1682,38 @@ public long getTimeSinceEventLastCon

Re: [PR] Do not log exceptions when fetching offsets for lag metric [pinot]

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

Re: [PR] bugfix: prevent certain `not (x and y)` filters from causing a NPE [pinot]

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

Re: [PR] Do not log exceptions when fetching offsets for lag metric [pinot]

2024-07-02 Thread via GitHub
swaminathanmanish commented on code in PR #13528: URL: https://github.com/apache/pinot/pull/13528#discussion_r1663467898 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java: ## @@ -1682,25 +1682,38 @@ public long getTimeSinceEv

[PR] Do not log exceptions when fetching offsets for lag metric [pinot]

2024-07-02 Thread via GitHub
KKcorps opened a new pull request, #13528: URL: https://github.com/apache/pinot/pull/13528 This is leading to a lot of noisy logs. adding control to switch to debug logging in case we are simply fetching offsets for a metric rather than for actualusage -- This is an automated message fro

[PR] bugfix: prevent certain `not (x and y)` filters from causing a NPE [pinot]

2024-07-02 Thread via GitHub
itschrispeck opened a new pull request, #13527: URL: https://github.com/apache/pinot/pull/13527 We've seen some NPEs caused by certain combinations of filters, namely when the filtering follows the pattern: `WHERE NOT ( AND )`, and the docIds returned by the `` are less than the doc Ids

Re: [PR] Allow all raw index config in star-tree index [pinot]

2024-07-02 Thread via GitHub
satwik-pachigolla commented on PR #13225: URL: https://github.com/apache/pinot/pull/13225#issuecomment-2205034728 @Jackie-Jiang It isn't a breaking change but I would still label it incompatible / backwards-incompat. If someone pulls in this commit without realising this change in behavior,

Re: [PR] commons-rng for random number generation. [pinot]

2024-07-02 Thread via GitHub
abhioncbr closed pull request #13510: commons-rng for random number generation. URL: https://github.com/apache/pinot/pull/13510 -- 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.

Re: [I] Issue with segment commit while copying segments from deepstore [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on issue #13508: URL: https://github.com/apache/pinot/issues/13508#issuecomment-2204791609 cc @mayankshriv Can you help take a look? -- 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: [PR] Add nonLeaderCleanUp with tables parameters in PinotTaskGenerator [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13509: URL: https://github.com/apache/pinot/pull/13509#discussion_r166198 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/minion/PinotTaskManager.java: ## @@ -702,6 +702,14 @@ public void cleanUpTask() { }

Re: [PR] supporting additional headers [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13417: URL: https://github.com/apache/pinot/pull/13417#discussion_r1663326337 ## pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/DeleteSchemaCommand.java: ## @@ -150,8 +90,9 @@ public boolean execute() try (FileUploadDown

Re: [PR] fixing TLS configuration for http clients [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on PR #13477: URL: https://github.com/apache/pinot/pull/13477#issuecomment-2204768704 @sullis is working on migrating from HttpClient4 to HttpClient5 in #13222. I guess these 2 PRs are related, and I assume HttpClient5 probably has fixed the bug described in #13431

Re: [PR] Remove deprecated commons-lang3 RandomUtils class usage. [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on PR #13525: URL: https://github.com/apache/pinot/pull/13525#issuecomment-2204764948 We rarely use random in production code (especially in high perf code), so I'd suggest just using `Random` for now and revisit if we need high performance random generator -- This

(pinot) branch master updated (897376e1ee -> af8dd9bfca)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 897376e1ee Adapt group trim threshold to group trim size rather than vice versa (#13514) add af8dd9bfca make pom

Re: [PR] Making Pinot point to itself if it's nested inside another Maven project [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13526: URL: https://github.com/apache/pinot/pull/13526 -- 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

Re: [PR] Support empty segments for realtime tables [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on PR #13362: URL: https://github.com/apache/pinot/pull/13362#issuecomment-2204749693 After a second thought, the root cause of the problem is that: retention manager always keeps the last completed segment even if it is already expired. I think we need to fix this be

Re: [PR] Making Pinot point to itself if it's nested inside another Maven project [pinot]

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

Re: [PR] return the current rebalance result if already done [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13488: URL: https://github.com/apache/pinot/pull/13488#discussion_r1663306183 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java: ## @@ -677,14 +678,30 @@ public RebalanceResult rebalan

Re: [PR] Remove deprecated commons-lang3 RandomUtils class usage. [pinot]

2024-07-02 Thread via GitHub
abhioncbr commented on PR #13525: URL: https://github.com/apache/pinot/pull/13525#issuecomment-2204725683 > Seems all the usages are within the tests, and this library is not that commonly used (only [71 usages](https://mvnrepository.com/artifact/org.apache.commons/commons-rng-simple)). I'

(pinot) branch master updated (f4a1f56b6c -> 897376e1ee)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from f4a1f56b6c Add table level metric for segment upload error (#13315) add 897376e1ee Adapt group trim threshold to g

Re: [PR] Adapt group trim threshold to group trim size rather than vice versa [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13514: URL: https://github.com/apache/pinot/pull/13514 -- 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

(pinot) branch master updated: Add table level metric for segment upload error (#13315)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new f4a1f56b6c Add table level metric for segment upl

Re: [PR] Add table level metric for segment upload error [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13315: URL: https://github.com/apache/pinot/pull/13315 -- 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

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13222: URL: https://github.com/apache/pinot/pull/13222#discussion_r1663288580 ## pinot-common/src/main/java/org/apache/pinot/common/minion/MinionClient.java: ## @@ -72,8 +72,8 @@ public Map scheduleMinionTasks(@Nullable String taskType, @Nu

Re: [PR] Remove deprecated commons-lang3 RandomUtils class usage. [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13525: URL: https://github.com/apache/pinot/pull/13525#discussion_r1663281844 ## pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/relocation/SegmentRelocatorTest.java: ## @@ -126,7 +127,7 @@ public void testRebalanceTabl

(pinot) branch dependabot/maven/org.checkerframework-checker-qual-3.45.0 deleted (was 2f547b0390)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.checkerframework-checker-qual-3.45.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 2f547b0390 Bump org.checkerframework:checker-qual from 3.44.0 to 3.

(pinot) branch master updated (0757b93d5c -> 7213e137b8)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 0757b93d5c Bump software.amazon.awssdk:bom from 2.26.11 to 2.26.13 (#13522) add 7213e137b8 Bump org.checkerframew

Re: [PR] Bump org.checkerframework:checker-qual from 3.44.0 to 3.45.0 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13523: URL: https://github.com/apache/pinot/pull/13523 -- 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

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.26.13 deleted (was 4e17ca1216)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.26.13 in repository https://gitbox.apache.org/repos/asf/pinot.git was 4e17ca1216 Bump software.amazon.awssdk:bom from 2.26.11 to 2.26.13 The r

(pinot) branch master updated (2e90f73bb4 -> 0757b93d5c)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 2e90f73bb4 Bump net.alchim31.maven:scala-maven-plugin from 4.9.1 to 4.9.2 (#13520) add 0757b93d5c Bump software.a

Re: [PR] Bump software.amazon.awssdk:bom from 2.26.11 to 2.26.13 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13522: URL: https://github.com/apache/pinot/pull/13522 -- 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

(pinot) branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.2 deleted (was 129b712ba5)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was 129b712ba5 Bump net.alchim31.maven:scala-maven-plugin from 4.9.1

(pinot) branch master updated (550f71bb14 -> 2e90f73bb4)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 550f71bb14 Bump circe.version from 0.14.8 to 0.14.9 (#13519) add 2e90f73bb4 Bump net.alchim31.maven:scala-maven-pl

Re: [PR] Bump net.alchim31.maven:scala-maven-plugin from 4.9.1 to 4.9.2 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13520: URL: https://github.com/apache/pinot/pull/13520 -- 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

(pinot) branch dependabot/maven/circe.version-0.14.9 deleted (was 8a65451eef)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/circe.version-0.14.9 in repository https://gitbox.apache.org/repos/asf/pinot.git was 8a65451eef Bump circe.version from 0.14.8 to 0.14.9 The revisions that were on this bra

(pinot) branch master updated (b8ccfadb43 -> 550f71bb14)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from b8ccfadb43 Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#13512) add 550f71bb14 Bump circe.

Re: [PR] Bump circe.version from 0.14.8 to 0.14.9 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13519: URL: https://github.com/apache/pinot/pull/13519 -- 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

(pinot) branch dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.17.0 deleted (was 78bedee99b)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.17.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 78bedee99b Bump org.codehaus.mojo:versions-maven-plugin from

(pinot) branch master updated (f54559987e -> b8ccfadb43)

2024-07-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from f54559987e Handle unsupported exception gracefully (#13524) add b8ccfadb43 Bump org.codehaus.mojo:versions-maven-p

Re: [PR] Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13512: URL: https://github.com/apache/pinot/pull/13512 -- 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

(pinot) branch dependabot/maven/hk2.version-3.1.1 deleted (was 3a7fbd445a)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/hk2.version-3.1.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 3a7fbd445a Bump hk2.version from 2.6.1 to 3.1.1 The revisions that were on this branch

Re: [PR] Bump hk2.version from 2.6.1 to 3.1.1 [pinot]

2024-07-02 Thread via GitHub
dependabot[bot] commented on PR #13521: URL: https://github.com/apache/pinot/pull/13521#issuecomment-2204663539 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by

Re: [PR] Bump hk2.version from 2.6.1 to 3.1.1 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang closed pull request #13521: Bump hk2.version from 2.6.1 to 3.1.1 URL: https://github.com/apache/pinot/pull/13521 -- 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

Re: [PR] Allow all raw index config in star-tree index [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on PR #13225: URL: https://github.com/apache/pinot/pull/13225#issuecomment-2204662013 @satwik-pachigolla It won't break existing tables since it is checked during table config validation. Pinot won't allow new table config/table config update with both configs -- T

Re: [PR] Allow all raw index config in star-tree index [pinot]

2024-07-02 Thread via GitHub
satwik-pachigolla commented on PR #13225: URL: https://github.com/apache/pinot/pull/13225#issuecomment-2204553738 > Add a check to not allow only one of functionColumnPairs and aggregationConfigs to be configured Can we add the 'breaking-change' and / or 'incompatible' labels to the P

Re: [PR] Make upsert compaction task more robust to crc mismatch [pinot]

2024-07-02 Thread via GitHub
tibrewalpratik17 commented on code in PR #13489: URL: https://github.com/apache/pinot/pull/13489#discussion_r1663216060 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/MinionTaskUtils.java: ## @@ -206,4 +183,66 @@

Re: [PR] migrate from Apache HttpClient 4 to Apache HttpClient 5 [pinot]

2024-07-02 Thread via GitHub
sullis commented on PR #13222: URL: https://github.com/apache/pinot/pull/13222#issuecomment-2204517052 Rebased. -- 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 unsubscr

Re: [PR] Make upsert compaction task more robust to crc mismatch [pinot]

2024-07-02 Thread via GitHub
klsince commented on code in PR #13489: URL: https://github.com/apache/pinot/pull/13489#discussion_r1663205016 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/MinionTaskUtils.java: ## @@ -206,4 +183,66 @@ public s

Re: [I] Unable to create Star-Tree index for DISTINCTCOUNTBITMAP [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang closed issue #10691: Unable to create Star-Tree index for DISTINCTCOUNTBITMAP URL: https://github.com/apache/pinot/issues/10691 -- 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 speci

[PR] Making Pinot point to itself if it's nested inside another Maven project [pinot]

2024-07-02 Thread via GitHub
wangpatrick57 opened a new pull request, #13526: URL: https://github.com/apache/pinot/pull/13526 Before this change, if this repository was nested inside another Maven project, it would point to the Maven project it was nested in instead of itself when calling `mvn install` inside this repo

[PR] Adapt group trim threshold to group trim size rather than vice versa [pinot]

2024-07-02 Thread via GitHub
yashmayya opened a new pull request, #13514: URL: https://github.com/apache/pinot/pull/13514 - The grouping algorithm and group limit configurations are described here - https://docs.pinot.apache.org/users/user-guide-query/query-syntax/grouping-algorithm - Currently, if the trim size is l

Re: [PR] Handle unsupported exception gracefully [pinot]

2024-07-02 Thread via GitHub
KKcorps merged PR #13524: URL: https://github.com/apache/pinot/pull/13524 -- 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.apac

[PR] Add metric rules for newly added metrics [pinot]

2024-07-02 Thread via GitHub
shounakmk219 opened a new pull request, #13513: URL: https://github.com/apache/pinot/pull/13513 Updated rules to expose metrics from below PRs: - https://github.com/apache/pinot/pull/12710 - https://github.com/apache/pinot/pull/13298 -- This is an automated message from the A

Re: [PR] Add metric rules for newly added metrics [pinot]

2024-07-02 Thread via GitHub
gortiz merged PR #13513: URL: https://github.com/apache/pinot/pull/13513 -- 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.apach

Re: [I] Pauseless Consumption [pinot]

2024-07-02 Thread via GitHub
kishoreg commented on issue #10147: URL: https://github.com/apache/pinot/issues/10147#issuecomment-2197885403 How will broker query the new segment if it's not part of IS/EV? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Keep original fields after unnest transformer [pinot]

2024-07-02 Thread via GitHub
xiangfu0 merged PR #13490: URL: https://github.com/apache/pinot/pull/13490 -- 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] Keep original fields after unnest transformer [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13490: URL: https://github.com/apache/pinot/pull/13490#discussion_r1659410652 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/ComplexTypeTransformer.java: ## @@ -173,10 +173,20 @@ private static Map par

Re: [PR] Keep original fields after unnest transformer [pinot]

2024-07-02 Thread via GitHub
xiangfu0 commented on code in PR #13490: URL: https://github.com/apache/pinot/pull/13490#discussion_r1659408832 ## pinot-spi/src/main/java/org/apache/pinot/spi/data/readers/GenericRow.java: ## @@ -174,6 +174,30 @@ private Object copy(Object value) { } return list;

Re: [PR] bugfix: json_extract_index out of bounds case [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13479: URL: https://github.com/apache/pinot/pull/13479 -- 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

Re: [PR] Support 'EXTRACT' as a scalar function [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13463: URL: https://github.com/apache/pinot/pull/13463 -- 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

Re: [I] Support `EXTRACT` as scalar function [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang closed issue #13462: Support `EXTRACT` as scalar function URL: https://github.com/apache/pinot/issues/13462 -- 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 unsu

Re: [I] Add OOM query killing in multi-stage query engine [pinot]

2024-07-02 Thread via GitHub
siddharthteotia commented on issue #13433: URL: https://github.com/apache/pinot/issues/13433#issuecomment-2197767335 Yes Resiliency label would be useful. In fact, I think we have a bunch of resiliency related open / in-progress work that should ideally be coupled under resiliency label.

Re: [I] Getting CONTROLLER has been un-registered error [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on issue #13474: URL: https://github.com/apache/pinot/issues/13474#issuecomment-219367 What I meant is that you may ask this in the troubleshooting channel, and other users who have run into the same issue might be able to help -- This is an automated message fr

Re: [I] The TEXT_MATCH result does not meet expectations. [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang closed issue #13455: The TEXT_MATCH result does not meet expectations. URL: https://github.com/apache/pinot/issues/13455 -- 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 com

Re: [I] Pauseless Consumption [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on issue #10147: URL: https://github.com/apache/pinot/issues/10147#issuecomment-2197768243 We sync'd on this offline, and here are the some conclusions: - When segment commit happens (end offset of the consuming segment is determined), controller can create the ZKMe

Re: [PR] Bump io.grpc:grpc-bom from 1.64.0 to 1.65.0 [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang merged PR #13507: URL: https://github.com/apache/pinot/pull/13507 -- 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

Re: [I] The aggregation functions EXPR_MIN/MAX do not seem to work. [pinot]

2024-07-02 Thread via GitHub
siddharthteotia commented on issue #13452: URL: https://github.com/apache/pinot/issues/13452#issuecomment-2197766238 @jasperjiaguo recently fixed a bug in this functionality that we had discovered from an internally deployed use case. Jia - is this a different problem ? -- This i

[PR] Add nonLeaderCleanUp with tables parameters in PinotTaskGenerator [pinot]

2024-07-02 Thread via GitHub
jackjlli opened a new pull request, #13509: URL: https://github.com/apache/pinot/pull/13509 This PR adds the nonLeaderCleanUp method with the list of table names as the parameter in the PinotTaskGenerator interface. When the tasks are scheduled, the current controller may not always b

[PR] [Cleanup] Move classes in pinot-common to the correct package [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang opened a new pull request, #13478: URL: https://github.com/apache/pinot/pull/13478 (no comment) -- 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,

Re: [PR] Adding registerExtraComponents to allow registering additional components in various services [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13465: URL: https://github.com/apache/pinot/pull/13465#discussion_r1653254998 ## pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BaseBrokerStarter.java: ## @@ -346,9 +346,7 @@ public void start() _sqlQueryExecutor = ne

Re: [PR] fixing TLS configuration for http clients [pinot]

2024-07-02 Thread via GitHub
abhioncbr commented on code in PR #13477: URL: https://github.com/apache/pinot/pull/13477#discussion_r1653249539 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotRunningQueryResource.java: ## @@ -124,6 +125,9 @@ public String cancelQuery(

Re: [PR] Refactoring removeSegment flow in upsert [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on code in PR #13449: URL: https://github.com/apache/pinot/pull/13449#discussion_r1653266496 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java: ## @@ -806,11 +822,8 @@ protected void doRemove

Re: [I] Getting CONTROLLER has been un-registered error [pinot]

2024-07-02 Thread via GitHub
Jackie-Jiang commented on issue #13474: URL: https://github.com/apache/pinot/issues/13474#issuecomment-2189541126 You may find some help from the Slack troubleshooting channel. I feel this is related to the k8s setup. cc @zhtaoxiang -- This is an automated message from the Apache Git Ser

(pinot) branch master updated: Handle unsupported exception gracefully (#13524)

2024-07-02 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new f54559987e Handle unsupported exception grac

(pinot) branch master updated: Fix NPE in Minion (#13518)

2024-07-02 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new c156042c75 Fix NPE in Minion (#13518) c15604

(pinot) branch dependabot/maven/org.checkerframework-checker-qual-3.45.0 created (now 2f547b0390)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.checkerframework-checker-qual-3.45.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at 2f547b0390 Bump org.checkerframework:checker-qual from 3.44.0 t

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.26.12 deleted (was d1aaf1e950)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.26.12 in repository https://gitbox.apache.org/repos/asf/pinot.git was d1aaf1e950 Bump software.amazon.awssdk:bom from 2.26.11 to 2.26.12 T

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.26.13 created (now 4e17ca1216)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.26.13 in repository https://gitbox.apache.org/repos/asf/pinot.git at 4e17ca1216 Bump software.amazon.awssdk:bom from 2.26.11 to 2.26.13 N

(pinot) branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.2 created (now 129b712ba5)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.2 in repository https://gitbox.apache.org/repos/asf/pinot.git at 129b712ba5 Bump net.alchim31.maven:scala-maven-plugin from 4

(pinot) branch dependabot/maven/hk2.version-3.1.1 created (now 3a7fbd445a)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/hk2.version-3.1.1 in repository https://gitbox.apache.org/repos/asf/pinot.git at 3a7fbd445a Bump hk2.version from 2.6.1 to 3.1.1 No new revisions were added by this up

(pinot) branch dependabot/maven/circe.version-0.14.9 created (now 8a65451eef)

2024-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/circe.version-0.14.9 in repository https://gitbox.apache.org/repos/asf/pinot.git at 8a65451eef Bump circe.version from 0.14.8 to 0.14.9 No new revisions were added by