gortiz commented on PR #10352:
URL: https://github.com/apache/pinot/pull/10352#issuecomment-1449501930
> Trying to understand why making the IndexLoadingConfig fields immutable
can help here. The fields within IndexLoadingConfig is already a copy of the
original config, so it should be okay
swaminathanmanish opened a new pull request, #10359:
URL: https://github.com/apache/pinot/pull/10359
Instructions:
1. The PR has to be tagged with at least one of the following labels (*):
1. `feature`
2. `bugfix`
3. `performance`
4. `ui`
5. `backward-incompat
siddharthteotia commented on PR #10286:
URL: https://github.com/apache/pinot/pull/10286#issuecomment-1449377238
Will be reviewing this today
--
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
codecov-commenter commented on PR #10358:
URL: https://github.com/apache/pinot/pull/10358#issuecomment-1449280216
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10358?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
Jackie-Jiang opened a new pull request, #10358:
URL: https://github.com/apache/pinot/pull/10358
Make `Block` a placeholder class as the result for `Operator`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
codecov-commenter commented on PR #10348:
URL: https://github.com/apache/pinot/pull/10348#issuecomment-1449237864
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10348?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1121006314
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ComparisonColumns.java:
##
@@ -0,0 +1,91 @@
+/**
+ * Licensed to the Apache Software Foundati
aidar-st commented on PR #10348:
URL: https://github.com/apache/pinot/pull/10348#issuecomment-1449178243
> Good catch. Can you take a look at the test failures?
I'm not quite sure why some tests end up failing, it's also different set of
tests that fail when I run maven locally. Let's
aidar-st commented on code in PR #10348:
URL: https://github.com/apache/pinot/pull/10348#discussion_r1121003259
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java:
##
@@ -298,7 +298,7 @@ private void updateSegmentMetrics(String tableNam
Jackie-Jiang commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120998078
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,40 @@ private RecordInfo getRe
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120988051
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,40 @@ private RecordInfo getRecordI
codecov-commenter commented on PR #10357:
URL: https://github.com/apache/pinot/pull/10357#issuecomment-1449137938
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10357?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
codecov-commenter commented on PR #10356:
URL: https://github.com/apache/pinot/pull/10356#issuecomment-1449137087
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10356?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
Jackie-Jiang commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120935766
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,40 @@ private RecordInfo getRe
Jackie-Jiang opened a new pull request, #10357:
URL: https://github.com/apache/pinot/pull/10357
Currently for selection order-by queries, when combining multiple segment
results, we maintain a heap (PriorityQueue) of the top values, which has time
complexity of O(nlogm) where n is the total
egalpin opened a new pull request, #10356:
URL: https://github.com/apache/pinot/pull/10356
WIP - working on performance of FILTER expressions for aggregations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
This is an automated email from the ASF dual-hosted git repository.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 135f13e323 Adding setter to DeletedSegmentsRetentionPeriod in
TableConfigBuilder (#10351)
add 246f4db352 [multista
walterddr merged PR #10332:
URL: https://github.com/apache/pinot/pull/10332
--
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.ap
Jackie-Jiang commented on issue #10342:
URL: https://github.com/apache/pinot/issues/10342#issuecomment-1449088044
> @Jackie-Jiang : Any concerns in making the zk call? We actually make a zk
call anyways to get the metadata in `reloadSegmentWithMetadata` if the segment
is not a mutable one.
vvivekiyer commented on issue #10318:
URL: https://github.com/apache/pinot/issues/10318#issuecomment-1449070682
**POSTGRES: Numeric DataType and AVG Return Type**
Postgres supports some variable size datatypes (where the number of digits
before and after decimal point is fixed and can be
Jackie-Jiang commented on code in PR #10191:
URL: https://github.com/apache/pinot/pull/10191#discussion_r1120876913
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/FieldIndexConfigs.java:
##
@@ -0,0 +1,121 @@
+/**
+ * Licensed to the Apache Software Foundat
deemoliu commented on PR #10047:
URL: https://github.com/apache/pinot/pull/10047#issuecomment-1449056733
> > Hi @Jackie-Jiang, thanks for the commit. Can you help understand this
part? In my understanding, each partitionManager has its own
PrimaryKeyToRecordLocation map. When committing a n
deemoliu commented on issue #10353:
URL: https://github.com/apache/pinot/issues/10353#issuecomment-1449049361
There is a uploadLLCSegment in the pinot server tablesResource.
However to avoid consistency issue (two servers might try to upload at the
same time), we might need to find a way
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120890410
##
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/UpsertConfig.java:
##
@@ -154,10 +135,22 @@ public void setDefaultPartialUpsertStrategy(Strategy
defaultPa
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120887829
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,39 @@ private RecordInfo getRecordI
Jackie-Jiang commented on PR #10352:
URL: https://github.com/apache/pinot/pull/10352#issuecomment-1449002253
Trying to understand why making the `IndexLoadingConfig` fields immutable
can help here. The fields within `IndexLoadingConfig` is already a copy of the
original config, so it should
Jackie-Jiang opened a new pull request, #10355:
URL: https://github.com/apache/pinot/pull/10355
There are still some tests need to be modified to apply the change
Use this PR to show the idea of how the `IndexLoadingConfig` should access
the configs
--
This is an automated message from
ankitsultana commented on PR #10005:
URL: https://github.com/apache/pinot/pull/10005#issuecomment-1448986354
Let's follow-up on this offline as we have planned @walterddr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
ankitsultana closed pull request #10005: [multistage] Add Worker SPI to Make
Worker Assignment Configurable
URL: https://github.com/apache/pinot/pull/10005
--
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
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 8ddbd25e18 Add min / max values to virtual column metadata to allow
segment pruning (#10343)
add 135f13e323 Addin
Jackie-Jiang merged PR #10351:
URL: https://github.com/apache/pinot/pull/10351
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from ea6424e3d8 Show correct query plan when prefetch is enabled (#10172)
add 8ddbd25e18 Add min / max values to virtua
Jackie-Jiang merged PR #10343:
URL: https://github.com/apache/pinot/pull/10343
--
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
talovicnedim closed issue #10200: Docker build fails
URL: https://github.com/apache/pinot/issues/10200
--
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: c
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120731929
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,39 @@ private RecordInfo getRecordI
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 ea6424e3d8 Show correct query plan when prefetch
Jackie-Jiang merged PR #10172:
URL: https://github.com/apache/pinot/pull/10172
--
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
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120717264
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ComparisonColumns.java:
##
@@ -0,0 +1,104 @@
+/**
+ * Licensed to the Apache Software Foundat
This is an automated email from the ASF dual-hosted git repository.
rongr 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 733cc2fa6b [multistage] Use Different Thread Pool
walterddr merged PR #10349:
URL: https://github.com/apache/pinot/pull/10349
--
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.ap
gortiz commented on PR #10352:
URL: https://github.com/apache/pinot/pull/10352#issuecomment-1448739077
I will try to fix the integration test that is failing tomorrow morning (eu
time). I think I already solve that issue in index-spi
--
This is an automated message from the Apache Git Ser
codecov-commenter commented on PR #10354:
URL: https://github.com/apache/pinot/pull/10354#issuecomment-1448738304
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10354?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
ankitsultana commented on issue #10342:
URL: https://github.com/apache/pinot/issues/10342#issuecomment-1448726744
@Jackie-Jiang : Any concerns in making the zk call? We actually make a zk
call anyways to get the metadata in `reloadSegmentWithMetadata` if the segment
is not a mutable one.
egalpin commented on code in PR #10234:
URL: https://github.com/apache/pinot/pull/10234#discussion_r1120629885
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java:
##
@@ -558,15 +560,39 @@ private RecordInfo getRecordI
walterddr commented on PR #10354:
URL: https://github.com/apache/pinot/pull/10354#issuecomment-1448686063
CC @ankitsultana @xiangfu0 @aahmed-se
--
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
walterddr opened a new pull request, #10354:
URL: https://github.com/apache/pinot/pull/10354
saw some regression since grpc version bump. try reverting and check CI
performance. do not review
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
Jackie-Jiang commented on code in PR #10348:
URL: https://github.com/apache/pinot/pull/10348#discussion_r1120594397
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java:
##
@@ -298,7 +298,7 @@ private void updateSegmentMetrics(String tabl
This is an automated email from the ASF dual-hosted git repository.
rongr 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 2dc26ac402 [feature] Add jdbc multistage support (
walterddr merged PR #10292:
URL: https://github.com/apache/pinot/pull/10292
--
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.ap
tibrewalpratik17 opened a new issue, #10353:
URL: https://github.com/apache/pinot/issues/10353
We have an offline table for which the deepstore data got deleted. We want
to copy the data back from Pinot-servers to deepstore. At present, there is no
support for this in case of offline segmen
ankitsultana commented on PR #10349:
URL: https://github.com/apache/pinot/pull/10349#issuecomment-1448650897
> can you elaborate more on "threads blocked on the queue"? which queue are
we talking about?
The blockingQueue in BaseCombineOperator
> we should submit stage plans in
codecov-commenter commented on PR #10352:
URL: https://github.com/apache/pinot/pull/10352#issuecomment-1448621898
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10352?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
vvivekiyer commented on issue #10318:
URL: https://github.com/apache/pinot/issues/10318#issuecomment-1448605060
Let me do some digging today on Postgres numeric type and Calcite and get
back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
tibrewalpratik17 commented on code in PR #10336:
URL: https://github.com/apache/pinot/pull/10336#discussion_r1120430373
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java:
##
@@ -170,10 +171,10 @@ private String getMultiStageQuery
walterddr commented on PR #10349:
URL: https://github.com/apache/pinot/pull/10349#issuecomment-1448505451
> In v2 engine at present we use the same thread-pool for both of the above
which can lead to a dead-lock in cases when the thread-pool is fully occupied
with threads blocked on the que
gortiz commented on PR #10352:
URL: https://github.com/apache/pinot/pull/10352#issuecomment-1448463423
@Jackie-Jiang please 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 to go to the specifi
gortiz commented on issue #10183:
URL: https://github.com/apache/pinot/issues/10183#issuecomment-1448459058
I've created #10352 in order to clean up `IndexLoadingConfig` and
`SegmentGeneratorConfig`. During this month I've have to deal with several
complex merges when retrieving code from m
gortiz opened a new pull request, #10352:
URL: https://github.com/apache/pinot/pull/10352
When we were working on #10183, two classes that were quite problematic were
`IndexLoadingConfig` and `SegmentGeneratorConfig`. Both classes are usually
build from a `TableConfig`, which they use to ex
eaugene opened a new pull request, #10351:
URL: https://github.com/apache/pinot/pull/10351
TableConfigBuilder hard codes the DeletedSegmentsRetentionPeriod as with
default value of 7days .
Making this change to have a setter to make DeletedSegmentsRetentionPeriod
configurable from the c
gortiz commented on issue #10183:
URL: https://github.com/apache/pinot/issues/10183#issuecomment-1448260115
@Jackie-Jiang and I decided to change the current proposals in order to use
the alternative where IndexDeclaration is not necessary.
https://github.com/apache/pinot/pull/10191 has bee
gortiz commented on PR #10191:
URL: https://github.com/apache/pinot/pull/10191#issuecomment-1448257699
@Jackie-Jiang I've modified this PR in order to remove the IndexDeclaration,
as we discussed online. I'll be checking the tests, but this should be ready to
merge
--
This is an automat
abhijeetkushe commented on issue #10274:
URL: https://github.com/apache/pinot/issues/10274#issuecomment-1448202465
Any updates on this ?
--
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 specif
codecov-commenter commented on PR #10346:
URL: https://github.com/apache/pinot/pull/10346#issuecomment-1448096797
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10346?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
codecov-commenter commented on PR #10350:
URL: https://github.com/apache/pinot/pull/10350#issuecomment-1448042685
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10350?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
saurabhd336 commented on code in PR #10346:
URL: https://github.com/apache/pinot/pull/10346#discussion_r1119941859
##
pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentpruner/SegmentNameSegmentPruner.java:
##
@@ -0,0 +1,164 @@
+/**
+ * Licensed to the Apache Soft
saurabhd336 commented on code in PR #10255:
URL: https://github.com/apache/pinot/pull/10255#discussion_r1119909860
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -545,10 +547,54 @@ private Map
getTierToInstancePart
61yao commented on PR #10350:
URL: https://github.com/apache/pinot/pull/10350#issuecomment-1447994320
@Jackie-Jiang @snleee
--
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.
61yao opened a new pull request, #10350:
URL: https://github.com/apache/pinot/pull/10350
New segments won't exclude unavailable instances from replica group. Also,
we don't report new segments as unavailable segments.
Definition of new segments: segments with creation age more than 5
saurabhd336 commented on code in PR #10255:
URL: https://github.com/apache/pinot/pull/10255#discussion_r1119895149
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -1757,6 +1758,23 @@ private void assignInstances(Tabl
saurabhd336 commented on code in PR #10255:
URL: https://github.com/apache/pinot/pull/10255#discussion_r1119889957
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/InstanceAssignmentDriver.java:
##
@@ -82,4 +83,34 @@ public InstancePar
saurabhd336 commented on code in PR #10255:
URL: https://github.com/apache/pinot/pull/10255#discussion_r1119870270
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotInstanceAssignmentRestletResource.java:
##
@@ -80,39 +83,68 @@ public class PinotIn
saurabhd336 commented on code in PR #10255:
URL: https://github.com/apache/pinot/pull/10255#discussion_r1119869074
##
pinot-common/src/main/java/org/apache/pinot/common/metadata/ZKMetadataProvider.java:
##
@@ -261,6 +263,20 @@ public static UserConfig
getUserConfig(ZkHelixPrope
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 c5dd6df27c Add Statistics grouped at Stage I
KKcorps merged PR #10337:
URL: https://github.com/apache/pinot/pull/10337
--
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
codecov-commenter commented on PR #10349:
URL: https://github.com/apache/pinot/pull/10349#issuecomment-1447863251
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10349?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
ankitsultana opened a new pull request, #10349:
URL: https://github.com/apache/pinot/pull/10349
v1 engine uses two types of thread-pools: runners and workers. Workers run
the per-segment operators and runners run the BaseCombineOperator. Workers
provide data to the blockingQueue in the comb
GSharayu commented on code in PR #10270:
URL: https://github.com/apache/pinot/pull/10270#discussion_r1119699319
##
pinot-common/src/main/java/org/apache/pinot/common/utils/config/QueryOptionsUtils.java:
##
@@ -190,4 +191,25 @@ public static Integer getGroupTrimThreshold(Map quer
saurabhd336 commented on code in PR #10343:
URL: https://github.com/apache/pinot/pull/10343#discussion_r1119695533
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/column/DefaultNullValueVirtualColumnProvider.java:
##
@@ -94,6 +95,36 @@ public Co
78 matches
Mail list logo