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 4a937c1c02 Bump com.google.cloud:libraries-bom from 26.58.0 to 26.59.0
(#15424)
add f3c4a29706 Bump org.asynchttp
yashmayya commented on code in PR #15263:
URL: https://github.com/apache/pinot/pull/15263#discussion_r2000856836
##
pinot-query-planner/src/test/resources/queries/JoinPlans.json:
##
@@ -405,10 +405,10 @@
"\nLogicalProject(col1=[$0])",
"\n LogicalJoin(condi
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.31.5
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 0e26c60d51 Bump software.amazon.awssdk:bom from 2.31.4 to 2.31.5
The revi
gortiz commented on PR #15335:
URL: https://github.com/apache/pinot/pull/15335#issuecomment-2771487196
Idea: instead (or maybe complementary) of trying to free Netty's memory when
we are getting out of it... could we try to limit the amount of memory being
used by Netty? By default Netty's
somandal commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2025722585
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -140,10 +156,20 @@ public TableRebalancer(HelixManager h
J-HowHuang opened a new pull request, #15317:
URL: https://github.com/apache/pinot/pull/15317
## Description
Some options in `RebalanceConfig` in rebalance API need to be double checked
before execution:
- if `bestEffort=true`, flag it
- if `downtime=true`, but replication > 1,
noob-se7en commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2007452776
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SemaphoreAccessCoordinator.java:
##
@@ -0,0 +1,251 @@
+/**
+ * Licensed to the Apache Softwar
somandal commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2019839835
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##
@@ -227,19 +224,14 @@ public void increaseNumServerP
Jackie-Jiang commented on code in PR #15316:
URL: https://github.com/apache/pinot/pull/15316#discussion_r2012517925
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java:
##
@@ -564,77 +564,74 @@ private void doAddConsumingSegment(
codecov-commenter commented on PR #15452:
URL: https://github.com/apache/pinot/pull/15452#issuecomment-2775859150
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15452?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
yashmayya commented on code in PR #15180:
URL: https://github.com/apache/pinot/pull/15180#discussion_r2000150562
##
pinot-query-planner/src/main/java/org/apache/pinot/query/function/InternalMseFunctions.java:
##
@@ -0,0 +1,60 @@
+/**
+ * Licensed to the Apache Software Foundatio
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/org.apache-apache-34
in repository https://gitbox.apache.org/repos/asf/pinot.git
at e860823792 Bump org.apache:apache from 33 to 34
No new revisions were added by this
somandal commented on code in PR #15330:
URL: https://github.com/apache/pinot/pull/15330#discussion_r2007876312
##
docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml:
##
@@ -48,6 +48,21 @@ rules:
table: "$2$4"
tableType: "$5"
taskType: "$6"
+
somandal commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2019854520
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##
@@ -138,6 +134,7 @@ public int getSegmentsUnchanged(
codecov-commenter commented on PR #15313:
URL: https://github.com/apache/pinot/pull/15313#issuecomment-2738013289
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15313?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
rajagopr commented on code in PR #15257:
URL: https://github.com/apache/pinot/pull/15257#discussion_r2006159617
##
pinot-controller/src/main/java/org/apache/pinot/controller/util/BrokerServiceHelper.java:
##
@@ -0,0 +1,116 @@
+/**
+ * Licensed to the Apache Software Foundation (
gortiz commented on code in PR #15387:
URL: https://github.com/apache/pinot/pull/15387#discussion_r2018026339
##
pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerMetrics.java:
##
@@ -84,4 +91,23 @@ protected BrokerMeter[] getMeters() {
protected BrokerGauge[]
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2021940809
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -271,17 +315,279 @@ public static
TableRe
shounakmk219 opened a new pull request, #15394:
URL: https://github.com/apache/pinot/pull/15394
(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,
Jackie-Jiang opened a new pull request, #15441:
URL: https://github.com/apache/pinot/pull/15441
- Move segment reload handling from `HelixInstanceDataManager` into
`BaseTableDataManager`
- Rename `SegmentRefreshSemaphore` to `SegmentReloadSemaphore` and move it
into `segment-local` modul
noob-se7en opened a new pull request, #15452:
URL: https://github.com/apache/pinot/pull/15452
Deprecate `_allowDedupConsumptionDuringCommit` and
`_allowPartialUpsertConsumptionDuringCommit`.
Because:
1. These configs are confusing because the name and behaviour of these
config ar
Jackie-Jiang commented on code in PR #15139:
URL: https://github.com/apache/pinot/pull/15139#discussion_r2008120713
##
pinot-core/src/main/java/org/apache/pinot/core/common/BlockDocIdIterator.java:
##
@@ -47,4 +47,11 @@ public interface BlockDocIdIterator {
* @see
{https://
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2021934047
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -567,6 +577,15 @@ private RebalanceResult doRebalance(Ta
codecov-commenter commented on PR #15461:
URL: https://github.com/apache/pinot/pull/15461#issuecomment-2777381756
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15461?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
J-HowHuang commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2021903313
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -120,16 +130,22 @@
*/
public class TableRebalancer
gviedma commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2027080536
##
pom.xml:
##
@@ -271,6 +271,24 @@
2.5.3
0.11.0-pre2
0.3.2
+3.49.2
+2.4.21
+2.0.2
+1.3.0
+0.19.0
Review Comment:
Suggest replaci
noob-se7en commented on code in PR #15404:
URL: https://github.com/apache/pinot/pull/15404#discussion_r2019977505
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java:
##
@@ -474,23 +473,26 @@ protected void doAddOnlineSegment(Str
somandal opened a new pull request, #15330:
URL: https://github.com/apache/pinot/pull/15330
Today the two controller timers `tableRebalanceExecutionTimeMs` and
`cronSchedulerJobExecutionTimeMs` are showing up in Prometheus with the
following type of metric names:
-
`pinot_controller
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 9db45e364b [multistage] Adding Basic Constructs for Physical
Optimization (#15371)
add 4f91c27120 Adding ArrowRe
This is an automated email from the ASF dual-hosted git repository.
gortiz pushed a change to branch
dependabot/maven/org.apache.httpcomponents.core5-httpcore5-5.3.4
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 95a829d0e2 Bump org.apache.httpcomponents.core5:httpcore5 fr
dependabot[bot] opened a new pull request, #15397:
URL: https://github.com/apache/pinot/pull/15397
Bumps org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25 from 1.3.0 to
1.4.0.
[ {
_segm
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.31.12
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 032aff0d1f Bump software.amazon.awssdk:bom from 2.31.11 to 2.31.12
T
Jackie-Jiang commented on code in PR #15347:
URL: https://github.com/apache/pinot/pull/15347#discussion_r2012551388
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -867,28 +868,31 @@ private SegmentZKMe
9aman commented on code in PR #15316:
URL: https://github.com/apache/pinot/pull/15316#discussion_r2007012278
##
pinot-spi/src/main/java/org/apache/pinot/spi/utils/IngestionConfigUtils.java:
##
@@ -100,8 +100,9 @@ public static List>
getStreamConfigMaps(TableConfig tableCon
Jackie-Jiang commented on PR #15393:
URL: https://github.com/apache/pinot/pull/15393#issuecomment-2764325852
Seems like `AdminClient` will also try to register JXM with the same client
id, which can cause the same problem. It was introduced in #14678. cc
@suvodeep-pyne
--
This is an aut
somandal commented on code in PR #15392:
URL: https://github.com/apache/pinot/pull/15392#discussion_r2021451659
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/BaseSegmentOperationsThrottler.java:
##
@@ -41,17 +46,22 @@ public abstract class BaseSegment
siddharthteotia commented on PR #15205:
URL: https://github.com/apache/pinot/pull/15205#issuecomment-2774494424
We would like to leverage this as we had done some experiments in the past
with off-heap hashsets and the results were good.
Do you have user docs ?
--
This is an automa
Jackie-Jiang commented on code in PR #15088:
URL: https://github.com/apache/pinot/pull/15088#discussion_r2012909684
##
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##
@@ -453,6 +453,8 @@ public static class Broker {
public static final String
CO
tibrewalpratik17 merged PR #15415:
URL: https://github.com/apache/pinot/pull/15415
--
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
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2021943999
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -271,17 +315,279 @@ public static
TableRe
codecov-commenter commented on PR #15331:
URL: https://github.com/apache/pinot/pull/15331#issuecomment-2741165656
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15331?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
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 8783eb1017 Bump software.amazon.awssdk:bom from 2.31.4 to 2.31.5
(#15344)
add 6bbd5ddf86 Bump com.mycila:license-
gortiz commented on code in PR #15277:
URL: https://github.com/apache/pinot/pull/15277#discussion_r2005691321
##
pinot-query-planner/src/main/java/org/apache/pinot/query/QueryEnvironment.java:
##
@@ -278,53 +204,69 @@ private QueryEnvironment.QueryPlannerResult
getQueryPlannerR
Jackie-Jiang merged PR #15321:
URL: https://github.com/apache/pinot/pull/15321
--
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
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 2f3612f45d add getter for precheckcontext (#15339
codecov-commenter commented on PR #15345:
URL: https://github.com/apache/pinot/pull/15345#issuecomment-2744499959
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15345?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
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 aaccf139ee Make more StartMinionCommand -config alias (#15307)
add 45263975aa Migrate H3 v3 api to v4 (#15313)
No
noob-se7en commented on code in PR #15405:
URL: https://github.com/apache/pinot/pull/15405#discussion_r2020090409
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -71,39 +70,34 @@ public ConsumerCoordinator(boolean
enforceC
Jackie-Jiang merged PR #15448:
URL: https://github.com/apache/pinot/pull/15448
--
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
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 5779c6ecff Bump com.azure:azure-sdk-bom from 1.2.
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2004285251
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,6 +1725,15 @@ public RealtimeSegmentDataManager(
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 404e50e887 Allow lazy init of the record reader in
CompactedPinotSegmentRecordReader (#15428)
add 2196306385 Bump
jadami10 commented on PR #15333:
URL: https://github.com/apache/pinot/pull/15333#issuecomment-2743553013
though what might be useful here is if you have a specific log to check for
for Pinot 1.2 and 1.3 for everyone to be sure before they just try upgrading
and find out live.
--
This is
J-HowHuang commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2027597651
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -806,6 +848,153 @@ private List getServerTag(String se
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.31.5
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 0e26c60d51 Bump software.amazon.awssdk:bom from 2.31.4 to 2.31.5
No n
gortiz opened a new issue, #15343:
URL: https://github.com/apache/pinot/issues/15343
Since 1.0.0, Pinot dropped support for Java 8 and since then the minimum
source and runtime Java version is 11.
Here I propose increasing that minimum to Java 21 for Pinot 1.4.0.
*This proposal doesn't
Jackie-Jiang merged PR #15449:
URL: https://github.com/apache/pinot/pull/15449
--
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
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2025459940
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +328,306 @@ public static
TableReb
rajagopr commented on code in PR #15257:
URL: https://github.com/apache/pinot/pull/15257#discussion_r1999407556
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/retention/RetentionManager.java:
##
@@ -118,11 +127,20 @@ private void manageRetentionForTable
suddendust commented on code in PR #15330:
URL: https://github.com/apache/pinot/pull/15330#discussion_r2006887838
##
docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml:
##
@@ -48,6 +48,21 @@ rules:
table: "$2$4"
tableType: "$5"
taskType: "$6"
Jackie-Jiang commented on code in PR #15257:
URL: https://github.com/apache/pinot/pull/15257#discussion_r2006134057
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/retention/RetentionManager.java:
##
@@ -199,6 +225,70 @@ private void manageRetentionForRe
Jackie-Jiang commented on code in PR #15419:
URL: https://github.com/apache/pinot/pull/15419#discussion_r2025393695
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -747,6 +747,14 @@ public void run() {
_se
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 5550c24f1e Disable reingestion for Pauseless
klsince commented on code in PR #15175:
URL: https://github.com/apache/pinot/pull/15175#discussion_r2003988748
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/DefaultRebalancePreChecker.java:
##
@@ -42,19 +47,27 @@ public class DefaultRebalance
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/kotlin.stdlib.version-2.1.20
in repository https://gitbox.apache.org/repos/asf/pinot.git
was e9e81fbdb9 Bump kotlin.stdlib.version from 2.0.21 to 2.1.20
The revisions
gortiz closed pull request #14994: Improve exceptions broker
URL: https://github.com/apache/pinot/pull/14994
--
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-m
tibrewalpratik17 merged PR #15309:
URL: https://github.com/apache/pinot/pull/15309
--
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
Jackie-Jiang merged PR #15434:
URL: https://github.com/apache/pinot/pull/15434
--
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
J-HowHuang commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2019504487
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##
@@ -240,6 +240,92 @@ public Map
getServerSegmentC
albertobastos commented on code in PR #15264:
URL: https://github.com/apache/pinot/pull/15264#discussion_r2007299497
##
pinot-broker/src/main/java/org/apache/pinot/broker/querylog/QueryLogger.java:
##
@@ -88,9 +87,12 @@ public void log(QueryLogParams params) {
queryLogBui
codecov-commenter commented on PR #15419:
URL: https://github.com/apache/pinot/pull/15419#issuecomment-2767239399
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15419?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
codecov-commenter commented on PR #15394:
URL: https://github.com/apache/pinot/pull/15394#issuecomment-2760405821
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15394?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
Jackie-Jiang commented on code in PR #15347:
URL: https://github.com/apache/pinot/pull/15347#discussion_r2012554061
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -1170,14 +1178,15 @@ public void ensur
xiangfu0 commented on code in PR #15088:
URL: https://github.com/apache/pinot/pull/15088#discussion_r2011189976
##
pinot-common/src/main/java/org/apache/pinot/common/compression/CompressionFactory.java:
##
@@ -0,0 +1,49 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF
klsince commented on code in PR #15338:
URL: https://github.com/apache/pinot/pull/15338#discussion_r2006511133
##
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ControllerPeriodicTasksIntegrationTest.java:
##
@@ -233,29 +236,34 @@ public void testSegmen
mghildiy commented on code in PR #15377:
URL: https://github.com/apache/pinot/pull/15377#discussion_r2019686047
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RoundDecimalTransformFunction.java:
##
@@ -90,8 +90,12 @@ public double[] transformToDoub
noob-se7en commented on PR #15246:
URL: https://github.com/apache/pinot/pull/15246#issuecomment-2737976979
Closing this in favour of https://github.com/apache/pinot/pull/15261
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
ankitsultana commented on code in PR #15371:
URL: https://github.com/apache/pinot/pull/15371#discussion_r2025365497
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/v2/TableScanMetadata.java:
##
@@ -0,0 +1,70 @@
+/**
+ * Licensed to the Apache Softwar
gortiz commented on code in PR #15445:
URL: https://github.com/apache/pinot/pull/15445#discussion_r2028243221
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/server/QueryServer.java:
##
@@ -159,37 +164,49 @@ public void submit(Worker.QueryRequest request,
St
deepthi912 opened a new pull request, #15335:
URL: https://github.com/apache/pinot/pull/15335
**Context:** Some expensive queries from broker caused servers to go into
OOM state causing the consuming segments to stop consumption and we had to
increase the direct max memory on the servers an
somandal commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2025329513
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##
@@ -306,18 +297,120 @@ public Map
getServerSegmentC
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 1a211d8244 Bump com.puppycrawl.tools:checkstyle from 10.21.4 to
10.22.0 (#15413)
add 624167dea9 Bump org.ow2.asm:
klsince commented on code in PR #15392:
URL: https://github.com/apache/pinot/pull/15392#discussion_r2021462537
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/BaseSegmentOperationsThrottler.java:
##
@@ -41,17 +46,22 @@ public abstract class BaseSegmentO
J-HowHuang opened a new pull request, #15339:
URL: https://github.com/apache/pinot/pull/15339
For the change in https://github.com/apache/pinot/pull/15175, protected
members in `PreCheckContext` should be private and use proper getters.
--
This is an automated message from the Apache Git
J-HowHuang opened a new pull request, #15305:
URL: https://github.com/apache/pinot/pull/15305
Moved `preChecksResult` and `rebalanceSummaryResult` to the top. As it
should be looked up first.
```
{
"jobId": "2982d8ba-f578-4172-b393-0916ba6a3324",
"status": "NO_OP",
"desc
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.5
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 087ec18d0a Bump net.alchim31.maven:scala-maven-plugin from 4
noob-se7en commented on code in PR #15438:
URL: https://github.com/apache/pinot/pull/15438#discussion_r2025647189
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -621,7 +621,7 @@ private void commitSegm
gviedma commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2027112915
##
pom.xml:
##
@@ -271,6 +271,24 @@
2.5.3
0.11.0-pre2
0.3.2
+3.49.2
+2.4.21
+2.0.2
+1.3.0
+0.19.0
+8.5.15
+4.0.0
+2.4
+
gortiz commented on code in PR #15245:
URL: https://github.com/apache/pinot/pull/15245#discussion_r2024207226
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/MseBlock.java:
##
@@ -0,0 +1,178 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF)
minwoo-jung commented on issue #15215:
URL: https://github.com/apache/pinot/issues/15215#issuecomment-2742102845
@xiangfu0
**Thank you for quickly creating the patch and building the Docker image.**
I will test it with the provided patch version.
--
This is an automated message from
dependabot[bot] opened a new pull request, #15337:
URL: https://github.com/apache/pinot/pull/15337
Bumps org.apache.kafka:kafka-clients from 2.8.2 to 3.7.1.
[ {
albertobastos commented on code in PR #15312:
URL: https://github.com/apache/pinot/pull/15312#discussion_r2005236269
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/utils/BlockingMultiStreamConsumer.java:
##
@@ -244,11 +244,14 @@ private E readBlockO
Jackie-Jiang merged PR #15451:
URL: https://github.com/apache/pinot/pull/15451
--
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
Jackie-Jiang merged PR #15367:
URL: https://github.com/apache/pinot/pull/15367
--
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
mghildiy commented on issue #15255:
URL: https://github.com/apache/pinot/issues/15255#issuecomment-2745307119
I have added a schema via UI:
```
{
"schemaName": "my-test-schema",
"enableColumnBasedNullHandling": false,
"dimensionFieldSpecs": [
{
"name":
1 - 100 of 123 matches
Mail list logo