[GitHub] [incubator-pinot] pabrahamusa commented on issue #6449: Errors after Pinot server ran out of max map count

2021-01-22 Thread GitBox
pabrahamusa commented on issue #6449: URL: https://github.com/apache/incubator-pinot/issues/6449#issuecomment-765873995 @subourbonite At the moment the helm chart in the repo uses Statefulset for controller. which always creates separate storage. The folder in the chart for controller is

[GitHub] [incubator-pinot] codecov-io commented on pull request #6483: Guard against multiple consuming segments for same partition

2021-01-22 Thread GitBox
codecov-io commented on pull request #6483: URL: https://github.com/apache/incubator-pinot/pull/6483#issuecomment-765862515 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6483?src=pr&el=h1) Report > Merging [#6483](https://codecov.io/gh/apache/incubator-pinot/pull/6483?s

[GitHub] [incubator-pinot] daniellavoie commented on pull request #6440: Add authentication for write endpoints of Controller resources

2021-01-22 Thread GitBox
daniellavoie commented on pull request #6440: URL: https://github.com/apache/incubator-pinot/pull/6440#issuecomment-765862374 > > > So, we are still making the assumption that the client credentials are sent via http headers. I suppose that is OK, but maybe we should also add an interface

[GitHub] [incubator-pinot] mcvsubbu commented on pull request #6440: Add authentication for write endpoints of Controller resources

2021-01-22 Thread GitBox
mcvsubbu commented on pull request #6440: URL: https://github.com/apache/incubator-pinot/pull/6440#issuecomment-765860188 > > So, we are still making the assumption that the client credentials are sent via http headers. I suppose that is OK, but maybe we should also add an interface that p

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #6440: Add authentication for write endpoints of Controller resources

2021-01-22 Thread GitBox
mcvsubbu commented on a change in pull request #6440: URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r563012906 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentUploadDownloadRestletResource.java ## @@ -492

[GitHub] [incubator-pinot] daniellavoie commented on pull request #6440: Add authentication for write endpoints of Controller resources

2021-01-22 Thread GitBox
daniellavoie commented on pull request #6440: URL: https://github.com/apache/incubator-pinot/pull/6440#issuecomment-765859442 > So, we are still making the assumption that the client credentials are sent via http headers. I suppose that is OK, but maybe we should also add an interface that

[GitHub] [incubator-pinot] mcvsubbu commented on pull request #6466: Handle creation of segments with 0 rows

2021-01-22 Thread GitBox
mcvsubbu commented on pull request #6466: URL: https://github.com/apache/incubator-pinot/pull/6466#issuecomment-765857360 How would retention manager work on these segments? This is an automated message from the Apache Git Se

[GitHub] [incubator-pinot] mcvsubbu opened a new pull request #6483: Guard against multiple consuming segments for same partition

2021-01-22 Thread GitBox
mcvsubbu opened a new pull request #6483: URL: https://github.com/apache/incubator-pinot/pull/6483 Fixes being considered for issues #5559 and #5263 may end up resurfacing some race conditions that we have strived to avoid via automated mechanisms. The race conditions may lead to multi

[incubator-pinot] branch master updated: [TE]frontend - Activate the composite anomalies route (#6472)

2021-01-22 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 830eb94 [TE]frontend - Activate the com

[GitHub] [incubator-pinot] jihaozh merged pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
jihaozh merged pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472 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 t

[GitHub] [incubator-pinot] codecov-io commented on pull request #6466: Handle creation of segments with 0 rows

2021-01-22 Thread GitBox
codecov-io commented on pull request #6466: URL: https://github.com/apache/incubator-pinot/pull/6466#issuecomment-765818572 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6466?src=pr&el=h1) Report > Merging [#6466](https://codecov.io/gh/apache/incubator-pinot/pull/6466?s

[GitHub] [incubator-pinot] kbastani opened a new pull request #6482: Create CODE_OF_CONDUCT.md

2021-01-22 Thread GitBox
kbastani opened a new pull request #6482: URL: https://github.com/apache/incubator-pinot/pull/6482 Adding a code of conduct per the recommended community checklist found in the project's insight page. See: https://github.com/apache/incubator-pinot/community ## Description Add a d

[GitHub] [incubator-pinot] kbastani opened a new pull request #6481: Create CONTRIBUTING.md

2021-01-22 Thread GitBox
kbastani opened a new pull request #6481: URL: https://github.com/apache/incubator-pinot/pull/6481 Add a contribution guideline README, per the recommended GitHub community checklist found in project insights. See: https://github.com/apache/incubator-pinot/community -

[GitHub] [incubator-pinot] apucher merged pull request #6418: TLS-support for client-pinot and pinot-internode connections

2021-01-22 Thread GitBox
apucher merged pull request #6418: URL: https://github.com/apache/incubator-pinot/pull/6418 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 t

[GitHub] [incubator-pinot] fx19880617 opened a new issue #6480: Support Kafka Consumer in exact-once semantics

2021-01-22 Thread GitBox
fx19880617 opened a new issue #6480: URL: https://github.com/apache/incubator-pinot/issues/6480 Seeing more requirements on this. Kafka consumer supports exact-once semantics but requires code changes. Code snippet: ``` KafkaConsumer consumer = createKafkaConsumer( "boot

[GitHub] [incubator-pinot] codecov-io edited a comment on pull request #6403: [WORK IN PROGRESS] Fix upcasting/downcasting of numerical values used in SQL predicates.

2021-01-22 Thread GitBox
codecov-io edited a comment on pull request #6403: URL: https://github.com/apache/incubator-pinot/pull/6403#issuecomment-759105793 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6403?src=pr&el=h1) Report > Merging [#6403](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] JoeFuentes-WebDev edited a comment on pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev edited a comment on pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#issuecomment-765728382 LGTM 👍🏽 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#issuecomment-765728382 LGTM This is an automated message from the Apache Git Service. To respond to the message, plea

[incubator-pinot] branch segment-creation-in-one-pass updated (51aaa35 -> a96a8e0)

2021-01-22 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch segment-creation-in-one-pass in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 51aaa35 Support data ingestion for offline segment in one pass add 3e4c325 [INFRA

[incubator-pinot] branch segment-creation-in-one-pass updated (7bcaa01 -> 51aaa35)

2021-01-22 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch segment-creation-in-one-pass in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 7bcaa01 Support data ingestion for offline segment in one pass add 51aaa35 Suppor

[incubator-pinot] branch master updated (04e2bcc -> dde3c18)

2021-01-22 Thread apucher
This is an automated email from the ASF dual-hosted git repository. apucher pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 04e2bcc Update superset docker image repo (#6477) add dde3c18 TLS-support for client-pinot and pinot

[GitHub] [incubator-pinot] codecov-io edited a comment on pull request #6403: [WORK IN PROGRESS] Fix upcasting/downcasting of numerical values used in SQL predicates.

2021-01-22 Thread GitBox
codecov-io edited a comment on pull request #6403: URL: https://github.com/apache/incubator-pinot/pull/6403#issuecomment-759105793 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6403?src=pr&el=h1) Report > Merging [#6403](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6478: Time column predicates are invalidating use of star-tree indices

2021-01-22 Thread GitBox
Jackie-Jiang commented on issue #6478: URL: https://github.com/apache/incubator-pinot/issues/6478#issuecomment-765688325 The problem is that we don't have a scalar function implementation of `cast()`, thus it won't be resolved at compilation --

[GitHub] [incubator-pinot] jackjlli opened a new pull request #6479: Support data ingestion for generating offline segment in one pass

2021-01-22 Thread GitBox
jackjlli opened a new pull request #6479: URL: https://github.com/apache/incubator-pinot/pull/6479 ## Description Currently when generating an offline segment, raw data has to be traversed two times; one time for gathering stats in `RecordReaderSegmentCreationDataSource`, another time f

[incubator-pinot] 01/01: Support data ingestion for offline segment in one pass

2021-01-22 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch segment-creation-in-one-pass in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 7bcaa01d55070b36a1f3219e0cf33de8724e7084 Author: Jack Li(Analytics Engineering) AuthorDate:

[incubator-pinot] branch segment-creation-in-one-pass created (now 7bcaa01)

2021-01-22 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch segment-creation-in-one-pass in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 7bcaa01 Support data ingestion for offline segment in one pass This branch includes th

[GitHub] [incubator-pinot] mayankshriv commented on issue #6478: Time column predicates are invalidating use of star-tree indices

2021-01-22 Thread GitBox
mayankshriv commented on issue #6478: URL: https://github.com/apache/incubator-pinot/issues/6478#issuecomment-765673018 I did a simple test to compile the query to BrokerRequest, and do see `cast(now() - 17280 as long)` as LHS. My test did not actually go through any query execution.

[GitHub] [incubator-pinot] subourbonite closed issue #6478: Time column predicates are invalidating use of star-tree indices

2021-01-22 Thread GitBox
subourbonite closed issue #6478: URL: https://github.com/apache/incubator-pinot/issues/6478 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 t

[GitHub] [incubator-pinot] tejasajmera commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
tejasajmera commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562895316 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantParse } fr

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6478: Time column predicates are invalidating use of star-tree indices

2021-01-22 Thread GitBox
Jackie-Jiang commented on issue #6478: URL: https://github.com/apache/incubator-pinot/issues/6478#issuecomment-765662098 This is unexpected. `cast(now() - 17280 as long)` should be replaced with the actual value on the broker side, and these 2 queries should be identical on the server

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562879413 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantPars

[GitHub] [incubator-pinot] apucher commented on pull request #6418: TLS-support for client-pinot and pinot-internode connections

2021-01-22 Thread GitBox
apucher commented on pull request #6418: URL: https://github.com/apache/incubator-pinot/pull/6418#issuecomment-765648243 @mcvsubbu fixed the message. thanks for bearing with me. This is an automated message from the Apache Gi

[GitHub] [incubator-pinot] tejasajmera commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
tejasajmera commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562865959 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -106,16 +116,16 @@ export default Route.extend(AuthenticatedRo

[GitHub] [incubator-pinot] jackjlli commented on pull request #6361: Detect invalid column names from query in Pinot server

2021-01-22 Thread GitBox
jackjlli commented on pull request #6361: URL: https://github.com/apache/incubator-pinot/pull/6361#issuecomment-765640917 @mayankshriv Regarding performance impact, I've benchmarked this PR with two type use cases. One is with high qps, one is with high number of columns in the schema. Nei

[incubator-pinot] branch master updated (7649f9f -> 04e2bcc)

2021-01-22 Thread xiangfu
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/incubator-pinot.git. from 7649f9f Remove the usage of deprecated range delimiter (#6475) add 04e2bcc Update superset docker im

[GitHub] [incubator-pinot] fx19880617 merged pull request #6477: Update superset docker image repo

2021-01-22 Thread GitBox
fx19880617 merged pull request #6477: URL: https://github.com/apache/incubator-pinot/pull/6477 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

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562845797 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -106,16 +116,16 @@ export default Route.extend(Authentic

[incubator-pinot] branch master updated (f7af798 -> 7649f9f)

2021-01-22 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/incubator-pinot.git. from f7af798 Handle scheduler calls with proper response when it's disabled. (#6474) add 7649f9f Remove t

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #6475: Remove the usage of deprecated range delimiter

2021-01-22 Thread GitBox
Jackie-Jiang merged pull request #6475: URL: https://github.com/apache/incubator-pinot/pull/6475 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

[GitHub] [incubator-pinot] tejasajmera commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
tejasajmera commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562844719 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantParse } fr

[GitHub] [incubator-pinot] tejasajmera commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
tejasajmera commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562844274 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantParse } fr

[GitHub] [incubator-pinot] tejasajmera commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
tejasajmera commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562841868 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -106,16 +116,16 @@ export default Route.extend(AuthenticatedRo

[GitHub] [incubator-pinot] fx19880617 commented on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
fx19880617 commented on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765611219 > > I think it's not a good idea. Pinot will start using SQL instead of PQL completely. Also, connector uses SQL compiler of Pinot, and I don't know SQL compiler supports

[GitHub] [incubator-pinot] subourbonite opened a new issue #6478: Time column predicates are invalidating use of star-tree indices

2021-01-22 Thread GitBox
subourbonite opened a new issue #6478: URL: https://github.com/apache/incubator-pinot/issues/6478 In some cases, time-column predicates are disqualifying queries from using star-trees, when they would otherwise be used. Specifically, this appears to be the case when using a dynamic timesta

[incubator-pinot] branch pinot-internode-tls updated (80f62e9 -> f66919e)

2021-01-22 Thread apucher
This is an automated email from the ASF dual-hosted git repository. apucher pushed a change to branch pinot-internode-tls in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 80f62e9 use global tls config only add f66919e expand inferPort() error message No new

[GitHub] [incubator-pinot] pabrahamusa edited a comment on issue #6449: Errors after Pinot server ran out of max map count

2021-01-22 Thread GitBox
pabrahamusa edited a comment on issue #6449: URL: https://github.com/apache/incubator-pinot/issues/6449#issuecomment-765591119 @subourbonite I am running two controllers and two brokers not aware that the controller data should be shared . I can map same PVC for both controllers. Thanks

[GitHub] [incubator-pinot] pabrahamusa commented on issue #6449: Errors after Pinot server ran out of max map count

2021-01-22 Thread GitBox
pabrahamusa commented on issue #6449: URL: https://github.com/apache/incubator-pinot/issues/6449#issuecomment-765591119 @subourbonite I am running two controllers and two brokers not aware that the controller data should be shared . I can map a same PVC for both controllers. Thanks for p

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562788771 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -106,16 +116,16 @@ export default Route.extend(Authentic

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #6418: TLS-support for client-pinot and pinot-internode connections

2021-01-22 Thread GitBox
mcvsubbu commented on a change in pull request #6418: URL: https://github.com/apache/incubator-pinot/pull/6418#discussion_r562797116 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/HelixBrokerStarter.java ## @@ -117,13 +124,18 @@ public HelixBroke

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562792975 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantPars

[GitHub] [incubator-pinot] JoeFuentes-WebDev commented on a change in pull request #6472: [TE]frontend - Activate the composite anomalies route

2021-01-22 Thread GitBox
JoeFuentes-WebDev commented on a change in pull request #6472: URL: https://github.com/apache/incubator-pinot/pull/6472#discussion_r562792975 ## File path: thirdeye/thirdeye-frontend/app/pods/manage/explore/route.js ## @@ -12,9 +12,14 @@ import { formatYamlFilter, redundantPars

[GitHub] [incubator-pinot] khanhpv commented on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
khanhpv commented on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765462272 > I think it's not a good idea. Pinot will start using SQL instead of PQL completely. Also, connector uses SQL compiler of Pinot, and I don't know SQL compiler supports rege

[GitHub] [incubator-pinot] khanhpv commented on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
khanhpv commented on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765461480 > I feel in this case, we can still write the query in SparkSQL `LIKE` syntax. Then in the filter Push Down code (https://github.com/apache/incubator-pinot/blob/master/pinot

[GitHub] [incubator-pinot] fx19880617 merged pull request #6469: Simplify SegmentGenerationAndPushTask handling getting schema and table config

2021-01-22 Thread GitBox
fx19880617 merged pull request #6469: URL: https://github.com/apache/incubator-pinot/pull/6469 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

[GitHub] [incubator-pinot] fx19880617 edited a comment on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
fx19880617 edited a comment on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765324592 I feel in this case, we can still write the query in SparkSQL `LIKE` syntax. Then in the filter Push Down code (https://github.com/apache/incubator-pinot/blob/mast

[GitHub] [incubator-pinot] fx19880617 commented on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
fx19880617 commented on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765324592 I feel in this case, we need to write the query in SparkSQL syntax and in the filter PushDown code (https://github.com/apache/incubator-pinot/blob/master/pinot-connectors

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #6477: Update superset docker image repo

2021-01-22 Thread GitBox
fx19880617 opened a new pull request #6477: URL: https://github.com/apache/incubator-pinot/pull/6477 ## Description update superset docker image repo from `apache/incubator-superset` to `apache/superset` This is an automa

[incubator-pinot] branch update_superset_image_repo created (now 95e7227)

2021-01-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch update_superset_image_repo in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 95e7227 Update superset docker image repo This branch includes the following new comm

[incubator-pinot] 01/01: Update superset docker image repo

2021-01-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch update_superset_image_repo in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 95e72272e6d9e99acc3dce1bb72c3ee5f7697e17 Author: Xiang Fu AuthorDate: Fri Jan 22 02:27:46

[GitHub] [incubator-pinot] fx19880617 commented on issue #6449: Errors after Pinot server ran out of max map count

2021-01-22 Thread GitBox
fx19880617 commented on issue #6449: URL: https://github.com/apache/incubator-pinot/issues/6449#issuecomment-765281216 > @fx19880617 do you mean the controller data folder? I have mapped /var/pinot/controller/data to a SSD and its max size is 10GB however it was only 50% full. I am using

[GitHub] [incubator-pinot] mangrrua commented on issue #6471: Spark-Pinot Connector regexp_like not worked

2021-01-22 Thread GitBox
mangrrua commented on issue #6471: URL: https://github.com/apache/incubator-pinot/issues/6471#issuecomment-765272112 I think it's not a good idea. Pinot will start using SQL instead of PQL completely. Also, connector uses SQL compiler of Pinot, and I don't know SQL compiler supports regex

[incubator-pinot] branch master updated: Handle scheduler calls with proper response when it's disabled. (#6474)

2021-01-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new f7af798 Handle scheduler calls with p

[GitHub] [incubator-pinot] fx19880617 merged pull request #6474: Handle scheduler calls with proper response when it's disabled.

2021-01-22 Thread GitBox
fx19880617 merged pull request #6474: URL: https://github.com/apache/incubator-pinot/pull/6474 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

[incubator-pinot] branch master updated: Simplify SegmentGenerationAndPushTask handling getting schema and table config (#6469)

2021-01-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 8c8897e Simplify SegmentGenerationAnd

[GitHub] [incubator-pinot] jihaozh merged pull request #6448: Refactor alert details template

2021-01-22 Thread GitBox
jihaozh merged pull request #6448: URL: https://github.com/apache/incubator-pinot/pull/6448 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 t