Re: [PR] get online brokers in pinot spark connector [pinot]

2025-01-13 Thread via GitHub
rohityadav1993 commented on code in PR #14802: URL: https://github.com/apache/pinot/pull/14802#discussion_r1914216614 ## pinot-connectors/pinot-spark-common/src/main/scala/org/apache/pinot/connector/spark/common/PinotClusterClient.scala: ## @@ -33,7 +33,7 @@ import scala.util.{F

(pinot) branch dependabot/maven/scala.version-2.13.16 deleted (was 1485a40307)

2025-01-13 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/scala.version-2.13.16 in repository https://gitbox.apache.org/repos/asf/pinot.git was 1485a40307 Upgrade the correct dependency The revisions that were on this branch are s

Re: [PR] Bump scala.version from 2.12.19 to 2.13.16 [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang merged PR #14799: URL: https://github.com/apache/pinot/pull/14799 -- 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: Bump scala.version from 2.13.3 to 2.13.16 (#14799)

2025-01-13 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 4742aa92ff Bump scala.version from 2.13.3 to 2.13

Re: [PR] #bugfix add numServersQueried and numServersResponded to MSQE response [pinot]

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

Re: [I] Pinot and JDBC Connection [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on issue #14743: URL: https://github.com/apache/pinot/issues/14743#issuecomment-2588826490 You might find more help from the Slack community -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Calculate size based flush threshold per topic [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on PR #14765: URL: https://github.com/apache/pinot/pull/14765#issuecomment-2588824063 While in most cases, there is only one topic per table (single-stream ingestion). I don't want to make size based threshold updater to be per topic by default. It will cause backward

Re: [I] Spark ingestion with yarn cluster mode expecting the spec file to be available across all the node manager nodes [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on issue #14527: URL: https://github.com/apache/pinot/issues/14527#issuecomment-2588816313 cc @swaminathanmanish @KKcorps -- 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 t

(pinot) branch master updated: add server status to all instance tables (#14720)

2025-01-13 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 269f483c3c add server status to all instance tabl

Re: [PR] add server status to all instance tables [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang merged PR #14720: URL: https://github.com/apache/pinot/pull/14720 -- 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] creating a table configured with Apache Kafka [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on issue #14715: URL: https://github.com/apache/pinot/issues/14715#issuecomment-2588812190 Seems like a connection issue. Let me know if the problem is solved now. You may get more help from the Slack community. -- This is an automated message from the Apache Git

Re: [PR] Adding reentrant locks, for raceconditon caused by connectivity issues [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on code in PR #14643: URL: https://github.com/apache/pinot/pull/14643#discussion_r1914151641 ## pinot-core/src/main/java/org/apache/pinot/server/realtime/ControllerLeaderLocator.java: ## @@ -59,21 +61,23 @@ public class ControllerLeaderLocator { Contr

Re: [PR] Adding error message in the SchemUtils.java [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on code in PR #14804: URL: https://github.com/apache/pinot/pull/14804#discussion_r1914136353 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SchemaUtils.java: ## @@ -176,7 +176,7 @@ private static void validateCompatibilityWithTa

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914107109 ## pinot-common/src/main/java/org/apache/pinot/common/metadata/segment/SegmentZKMetadataUtils.java: ## @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache Software Fo

[PR] #bugfix add numServersQueried and numServersResponded to MSQE response [pinot]

2025-01-13 Thread via GitHub
albertobastos opened a new pull request, #14806: URL: https://github.com/apache/pinot/pull/14806 https://github.com/apache/pinot/issues/14624 -- 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 s

(pinot) branch dependabot/maven/scala.version-2.13.16 updated (a4e9ecbebb -> 1485a40307)

2025-01-13 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/scala.version-2.13.16 in repository https://gitbox.apache.org/repos/asf/pinot.git from a4e9ecbebb Bump scala.version from 2.12.19 to 2.13.16 add 1485a40307 Upgrade the c

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914048474 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java: ## @@ -543,13 +555,22 @@ private void commitSegme

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914060251 ## pinot-common/src/main/java/org/apache/pinot/common/utils/FileUploadDownloadClient.java: ## @@ -1248,6 +1249,63 @@ public File downloadUntarFileStreamed(URI uri, File

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914057933 ## pinot-server/src/main/java/org/apache/pinot/server/api/resources/ReIngestionResource.java: ## @@ -0,0 +1,450 @@ +/** + * Licensed to the Apache Software Foundation (

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914056239 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java: ## @@ -2009,4 +2119,151 @@ String moveSegmentFile

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914053530 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java: ## @@ -1764,6 +1794,86 @@ public void uploadToDee

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914039911 ## pinot-server/src/main/java/org/apache/pinot/server/api/resources/ReIngestionResource.java: ## @@ -0,0 +1,450 @@ +/** + * Licensed to the Apache Software Foundation (

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914036144 ## pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java: ## @@ -884,7 +892,7 @@ public String uploadLLCSegment( @ApiResponse(code

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914035164 ## pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java: ## @@ -884,7 +892,7 @@ public String uploadLLCSegment( @ApiResponse(code

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914034221 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/realtime/FailureInjectingRealtimeSegmentDataManager.java: ## @@ -0,0 +1,67 @@ +/** + * Licen

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914033935 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java: ## @@ -384,15 +385,20 @@ protected void replaceSegmentIfCrcMismatch(SegmentDa

Re: [PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14798: URL: https://github.com/apache/pinot/pull/14798#discussion_r1914033251 ## pinot-controller/src/main/java/org/apache/pinot/controller/validation/RealtimeSegmentValidationManager.java: ## @@ -171,6 +172,9 @@ private void runSegmentLevelValid

(pinot) branch master updated (d953d7cffc -> 25d17dacd9)

2025-01-13 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from d953d7cffc Pauseless ingestion without failure scenarios (#14741) add 25d17dacd9 Fix NPE caused by MultiStageQueryTh

(pinot) branch fix-multiStageQueryThrottler-npe deleted (was 25fc746505)

2025-01-13 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch fix-multiStageQueryThrottler-npe in repository https://gitbox.apache.org/repos/asf/pinot.git was 25fc746505 Fix NPE caused by MultiStageQueryThrottler The revisions that were on this branch a

Re: [PR] Fix NPE caused by MultiStageQueryThrottler [pinot]

2025-01-13 Thread via GitHub
jackjlli merged PR #14805: URL: https://github.com/apache/pinot/pull/14805 -- 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

(pinot) branch master updated (b787ad43a1 -> d953d7cffc)

2025-01-13 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 b787ad43a1 Add CLPV2_ZSTD and CLPV2_LZ4 raw forward index compression codecs. (#14661) add d953d7cffc Pauseless i

Re: [PR] Pauseless ingestion without failure scenarios [pinot]

2025-01-13 Thread via GitHub
Jackie-Jiang merged PR #14741: URL: https://github.com/apache/pinot/pull/14741 -- 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

[PR] Fix NPE caused by MultiStageQueryThrottler [pinot]

2025-01-13 Thread via GitHub
jackjlli opened a new pull request, #14805: URL: https://github.com/apache/pinot/pull/14805 This PR fixes the NPE which is caused by `MultiStageQueryThrottler` being null when multi-stage engine feature is disabled. To be more specific, when the multi-stage engine is disabled, the `M

(pinot) branch fix-multiStageQueryThrottler-npe created (now 25fc746505)

2025-01-13 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch fix-multiStageQueryThrottler-npe in repository https://gitbox.apache.org/repos/asf/pinot.git at 25fc746505 Fix NPE caused by MultiStageQueryThrottler This branch includes the following new c

(pinot) 01/01: Fix NPE caused by MultiStageQueryThrottler

2025-01-13 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch fix-multiStageQueryThrottler-npe in repository https://gitbox.apache.org/repos/asf/pinot.git commit 25fc74650532490a9684e18fa288743137f953bd Author: jlli_LinkedIn AuthorDate: Mon Jan 13 16:59:45 20

Re: [PR] Fix Storage Quota Utilization Metric Emission for Zero-Sized Segments [pinot]

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

Re: [I] Kubernetes Quickstart does not work as written [pinot]

2025-01-13 Thread via GitHub
abhioncbr commented on issue #14696: URL: https://github.com/apache/pinot/issues/14696#issuecomment-2588167885 Assigning to myself for a fix. -- 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

Re: [PR] get online brokers in pinot spark connector [pinot]

2025-01-13 Thread via GitHub
ankitsultana commented on code in PR #14802: URL: https://github.com/apache/pinot/pull/14802#discussion_r1913744431 ## pinot-connectors/pinot-spark-common/src/main/scala/org/apache/pinot/connector/spark/common/PinotClusterClient.scala: ## @@ -33,7 +33,7 @@ import scala.util.{Fai

(pinot) branch master updated: Add CLPV2_ZSTD and CLPV2_LZ4 raw forward index compression codecs. (#14661)

2025-01-13 Thread lqc
This is an automated email from the ASF dual-hosted git repository. lqc 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 b787ad43a1 Add CLPV2_ZSTD and CLPV2_LZ4 raw forward

Re: [PR] Add CLPV2_ZSTD and CLPV2_LZ4 raw forward index compression codecs. [pinot]

2025-01-13 Thread via GitHub
deemoliu merged PR #14661: URL: https://github.com/apache/pinot/pull/14661 -- 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] get online brokers in pinot spark connector [pinot]

2025-01-13 Thread via GitHub
ankitsultana commented on code in PR #14802: URL: https://github.com/apache/pinot/pull/14802#discussion_r1913635687 ## pinot-connectors/pinot-spark-common/src/main/scala/org/apache/pinot/connector/spark/common/PinotClusterClient.scala: ## @@ -33,7 +33,7 @@ import scala.util.{Fai

Re: [PR] Added error message in the SchemaUtils [bugfix] [pinot]

2025-01-13 Thread via GitHub
cutiepie-10 closed pull request #14803: Added error message in the SchemaUtils [bugfix] URL: https://github.com/apache/pinot/pull/14803 -- 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

[PR] Adding error message in the SchemUtils.java [pinot]

2025-01-13 Thread via GitHub
cutiepie-10 opened a new pull request, #14804: URL: https://github.com/apache/pinot/pull/14804 I have added an error message in the SchemaUtils.java inside the validateCompatibilityWithTableConfig(). #14787 -- This is an automated message from the Apache Git Service. To respond to the

[PR] Added error message in the SchemaUtils [bugfix] [pinot]

2025-01-13 Thread via GitHub
cutiepie-10 opened a new pull request, #14803: URL: https://github.com/apache/pinot/pull/14803 I have added an error message in the SchemaUtils.java inside the validateCompatibilityWithTableConfig(). -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] `SchemaUtils` Doesn't Show the Actual Reason for Validation Failure [pinot]

2025-01-13 Thread via GitHub
cutiepie-10 commented on issue #14787: URL: https://github.com/apache/pinot/issues/14787#issuecomment-2587531282 Hi @ankitsultana, I went through the code. The validation of the schema occurs in the TableConfigUtils.java done by some Preconditions.checkState which is thrown to validateCo

(pinot) branch dependabot/maven/org.apache.commons-commons-csv-1.13.0 deleted (was e342adc413)

2025-01-13 Thread pratik
This is an automated email from the ASF dual-hosted git repository. pratik pushed a change to branch dependabot/maven/org.apache.commons-commons-csv-1.13.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was e342adc413 Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0

(pinot) branch master updated (ca35a4323c -> 9259a85609)

2025-01-13 Thread pratik
This is an automated email from the ASF dual-hosted git repository. pratik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from ca35a4323c Include the task scheduling errors in schedule response (#14754) add 9259a85609 Bump org.apache.common

Re: [PR] Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 [pinot]

2025-01-13 Thread via GitHub
tibrewalpratik17 merged PR #14801: URL: https://github.com/apache/pinot/pull/14801 -- 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...@p

Re: [PR] Include the task scheduling errors in schedule response [pinot]

2025-01-13 Thread via GitHub
swaminathanmanish merged PR #14754: URL: https://github.com/apache/pinot/pull/14754 -- 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) branch master updated (38eb03a11a -> ca35a4323c)

2025-01-13 Thread manishswaminathan
This is an automated email from the ASF dual-hosted git repository. manishswaminathan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 38eb03a11a Bump software.amazon.awssdk:bom from 2.29.49 to 2.29.50 (#14800) add ca35a4323c Include the

Re: [PR] Add support for KLL sketch aggregation in minion jobs [pinot]

2025-01-13 Thread via GitHub
raghavagrawal commented on code in PR #14702: URL: https://github.com/apache/pinot/pull/14702#discussion_r1913375083 ## pinot-core/src/main/java/org/apache/pinot/core/segment/processing/aggregator/PercentileKLLSketchAggregator.java: ## @@ -0,0 +1,70 @@ +/** + * Licensed to the A

(pinot) branch master updated: Bump software.amazon.awssdk:bom from 2.29.49 to 2.29.50 (#14800)

2025-01-13 Thread pratik
This is an automated email from the ASF dual-hosted git repository. pratik 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 38eb03a11a Bump software.amazon.awssdk:bom from 2

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.29.50 deleted (was ba3107d005)

2025-01-13 Thread pratik
This is an automated email from the ASF dual-hosted git repository. pratik pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.29.50 in repository https://gitbox.apache.org/repos/asf/pinot.git was ba3107d005 Bump software.amazon.awssdk:bom from 2.29.49 to 2.29.50 The r

Re: [PR] Bump software.amazon.awssdk:bom from 2.29.49 to 2.29.50 [pinot]

2025-01-13 Thread via GitHub
tibrewalpratik17 merged PR #14800: URL: https://github.com/apache/pinot/pull/14800 -- 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...@p

Re: [PR] get online brokers in pinot spark connector [pinot]

2025-01-13 Thread via GitHub
rohityadav1993 commented on PR #14802: URL: https://github.com/apache/pinot/pull/14802#issuecomment-2587324975 cc: @ankitsultana -- 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 comm

Re: [PR] get online brokers in pinot spark connector [pinot]

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

[PR] Bump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 [pinot]

2025-01-13 Thread via GitHub
dependabot[bot] opened a new pull request, #14801: URL: https://github.com/apache/pinot/pull/14801 Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.12.0 to 1.13.0. Changelog Sourced from https://github.com/apache/commons-csv/blob/master/RELEASE-

(pinot) branch dependabot/maven/org.apache.commons-commons-csv-1.13.0 created (now e342adc413)

2025-01-13 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.apache.commons-commons-csv-1.13.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at e342adc413 Bump org.apache.commons:commons-csv from 1.12.0 to 1.13

[PR] Bump software.amazon.awssdk:bom from 2.29.49 to 2.29.50 [pinot]

2025-01-13 Thread via GitHub
dependabot[bot] opened a new pull request, #14800: URL: https://github.com/apache/pinot/pull/14800 Bumps software.amazon.awssdk:bom from 2.29.49 to 2.29.50. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- |

[PR] Bump scala.version from 2.12.19 to 2.13.16 [pinot]

2025-01-13 Thread via GitHub
dependabot[bot] opened a new pull request, #14799: URL: https://github.com/apache/pinot/pull/14799 Bumps `scala.version` from 2.12.19 to 2.13.16. Updates `org.scala-lang:scala-library` from 2.12.19 to 2.13.16 Release notes Sourced from https://github.com/scala/scala/releases";>or

(pinot) branch dependabot/maven/scala.version-2.13.16 created (now a4e9ecbebb)

2025-01-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/scala.version-2.13.16 in repository https://gitbox.apache.org/repos/asf/pinot.git at a4e9ecbebb Bump scala.version from 2.12.19 to 2.13.16 No new revisions were added

Re: [PR] Add DR and Failure scenario handling for Pauseless Ingestion [pinot]

2025-01-13 Thread via GitHub
KKcorps closed pull request #14794: Add DR and Failure scenario handling for Pauseless Ingestion URL: https://github.com/apache/pinot/pull/14794 -- 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 s

Re: [PR] Add DR and Failure scenario handling for Pauseless Ingestion [pinot]

2025-01-13 Thread via GitHub
9aman commented on PR #14794: URL: https://github.com/apache/pinot/pull/14794#issuecomment-2586636110 @KKcorps you can close this PR. I have raised here: https://github.com/apache/pinot/pull/14798 -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Resolve failures pauseless ingestion [pinot]

2025-01-13 Thread via GitHub
9aman opened a new pull request, #14798: URL: https://github.com/apache/pinot/pull/14798 # Pauseless Ingestion Failure Resolution Please refer to PR: https://github.com/apache/pinot/pull/14741 for happy path. This PR aims to only cover the failure scenarios. Once the above one is

Re: [PR] Fixes Helix threads getting blocked for Realtime Tables [pinot]

2025-01-13 Thread via GitHub
KKcorps commented on code in PR #14771: URL: https://github.com/apache/pinot/pull/14771#discussion_r1912897224 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java: ## @@ -1619,7 +1620,17 @@ public RealtimeSegmentDataManager(Seg