[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #5728: Add segment lineage based segment selector

2020-07-29 Thread GitBox
kishoreg commented on a change in pull request #5728: URL: https://github.com/apache/incubator-pinot/pull/5728#discussion_r461661440 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/OfflineSegmentSelector.java ## @@ -42,7 +49,14 @@ publi

[GitHub] [incubator-pinot] Jackie-Jiang commented on pull request #5746: Fix code to correctly extract value of multi-value column from avro file

2020-07-29 Thread GitBox
Jackie-Jiang commented on pull request #5746: URL: https://github.com/apache/incubator-pinot/pull/5746#issuecomment-664682965 Please take a look at #5760 which is a general fix for this issue. This is an automated message fro

[GitHub] [incubator-pinot] suvodeep-pyne commented on pull request #5740: [TE] Added a backfill start date for Anomaly Detection

2020-07-29 Thread GitBox
suvodeep-pyne commented on pull request #5740: URL: https://github.com/apache/incubator-pinot/pull/5740#issuecomment-665395239 Resolving older comments as per conversation: All yaml template changes have been removed. And the `lastTimestamp` has been exposed as is with a default value of 3

[GitHub] [incubator-pinot] shahsank3t commented on pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
shahsank3t commented on pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763#issuecomment-665189824 @kishoreg Addressed the comment and updated the PR. ![image](https://user-images.githubusercontent.com/6761317/88703646-95c88700-d12a-11ea-87b4-6800adcdf72b.png

[GitHub] [incubator-pinot] kishoreg commented on pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
kishoreg commented on pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763#issuecomment-665187267 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-pinot] kishoreg merged pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
kishoreg merged pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763 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

[GitHub] [incubator-pinot] npawar commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
npawar commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-665126719 This will be covered as part of tiered storage: https://github.com/apache/incubator-pinot/issues/5553 This i

[GitHub] [incubator-pinot] haibow commented on a change in pull request #5731: Refreshing the Pinot project README to match docs.

2020-07-29 Thread GitBox
haibow commented on a change in pull request #5731: URL: https://github.com/apache/incubator-pinot/pull/5731#discussion_r461241052 ## File path: README.md ## @@ -18,47 +18,71 @@ under the License. --> -# Apache Pinot (incubating) +https://imgur.com/GNevDZ0.png"; align="

[GitHub] [incubator-pinot] fx19880617 commented on pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
fx19880617 commented on pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763#issuecomment-665215001 This is awesome! Two features maybe useful: 1. Show decoded message for compressed metadata. (E.g. large idealStates is compressed) 2. Search support base

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5728: Add segment lineage based segment selector

2020-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #5728: URL: https://github.com/apache/incubator-pinot/pull/5728#discussion_r461791755 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/routing/segmentselector/OfflineSegmentSelector.java ## @@ -42,7 +49,14 @@ p

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
jackjlli commented on a change in pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760#discussion_r461247207 ## File path: pinot-core/src/main/java/org/apache/pinot/core/data/recordtransformer/DataTypeTransformer.java ## @@ -73,10 +80,15 @@ public Gener

[GitHub] [incubator-pinot] guruguha commented on a change in pull request #5718: Feature/#5390 segment indexing reload status api

2020-07-29 Thread GitBox
guruguha commented on a change in pull request #5718: URL: https://github.com/apache/incubator-pinot/pull/5718#discussion_r461303906 ## File path: pinot-common/src/main/java/org/apache/pinot/common/restlet/resources/SegmentStatus.java ## @@ -0,0 +1,64 @@ +/** + * Licensed to t

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #5764: Add retry logic to download segment tar file in pinot server

2020-07-29 Thread GitBox
jackjlli commented on a change in pull request #5764: URL: https://github.com/apache/incubator-pinot/pull/5764#discussion_r461924349 ## File path: pinot-server/src/main/java/org/apache/pinot/server/starter/helix/SegmentFetcherAndLoader.java ## @@ -184,39 +185,44 @@ private boo

[GitHub] [incubator-pinot] mayankshriv opened a new issue #5762: Data Encryption at rest

2020-07-29 Thread GitBox
mayankshriv opened a new issue #5762: URL: https://github.com/apache/incubator-pinot/issues/5762 Currently, Pinot supports storing encrypted segments in deep-store (backing the controller). However, segments on server are still not encrypted. For sensitive data stored in the cloud, we are

[GitHub] [incubator-pinot] sajjad-moradi commented on issue #5751: Support Serving Latest Offline Segments Immediately

2020-07-29 Thread GitBox
sajjad-moradi commented on issue #5751: URL: https://github.com/apache/incubator-pinot/issues/5751#issuecomment-665145249 @mayankshriv sure, I can start the initial design doc. This is an automated message from the Apache Gi

[GitHub] [incubator-pinot] apucher merged pull request #5750: [TE] support optional 'name' field in data source config

2020-07-29 Thread GitBox
apucher merged pull request #5750: URL: https://github.com/apache/incubator-pinot/pull/5750 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] kishoreg commented on issue #5490: Performance benchmark framework

2020-07-29 Thread GitBox
kishoreg commented on issue #5490: URL: https://github.com/apache/incubator-pinot/issues/5490#issuecomment-665268832 Any volunteers to take this up. cc @shounakmk219 @KKcorps? This is an automated message from the Apache Git

[GitHub] [incubator-pinot] mcvsubbu commented on issue #5751: Support Serving Latest Offline Segments Immediately

2020-07-29 Thread GitBox
mcvsubbu commented on issue #5751: URL: https://github.com/apache/incubator-pinot/issues/5751#issuecomment-665112328 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-pinot] elonazoulay commented on a change in pull request #5758: Pradeep/sr ssl fix

2020-07-29 Thread GitBox
elonazoulay commented on a change in pull request #5758: URL: https://github.com/apache/incubator-pinot/pull/5758#discussion_r461731334 ## File path: pinot-plugins/pinot-input-format/pinot-confluent-avro/src/main/java/org/apache/pinot/plugin/inputformat/avro/confluent/KafkaConfluentSc

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5744: [Part 2] Add geo support - add a geo aggregate function st_union

2020-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #5744: URL: https://github.com/apache/incubator-pinot/pull/5744#discussion_r461224432 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/StUnionAggregationFunction.java ## @@ -0,0 +1,137 @@

[GitHub] [incubator-pinot] yupeng9 commented on pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
yupeng9 commented on pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763#issuecomment-665380502 This is awesome! +1 to the search/filter support on the creation/updated time, to show most recent state changes. --

[GitHub] [incubator-pinot] singalravi commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
singalravi commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-664844703 use case: Most of the queries in our system are for recent time frame (last 7 days) but we want to retain data for much longer time period. For this, we want to deploy

[GitHub] [incubator-pinot] Jackie-Jiang commented on pull request #5756: Transform and extract map values to array

2020-07-29 Thread GitBox
Jackie-Jiang commented on pull request #5756: URL: https://github.com/apache/incubator-pinot/pull/5756#issuecomment-664682845 Please take a look at #5760 which is a general fix for this issue. This is an automated message fro

[GitHub] [incubator-pinot] mangrrua commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
mangrrua commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-665255240 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-pinot] yupeng9 commented on a change in pull request #5744: [Part 2] Add geo support - add a geo aggregate function st_union

2020-07-29 Thread GitBox
yupeng9 commented on a change in pull request #5744: URL: https://github.com/apache/incubator-pinot/pull/5744#discussion_r461983532 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/StUnionAggregationFunction.java ## @@ -0,0 +1,137 @@ +/**

[incubator-pinot] branch distinct-count-bitmap updated (cbcc6a0 -> e08ecfe)

2020-07-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch distinct-count-bitmap in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard cbcc6a0 Adding distinct count support based on bitmap add cb149be [TE] Make few intern

[GitHub] [incubator-pinot] kishoreg commented on pull request #5758: Pradeep/sr ssl fix

2020-07-29 Thread GitBox
kishoreg commented on pull request #5758: URL: https://github.com/apache/incubator-pinot/pull/5758#issuecomment-665172447 @elonazoulay @daniellavoie can you please review this? This is an automated message from the Apache Git

[GitHub] [incubator-pinot] vincentchenjl opened a new pull request #5767: [TE] add auto-loading dimension filters on RCA frontend

2020-07-29 Thread GitBox
vincentchenjl opened a new pull request #5767: URL: https://github.com/apache/incubator-pinot/pull/5767 This PR is frontend to support storing dimensional filters per metric level for RCA v2 POC. It needs to be merged with #5735 . --

[GitHub] [incubator-pinot] pradeepgv42 commented on a change in pull request #5758: Pradeep/sr ssl fix

2020-07-29 Thread GitBox
pradeepgv42 commented on a change in pull request #5758: URL: https://github.com/apache/incubator-pinot/pull/5758#discussion_r461904284 ## File path: pinot-plugins/pinot-input-format/pinot-confluent-avro/src/main/java/org/apache/pinot/plugin/inputformat/avro/confluent/KafkaConfluentSc

[GitHub] [incubator-pinot] haibow merged pull request #5731: Refreshing the Pinot project README to match docs.

2020-07-29 Thread GitBox
haibow merged pull request #5731: URL: https://github.com/apache/incubator-pinot/pull/5731 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

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #5764: Add retry logic to download segment tar file in pinot server

2020-07-29 Thread GitBox
mcvsubbu commented on a change in pull request #5764: URL: https://github.com/apache/incubator-pinot/pull/5764#discussion_r461914758 ## File path: pinot-server/src/main/java/org/apache/pinot/server/starter/helix/SegmentFetcherAndLoader.java ## @@ -184,39 +185,44 @@ private boo

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
siddharthteotia commented on a change in pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760#discussion_r461235521 ## File path: pinot-core/src/test/java/org/apache/pinot/core/data/recordtransformer/DataTypeTransformerTest.java ## @@ -0,0 +1,149 @@ +/*

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #5765: Optimize DistinctCount to store dictIds within segment

2020-07-29 Thread GitBox
Jackie-Jiang opened a new pull request #5765: URL: https://github.com/apache/incubator-pinot/pull/5765 ## Description For DistinctCount aggregation function, we can store dictIds within segment without fetching the values, and read the values from dictionary before returning the result

[GitHub] [incubator-pinot] mayankshriv edited a comment on issue #5751: Support Serving Latest Offline Segments Immediately

2020-07-29 Thread GitBox
mayankshriv edited a comment on issue #5751: URL: https://github.com/apache/incubator-pinot/issues/5751#issuecomment-664700503 Summarizing the offline discussion between @mcvsubbu @snleee @sajjad-moradi and @mayankshriv: 1. Since there are use cases that may push partial data for th

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5765: Optimize DistinctCount to store dictIds within segment

2020-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #5765: URL: https://github.com/apache/incubator-pinot/pull/5765#discussion_r462055513 ## File path: pinot-core/src/main/java/org/apache/pinot/core/operator/docvalsets/ProjectionBlockValSet.java ## @@ -32,32 +35,33 @@ public c

[incubator-pinot] branch master updated: Optimize DistinctCount to store dictIds within segment (#5765)

2020-07-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new a8fbdae Optimize DistinctCount to stor

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
Jackie-Jiang opened a new pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760 ## Description Enhance DataTypeTransformer to handle nested Collection/Map/Object[] - Empty `Collection/Map/Object[]` will be treated as `null` - Single-entry `Collection/Map/O

[GitHub] [incubator-pinot] jackjlli opened a new pull request #5764: Add retry logic to download segment tar file in pinot server

2020-07-29 Thread GitBox
jackjlli opened a new pull request #5764: URL: https://github.com/apache/incubator-pinot/pull/5764 ## Description This PR adds retry logic to download segment tar file in pinot server. Even if the tar file has been downloaded successfully, the file itself could be corrupted during the

[GitHub] [incubator-pinot] vincentchenjl commented on a change in pull request #5735: [TE] add enpoints to save dimension filter for RCA v2 POC

2020-07-29 Thread GitBox
vincentchenjl commented on a change in pull request #5735: URL: https://github.com/apache/incubator-pinot/pull/5735#discussion_r461989948 ## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/dashboard/resources/v2/rootcause/AbstractRCAModuleConfig.java ###

[GitHub] [incubator-pinot] mayankshriv commented on issue #5751: Support Serving Latest Offline Segments Immediately

2020-07-29 Thread GitBox
mayankshriv commented on issue #5751: URL: https://github.com/apache/incubator-pinot/issues/5751#issuecomment-664700503 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-pinot] yupeng9 opened a new pull request #5761: Do not apply shade plugin on parent modules

2020-07-29 Thread GitBox
yupeng9 opened a new pull request #5761: URL: https://github.com/apache/incubator-pinot/pull/5761 ## Description Address issue https://github.com/apache/incubator-pinot/issues/5022 The `*shaded.pom` files were generated because of the application of shade plugin on the parent modules.

[GitHub] [incubator-pinot] mayankshriv commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
mayankshriv commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-664739660 While periodically moving the segments from realtime to offline is a good idea, in many cases, it would also benefit to have the segment merge/rollup performed before mo

[GitHub] [incubator-pinot] fx19880617 commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
fx19880617 commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-665344520 > That will be great! If merge/rollup can be applied(@mayankshriv 's suggestion), users can have a lot of flexibility. Because generally, realtime segments represents min

[GitHub] [incubator-pinot] apucher commented on pull request #5750: [TE] support optional 'name' field in data source config

2020-07-29 Thread GitBox
apucher commented on pull request #5750: URL: https://github.com/apache/incubator-pinot/pull/5750#issuecomment-664708535 Hi folks - ***seems*** to be working, but impossible to unit test. If you see any issues please revert immediately. @akshayrai @jihaozh ---

[GitHub] [incubator-pinot] siddharthteotia commented on pull request #5766: Adding distinct count support based on bitmap

2020-07-29 Thread GitBox
siddharthteotia commented on pull request #5766: URL: https://github.com/apache/incubator-pinot/pull/5766#issuecomment-665457815 This is fantastic. Sorry, by mistake approved it. Will review by tomorrow This is an automated m

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760#discussion_r461237235 ## File path: pinot-core/src/test/java/org/apache/pinot/core/data/recordtransformer/DataTypeTransformerTest.java ## @@ -0,0 +1,149 @@ +/** +

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
Jackie-Jiang merged pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760 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] jihaozh merged pull request #5752: [TE] frontend - harleyjj/rca - Phase 1 of custom baseline selector

2020-07-29 Thread GitBox
jihaozh merged pull request #5752: URL: https://github.com/apache/incubator-pinot/pull/5752 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] Jackie-Jiang commented on pull request #5760: Enhance DataTypeTransformer to handle nested Map/List/Object[]

2020-07-29 Thread GitBox
Jackie-Jiang commented on pull request #5760: URL: https://github.com/apache/incubator-pinot/pull/5760#issuecomment-665204779 @jackjlli Addressed all the comments This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-pinot] akshayrai commented on a change in pull request #5740: [TE] Added a backfill start date for Anomaly Detection

2020-07-29 Thread GitBox
akshayrai commented on a change in pull request #5740: URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r461792659 ## File path: thirdeye/thirdeye-frontend/app/utils/yaml-tools.js ## @@ -29,6 +28,20 @@ rules: type: DATA_SLA # Alert if data i

[GitHub] [incubator-pinot] shahsank3t opened a new pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
shahsank3t opened a new pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763 ## Description This PR is to add the Zookeeper Browser module into existing UI. ![image](https://user-images.githubusercontent.com/6761317/88699639-361bad00-d125-11ea-85e2-7960ca1db617

[GitHub] [incubator-pinot] suvodeep-pyne commented on a change in pull request #5740: [TE] Added a backfill start date for Anomaly Detection

2020-07-29 Thread GitBox
suvodeep-pyne commented on a change in pull request #5740: URL: https://github.com/apache/incubator-pinot/pull/5740#discussion_r462001207 ## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/yaml/YamlResource.java ## @@ -236,10 +236,17 @@ pri

[GitHub] [incubator-pinot] mayankshriv commented on a change in pull request #5764: Add retry logic to download segment tar file in pinot server

2020-07-29 Thread GitBox
mayankshriv commented on a change in pull request #5764: URL: https://github.com/apache/incubator-pinot/pull/5764#discussion_r461970668 ## File path: pinot-server/src/main/java/org/apache/pinot/server/starter/helix/SegmentFetcherAndLoader.java ## @@ -184,39 +186,48 @@ private

[GitHub] [incubator-pinot] fx19880617 commented on pull request #5761: Do not apply shade plugin on parent modules

2020-07-29 Thread GitBox
fx19880617 commented on pull request #5761: URL: https://github.com/apache/incubator-pinot/pull/5761#issuecomment-665178317 This is great! This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-pinot] kishoreg commented on a change in pull request #5765: Optimize DistinctCount to store dictIds within segment

2020-07-29 Thread GitBox
kishoreg commented on a change in pull request #5765: URL: https://github.com/apache/incubator-pinot/pull/5765#discussion_r462002553 ## File path: pinot-core/src/main/java/org/apache/pinot/core/operator/blocks/ProjectionBlock.java ## @@ -25,22 +25,22 @@ import org.apache.pino

[GitHub] [incubator-pinot] kishoreg opened a new pull request #5766: Adding distinct count support based on bitmap

2020-07-29 Thread GitBox
kishoreg opened a new pull request #5766: URL: https://github.com/apache/incubator-pinot/pull/5766 ## Description We currently use IntHashSet for distinct count. This new version uses bitmap to store the distinct id's which is more efficient. This is also a better serialize/deserial

[incubator-pinot] branch distinct-count-bitmap updated (e08ecfe -> a68bfba)

2020-07-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch distinct-count-bitmap in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard e08ecfe Add DistinctCountBitmap aggregation function add a68bfba Add DistinctCountBitm

[GitHub] [incubator-pinot] mcvsubbu commented on issue #5753: Built-in jobs to move segments of hybrid tables from Realtime Servers to Offline Servers

2020-07-29 Thread GitBox
mcvsubbu commented on issue #5753: URL: https://github.com/apache/incubator-pinot/issues/5753#issuecomment-665753754 > use case: > Most of the queries in our system are for recent time frame (last 7 days) but we want to retain data for much longer time period. For this, we want to depl

[GitHub] [incubator-pinot] jackjlli closed pull request #5756: Transform and extract map values to array

2020-07-29 Thread GitBox
jackjlli closed pull request #5756: URL: https://github.com/apache/incubator-pinot/pull/5756 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

[GitHub] [incubator-pinot] jackjlli closed pull request #5746: Fix code to correctly extract value of multi-value column from avro file

2020-07-29 Thread GitBox
jackjlli closed pull request #5746: URL: https://github.com/apache/incubator-pinot/pull/5746 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

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #5718: Feature/#5390 segment indexing reload status api

2020-07-29 Thread GitBox
mcvsubbu commented on a change in pull request #5718: URL: https://github.com/apache/incubator-pinot/pull/5718#discussion_r457517934 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java ## @@ -485,4 +493,91 @@

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #5764: Add retry logic to download segment tar file in pinot server

2020-07-29 Thread GitBox
mcvsubbu commented on a change in pull request #5764: URL: https://github.com/apache/incubator-pinot/pull/5764#discussion_r462422577 ## File path: pinot-server/src/main/java/org/apache/pinot/server/starter/helix/SegmentFetcherAndLoader.java ## @@ -184,39 +186,48 @@ private boo

[GitHub] [incubator-pinot] yupeng9 commented on pull request #5763: adding zookeeper browser module in UI

2020-07-29 Thread GitBox
yupeng9 commented on pull request #5763: URL: https://github.com/apache/incubator-pinot/pull/5763#issuecomment-665765905 > > This is awesome! > > +1 to the search/filter support on the creation/updated time, to show most recent state changes. > > @yupeng9, can you elaborate on thi

[incubator-pinot] 01/01: Add untar failure server meter

2020-07-29 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-untar-failure-server-meter in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit ef93477b20f84ffe57e0ee39481d3c759d5f86b7 Author: Jack Li(Analytics Engineering) AuthorDat

[incubator-pinot] branch add-untar-failure-server-meter created (now ef93477)

2020-07-29 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-untar-failure-server-meter in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at ef93477 Add untar failure server meter This branch includes the following new commit

[incubator-pinot] branch master updated (a8fbdae -> 0c4a673)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from a8fbdae Optimize DistinctCount to store dictIds within segment (#5765) add 0c4a673 [TE] add enpoints t

[incubator-pinot] branch master updated (0c4a673 -> ba9e14f)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 0c4a673 [TE] add enpoints to save dimension filter for RCA v2 POC (#5735) add ba9e14f [TE] add auto-l

[incubator-pinot] branch master updated (a8fbdae -> 0c4a673)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from a8fbdae Optimize DistinctCount to store dictIds within segment (#5765) add 0c4a673 [TE] add enpoints t

[incubator-pinot] branch master updated (0c4a673 -> ba9e14f)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 0c4a673 [TE] add enpoints to save dimension filter for RCA v2 POC (#5735) add ba9e14f [TE] add auto-l

[incubator-pinot] 01/03: new anomalies endpoint

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 39fcef438b63f71cfbc4d083972bff2a92b8b22b Author: Jihao Zhang AuthorDate: Wed Jul 22 14:22:33 2020

[incubator-pinot] 03/03: add java docs

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit b4e073314c403674437d6b6df4f0a4be00d84a64 Author: Jihao Zhang AuthorDate: Wed Jul 29 16:11:52 2020

[incubator-pinot] 02/03: anomaly searcher

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit d37df19fe9baa1633499a5db30c88a75e851c212 Author: Jihao Zhang AuthorDate: Wed Jul 29 16:06:53 2020

[incubator-pinot] branch anomalies-pagination created (now b4e0733)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at b4e0733 add java docs This branch includes the following new commits: new 39fcef4 new

[incubator-pinot] 01/01: new anomalies endpoint

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 2a2be355b869110ebcfcf8e0c8af335a03c39415 Author: Jihao Zhang AuthorDate: Wed Jul 22 14:22:33 2020

[incubator-pinot] branch anomalies-pagination updated (b4e0733 -> 2a2be35)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard b4e0733 add java docs discard d37df19 anomaly searcher discard 39fcef4 new anomalies endpo

[incubator-pinot] 01/01: new anomalies endpoint

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 94f3757d1913057bc387ca02a088faaae7a7a32f Author: Jihao Zhang AuthorDate: Wed Jul 22 14:22:33 2020

[incubator-pinot] branch anomalies-pagination updated (2a2be35 -> 94f3757)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 2a2be35 new anomalies endpoint add c9975c5 [TE] support optional 'name' field in data so

[incubator-pinot] branch anomalies-pagination updated (94f3757 -> ffb0c3b)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 94f3757 new anomalies endpoint new ffb0c3b new anomalies endpoint This update added new

[incubator-pinot] 01/01: new anomalies endpoint

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit ffb0c3b6d8e35d635f86bf5a4b8641ad2d45a561 Author: Jihao Zhang AuthorDate: Wed Jul 22 14:22:33 2020

[incubator-pinot] branch anomalies-pagination updated: unit tests

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/anomalies-pagination by this push: new 48e937f un

[incubator-pinot] branch anomalies-pagination updated (48e937f -> a9d4aea)

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 48e937f unit tests new a9d4aea unit tests This update added new revisions after undoing

[incubator-pinot] 01/01: unit tests

2020-07-29 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a commit to branch anomalies-pagination in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit a9d4aea4e27122f9b103b4bdb813d97e5c77f8af Author: Jihao Zhang AuthorDate: Wed Jul 29 16:52:39 2020

[incubator-pinot] branch master updated: [Part 2] Add geo support - add a geo aggregate function st_union (#5744)

2020-07-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 1f69041 [Part 2] Add geo support - ad

[incubator-pinot] branch distinct-count-bitmap updated (a68bfba -> 20b6ec5)

2020-07-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch distinct-count-bitmap in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard a68bfba Add DistinctCountBitmap aggregation function add 0c4a673 [TE] add enpoints to

[incubator-pinot] branch master updated (1f69041 -> b1ab891)

2020-07-29 Thread akshayrai09
This is an automated email from the ASF dual-hosted git repository. akshayrai09 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 1f69041 [Part 2] Add geo support - add a geo aggregate function st_union (#5744) add b1ab891 [