richardstartin commented on a change in pull request #7412:
URL: https://github.com/apache/pinot/pull/7412#discussion_r705017892
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -97,9 +102,9 @@ public static String jsonF
codecov-commenter edited a comment on pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#issuecomment-912821972
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#issuecomment-912821972
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-910162874
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7384?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-910162874
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7384?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-910162874
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7384?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
lakshmanan-v commented on a change in pull request #7383:
URL: https://github.com/apache/pinot/pull/7383#discussion_r704995601
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountHLLPlusPlusMVAggregationFunction.java
##
@@ -0,0
codecov-commenter edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-910162874
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7384?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
lakshmanan-v commented on a change in pull request #7383:
URL: https://github.com/apache/pinot/pull/7383#discussion_r704977748
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountHLLSketchAggregationFunction.java
##
@@ -0,0 +1,3
amrishlal commented on a change in pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#discussion_r704977393
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/optimizer/statement/StringPredicateFilterOptimizer.java
##
@@ -0,0 +1,127 @@
+/**
+ *
lakshmanan-v commented on a change in pull request #7383:
URL: https://github.com/apache/pinot/pull/7383#discussion_r704977422
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountHLLPlusPlusMVAggregationFunction.java
##
@@ -0,0
amrishlal commented on a change in pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#discussion_r704977257
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java
##
@@ -389,4 +389,15 @@ public static int hammingDi
amrishlal commented on a change in pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#discussion_r704976833
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/optimizer/statement/StringPredicateFilterOptimizer.java
##
@@ -0,0 +1,127 @@
+/**
+ *
amrishlal commented on a change in pull request #7394:
URL: https://github.com/apache/pinot/pull/7394#discussion_r704976661
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java
##
@@ -389,4 +389,15 @@ public static int hammingDi
elonazoulay edited a comment on issue #7388:
URL: https://github.com/apache/pinot/issues/7388#issuecomment-915778295
Yes, some example functions:
* locf: last observation carried forward
* gapfill: similar to the `seq` sql function, fill in a gap with specified
granularity
* linear
elonazoulay commented on issue #7388:
URL: https://github.com/apache/pinot/issues/7388#issuecomment-915778295
Yes, some example functions:
--
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 spe
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 58fcd5b simplify association between Java Class and PinotDataType for
faster mapping (#7402)
add c27ae81 Cach
xiangfu0 merged pull request #7408:
URL: https://github.com/apache/pinot/pull/7408
--
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-unsubsc
ckharide commented on issue #7404:
URL: https://github.com/apache/pinot/issues/7404#issuecomment-915763649
Ok may be am missing something here - in PinotServiceManager constructor
_instanceId is already there.
_instanceId = String.format("ServiceManager_%s_%d", hostname, port);
D
Jackie-Jiang commented on a change in pull request #7412:
URL: https://github.com/apache/pinot/pull/7412#discussion_r704867325
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -97,9 +102,9 @@ public static String jsonFor
Jackie-Jiang commented on a change in pull request #7397:
URL: https://github.com/apache/pinot/pull/7397#discussion_r704865110
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/exception/QueryException.java
##
@@ -63,19 +63,27 @@ public static void setMaxLinesOf
Jackie-Jiang commented on issue #7404:
URL: https://github.com/apache/pinot/issues/7404#issuecomment-915664185
Actually the instanceId is returned after it is started
(`StartServiceManagerCommand.startServiceManager()`), and it is logged in
`StartServiceManagerCommand.startPinotService()`
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 58fcd5b simplify association between Java Class
Jackie-Jiang merged pull request #7402:
URL: https://github.com/apache/pinot/pull/7402
--
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-uns
kkrugler commented on pull request #7400:
URL: https://github.com/apache/pinot/pull/7400#issuecomment-915660204
@elonazoulay & @xiangfu0 - hoping one of you can take a look, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
mcvsubbu commented on issue #7413:
URL: https://github.com/apache/pinot/issues/7413#issuecomment-915649144
Does it make sense to have some sort of segment level locks so that the same
set of segments are not picked up by multiple tasks? If we can come up with a
lock-free algorithms on this
codecov-commenter edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch config-obfuscator
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from beb7aa0 dedicated JsonNode path
add cfb41e9 handle json string separately
No new revisions were ad
codecov-commenter edited a comment on pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#issuecomment-901313573
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7319?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
jtao15 opened a new issue #7413:
URL: https://github.com/apache/pinot/issues/7413
There's a potential race condition issue when we run merge/roll-up task &
segment upload tasks (e.g. purge, convertToRawIndex, etc) on the same table
(purge task for example):
1. Segment A is picked both b
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704818424
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
##
@@ -248,19 +249,27 @@ public boolean is
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704813575
##
File path:
pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManager.java
##
@@ -311,6 +310,47 @@ private void reloadSeg
codecov-commenter edited a comment on pull request #7402:
URL: https://github.com/apache/pinot/pull/7402#issuecomment-914319924
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7402?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
richardstartin commented on pull request #7402:
URL: https://github.com/apache/pinot/pull/7402#issuecomment-915576580
OK I reordered them.
--
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 spe
mcvsubbu commented on a change in pull request #6778:
URL: https://github.com/apache/pinot/pull/6778#discussion_r704761568
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
##
@@ -173,6 +173,12 @@
public static final String SEGME
Jackie-Jiang commented on a change in pull request #7402:
URL: https://github.com/apache/pinot/pull/7402#discussion_r704755085
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java
##
@@ -1119,13 +1090,68 @@ public PinotDataType getSingleVal
mcvsubbu commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704738027
##
File path:
pinot-core/src/test/java/org/apache/pinot/core/data/manager/BaseTableDataManagerAcquireSegmentTest.java
##
@@ -240,7 +239,7 @@ public void t
richardstartin commented on pull request #7402:
URL: https://github.com/apache/pinot/pull/7402#issuecomment-915535374
@Jackie-Jiang do you have any concerns regarding what's above? This is much
faster than the `HashMap` in the worst case as well as the best case.
--
This is an automated
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704717050
##
File path:
pinot-core/src/test/java/org/apache/pinot/core/data/manager/BaseTableDataManagerAcquireSegmentTest.java
##
@@ -240,7 +239,7 @@ public void te
codecov-commenter edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
apucher commented on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915499072
> > The obfuscator is fully configurable. If patterns need to be added or
tweaked this can be done at any time
> > EDIT: to clarify - the patterns match on key name, not the val
codecov-commenter edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
mcvsubbu commented on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915493156
> The obfuscator is fully configurable. If patterns need to be added or
tweaked this can be done at any time
>
> EDIT: to clarify - the patterns match on key name, not the
codecov-commenter commented on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915485767
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7407?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac
apucher edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915476383
The obfuscator is fully configurable. If patterns need to be added or
tweaked this can be done at any time
EDIT: to clarify - the patterns match on key name, not the
apucher edited a comment on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915476383
The obfuscator is fully configurable. If patterns need to added or tweaked
this can be done at any time
EDIT: to clarify - the pattern match on key name, not the valu
apucher commented on pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#issuecomment-915476383
The obfuscator is fully configurable. If patterns need to added or tweaked
this can be done at any time
--
This is an automated message from the Apache Git Service.
To respond t
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch config-obfuscator
in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 1f996ba license headers
add beb7aa0 dedicated JsonNode path
No new revisions were added by this up
apucher commented on a change in pull request #7407:
URL: https://github.com/apache/pinot/pull/7407#discussion_r704659809
##
File path: pinot-spi/src/main/java/org/apache/pinot/spi/utils/Obfuscator.java
##
@@ -0,0 +1,114 @@
+/**
+ * Licensed to the Apache Software Foundation (A
mcvsubbu commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704643135
##
File path:
pinot-core/src/test/java/org/apache/pinot/core/data/manager/BaseTableDataManagerAcquireSegmentTest.java
##
@@ -240,7 +239,7 @@ public void t
mcvsubbu commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704639430
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
##
@@ -256,4 +267,147 @@ public void addSegmentError(S
mcvsubbu commented on issue #7229:
URL: https://github.com/apache/pinot/issues/7229#issuecomment-915422279
Please also add a link o
https://docs.google.com/document/d/1Z4FLg3ezHpqvc6zhy0jR6Wi2OL8wLO_lRC6aLkskFgs/edit#heading=h.sbtdm9byxqnc
in the design document, and comment on how your so
mcvsubbu commented on issue #7378:
URL: https://github.com/apache/pinot/issues/7378#issuecomment-915421214
So, what you really need is not just multiple directory support, but (also)
support for some policy using which some directory may be chosen to keep
segments in the server. Perhaps y
xiangfu0 edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915414963
> k. but then why there are other changes than the pom changes?
After chatted with Prestodb community, I think it's better to move
presto-pinot-driver (https://githu
xiangfu0 edited a comment on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915414963
> k. but then why there are other changes than the pom changes?
After chatted with Prestodb community, I think it's better to move
presto-pinot-driver (https://githu
xiangfu0 commented on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915414963
> k. but then why there are other changes than the pom changes?
After chatted with Prestodb community, I think it's better to move
presto-pinot-driver (https://github.com/p
yupeng9 commented on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915411000
k. but then why there are other changes than the pom changes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704605056
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java
##
@@ -248,19 +249,27 @@ public boolean is
richardstartin commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704600925
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
##
@@ -256,4 +267,147 @@ public void addSegmentE
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704597692
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/InstanceDataManager.java
##
@@ -86,11 +86,28 @@ void reloadSegment(String tableNa
richardstartin commented on a change in pull request #7409:
URL: https://github.com/apache/pinot/pull/7409#discussion_r704596924
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonPathMapCacheTest.java
##
@@ -0,0 +1,65 @@
+/**
+ * Licensed to the Apa
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704593911
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
##
@@ -256,4 +267,147 @@ public void addSegmentError(St
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704593059
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
##
@@ -256,4 +267,147 @@ public void addSegmentError(St
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704593059
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java
##
@@ -256,4 +267,147 @@ public void addSegmentError(St
richardstartin commented on a change in pull request #7409:
URL: https://github.com/apache/pinot/pull/7409#discussion_r704592708
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonPathMapCacheTest.java
##
@@ -0,0 +1,65 @@
+/**
+ * Licensed to the Apa
klsince commented on a change in pull request #7319:
URL: https://github.com/apache/pinot/pull/7319#discussion_r704588292
##
File path:
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/data/manager/TableDataManager.java
##
@@ -146,4 +156,12 @@ void addSegment(S
xiangfu0 commented on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915389720
> Can you explain the purpose of this change?
> Can you explain the purpose of this change?
presto is on jdk8 and pinot is on jdk 11, so we need to recompile
yupeng9 commented on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915377453
Can you explain the purpose of this change?
--
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
xiangfu0 commented on pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#issuecomment-915346648
> Can you please elaborate more on why we need to replicate some of the
classes in this new module? And how is the module going to be released?
removed duplicated classes.
xiangfu0 commented on pull request #7408:
URL: https://github.com/apache/pinot/pull/7408#issuecomment-915340296
Seems no significant changes
--
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
richardstartin commented on a change in pull request #7412:
URL: https://github.com/apache/pinot/pull/7412#discussion_r704476933
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -97,9 +102,9 @@ public static String jsonF
kishoreg commented on a change in pull request #7412:
URL: https://github.com/apache/pinot/pull/7412#discussion_r704472738
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -97,9 +102,9 @@ public static String jsonFormat(
richardstartin closed issue #7411:
URL: https://github.com/apache/pinot/issues/7411
--
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-unsubs
richardstartin commented on issue #7411:
URL: https://github.com/apache/pinot/issues/7411#issuecomment-915269328
I managed to reproduce this with a valid JSON path and it's more of a
library issue, closing.
--
This is an automated message from the Apache Git Service.
To respond to the me
richardstartin opened a new pull request #7412:
URL: https://github.com/apache/pinot/pull/7412
## Description
The JSONPath library allocates a stateless object and reinitialises
configuration once per JSON path invocation, which contributes to high
allocation rate per JSON path eval
syed72 commented on issue #7378:
URL: https://github.com/apache/pinot/issues/7378#issuecomment-915221704
1. Assume, we have 2 disk partitions(/disk1, /disk2)... we can choose any
one partition based on the free space available ...
2. I have another case, where we can have 2 disks(one wit
suddendust commented on a change in pull request #7397:
URL: https://github.com/apache/pinot/pull/7397#discussion_r704331530
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/exception/QueryException.java
##
@@ -63,19 +63,27 @@ public static void setMaxLinesOfSt
codecov-commenter edited a comment on pull request #7409:
URL: https://github.com/apache/pinot/pull/7409#issuecomment-915143514
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7409?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
codecov-commenter commented on pull request #7409:
URL: https://github.com/apache/pinot/pull/7409#issuecomment-915143514
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7409?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac
richardstartin opened a new issue #7411:
URL: https://github.com/apache/pinot/issues/7411
In a profile from a system where invalid JSON paths were configured, a lot
of time (> 20%) was spent during ingestion throwing at least one JSON path
validation exception per row. The operator of a pr
richardstartin opened a new issue #7410:
URL: https://github.com/apache/pinot/issues/7410
I noticed defensive calls to `String.trim` actually trimming the JSON path
in a profile from a user, where these paths come from ingestion transformation
configuration.
https://user-images.git
Ferrari6 opened a new pull request #7409:
URL: https://github.com/apache/pinot/pull/7409
## Description
this commit fixes #7403
### Background
> When we used jsonpath transformation functions, we found that there was a
delay in consumption, and the CPU usage was very high. Ana
codecov-commenter commented on pull request #7408:
URL: https://github.com/apache/pinot/pull/7408#issuecomment-915089336
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/7408?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac
xiangfu0 opened a new pull request #7408:
URL: https://github.com/apache/pinot/pull/7408
## Description
## Upgrade Notes
Does this PR prevent a zero down-time upgrade? (Assume upgrade order:
Controller, Broker, Server, Minion)
* [ ] Yes (Please label as **backward-incompat**, a
richardstartin edited a comment on pull request #7402:
URL: https://github.com/apache/pinot/pull/7402#issuecomment-914695077
The ordering makes some difference but the point was we're not entirely in
control, so shouldn't over-optimise. I created a worst case scenario, where
there's one st
87 matches
Mail list logo