[GitHub] [incubator-pinot] akshayrai opened a new pull request #4315: [TE] Propagate diagnostics and evaluations from AnomalyFilterWrapper

2019-06-14 Thread GitBox
akshayrai opened a new pull request #4315: [TE] Propagate diagnostics and evaluations from AnomalyFilterWrapper URL: https://github.com/apache/incubator-pinot/pull/4315 This is an automated message from the Apache Git

[GitHub] [incubator-pinot] xiaohui-sun opened a new pull request #4316: [TE] Revert HTTPS redirect

2019-06-14 Thread GitBox
xiaohui-sun opened a new pull request #4316: [TE] Revert HTTPS redirect URL: https://github.com/apache/incubator-pinot/pull/4316 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-pinot] branch master updated: [TE] Revert HTTPS redirect (#4316)

2019-06-14 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun 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 fc4165d [TE] Revert HTTPS redirect

[GitHub] [incubator-pinot] xiaohui-sun merged pull request #4316: [TE] Revert HTTPS redirect

2019-06-14 Thread GitBox
xiaohui-sun merged pull request #4316: [TE] Revert HTTPS redirect URL: https://github.com/apache/incubator-pinot/pull/4316 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-pinot] buchireddy opened a new pull request #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
buchireddy opened a new pull request #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318 PR for the feature mentioned in #4317 This is an automated message

[GitHub] [incubator-pinot] akshayrai merged pull request #4315: [TE] Propagate diagnostics and evaluations from AnomalyFilterWrapper

2019-06-14 Thread GitBox
akshayrai merged pull request #4315: [TE] Propagate diagnostics and evaluations from AnomalyFilterWrapper URL: https://github.com/apache/incubator-pinot/pull/4315 This is an automated message from the Apache Git Service. To

[incubator-pinot] branch master updated: [TE] Propagate diagnostics and evaluations from AnoamlyFilterWrapper (#4315)

2019-06-14 Thread akshayrai09
This is an automated email from the ASF dual-hosted git repository. akshayrai09 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 e397731 [TE] Propagate

[GitHub] [incubator-pinot] buchireddy opened a new issue #4317: Support variable length Offline Dictionary Indexes for bytes, strings and maps to save on storage

2019-06-14 Thread GitBox
buchireddy opened a new issue #4317: Support variable length Offline Dictionary Indexes for bytes, strings and maps to save on storage URL: https://github.com/apache/incubator-pinot/issues/4317 **What?** Currently, the dictionary index for offline segments for bytes and string types

[GitHub] [incubator-pinot] ianvkoeppe commented on issue #4293: Add support for an aggregation function returning serialized hyperlog…

2019-06-14 Thread GitBox
ianvkoeppe commented on issue #4293: Add support for an aggregation function returning serialized hyperlog… URL: https://github.com/apache/incubator-pinot/pull/4293#issuecomment-502202592 @kishoreg, thanks for your feedback. > I think it's better to return byte[] as hexString

[GitHub] [incubator-pinot] buchireddy commented on issue #4317: Support variable length Offline Dictionary Indexes for bytes, strings and maps to save on storage

2019-06-14 Thread GitBox
buchireddy commented on issue #4317: Support variable length Offline Dictionary Indexes for bytes, strings and maps to save on storage URL: https://github.com/apache/incubator-pinot/issues/4317#issuecomment-502254249 I've implemented a solution based on the approached discussed in the

[GitHub] [incubator-pinot] kishoreg commented on issue #4293: Add support for an aggregation function returning serialized hyperlog…

2019-06-14 Thread GitBox
kishoreg commented on issue #4293: Add support for an aggregation function returning serialized hyperlog… URL: https://github.com/apache/incubator-pinot/pull/4293#issuecomment-502188864 The code looks good to me. I think it's better to return byte[] as hexString instead of string. HllUtil

[GitHub] [incubator-pinot] snleee commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata

2019-06-14 Thread GitBox
snleee commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294014385 ## File path:

[incubator-pinot] branch add-logic-for-lead-controller-resource updated: Add logic for lead controller resource on controller side

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to

[GitHub] [incubator-pinot] jackjlli opened a new pull request #4323: [Controller Separation] Add logic for lead controller resource

2019-06-14 Thread GitBox
jackjlli opened a new pull request #4323: [Controller Separation] Add logic for lead controller resource URL: https://github.com/apache/incubator-pinot/pull/4323 This is the last PR of controller separation ([Design

[GitHub] [incubator-pinot] codecov-io commented on issue #4323: [Controller Separation] Add logic for lead controller resource

2019-06-14 Thread GitBox
codecov-io commented on issue #4323: [Controller Separation] Add logic for lead controller resource URL: https://github.com/apache/incubator-pinot/pull/4323#issuecomment-502327426 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4323?src=pr=h1) Report > :exclamation: No

[GitHub] [incubator-pinot] snleee edited a comment on issue #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
snleee edited a comment on issue #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318#issuecomment-502260190 @buchireddy Can you rebase the code from `apache/incubator-pinot`'s master branch? Also, it seems that your pr

[GitHub] [incubator-pinot] snleee edited a comment on issue #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
snleee edited a comment on issue #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318#issuecomment-502260190 @buchireddy Can you rebase the code from `apache/incubator-pinot`'s master branch? Also, it seems that your pr

[GitHub] [incubator-pinot] snleee commented on issue #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
snleee commented on issue #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318#issuecomment-502260190 @buchireddy Can you rebase the code from `apache/incubator-pinot` master branch? Also, it seems that your pr includes

[GitHub] [incubator-pinot] jihaozh opened a new pull request #4322: [TE] detection health status

2019-06-14 Thread GitBox
jihaozh opened a new pull request #4322: [TE] detection health status URL: https://github.com/apache/incubator-pinot/pull/4322 - The endpoint to return the detection health status in a certain time range. - The detection health status builder

[GitHub] [incubator-pinot] codecov-io commented on issue #4320: Add deprecated annotation for segment zk metadata

2019-06-14 Thread GitBox
codecov-io commented on issue #4320: Add deprecated annotation for segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#issuecomment-502321465 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/4320?src=pr=h1) Report > :exclamation: No coverage

[incubator-pinot] 01/01: Add logic for lead controller resource on controller side

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit d8c51fdbd0fffe3db199d5e9ce4db1e0b4a05113 Author: jackjlli AuthorDate: Fri Jun 14

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (c43f31b -> d8c51fd)

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard c43f31b Add logic for lead controller resource on controller side new

[incubator-pinot] branch instance_assignment deleted (was f037bf5)

2019-06-14 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch instance_assignment in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was f037bf5 Address comments The revisions that were on this branch are still contained in other

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #4269: Add interface and implementations for the new segment assignment

2019-06-14 Thread GitBox
Jackie-Jiang merged pull request #4269: Add interface and implementations for the new segment assignment URL: https://github.com/apache/incubator-pinot/pull/4269 This is an automated message from the Apache Git Service. To

[incubator-pinot] 01/01: Update quick_start.rst

2019-06-14 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun pushed a commit to branch xiaohui-sun-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit b60c312af0a0f40827dc5e87e288dc244234e538 Author: Xiaohui Sun AuthorDate: Fri Jun 14 14:07:25 2019

[GitHub] [incubator-pinot] xiaohui-sun opened a new pull request #4319: Update documents and add screenshots

2019-06-14 Thread GitBox
xiaohui-sun opened a new pull request #4319: Update documents and add screenshots URL: https://github.com/apache/incubator-pinot/pull/4319 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-pinot] branch xiaohui-sun-patch-1 created (now b60c312)

2019-06-14 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun pushed a change to branch xiaohui-sun-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at b60c312 Update quick_start.rst This branch includes the following new commits: new

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (df041cb -> 78c1340)

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard df041cb Add logic for lead controller resource on controller side new

[incubator-pinot] 01/01: Add logic for lead controller resource on controller side

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 78c134081aee26930b3de37cc86904380ad9c4e4 Author: jackjlli AuthorDate: Fri Jun 14

[incubator-pinot] 01/01: Add logic for lead controller resource on controller side

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit c43f31b2dad18f3246e7518d8454bec5c43d569b Author: jackjlli AuthorDate: Fri Jun 14

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (78c1340 -> c43f31b)

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 78c1340 Add logic for lead controller resource on controller side new

[incubator-pinot] branch master updated: Add interface and implementations for the new segment assignment (#4269)

2019-06-14 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 2e543e9 Add interface and

[GitHub] [incubator-pinot] xiaohui-sun commented on issue #4281: Launching in local leads to ERR_SSL_PROTOCOL_ERROR

2019-06-14 Thread GitBox
xiaohui-sun commented on issue #4281: Launching in local leads to ERR_SSL_PROTOCOL_ERROR URL: https://github.com/apache/incubator-pinot/issues/4281#issuecomment-502264797 It was because of the HTTPS redirect we recently added. I reverted the change. Please try again. @Tricalt.

[GitHub] [incubator-pinot] buchireddy opened a new pull request #4321: #4317 Feature/variable length bytes offline dictionary for indexing bytes and string dicts.

2019-06-14 Thread GitBox
buchireddy opened a new pull request #4321: #4317 Feature/variable length bytes offline dictionary for indexing bytes and string dicts. URL: https://github.com/apache/incubator-pinot/pull/4321 This is an automated message

[GitHub] [incubator-pinot] jihaozh merged pull request #4313: [TE] Use multimap in metric urn as dimension

2019-06-14 Thread GitBox
jihaozh merged pull request #4313: [TE] Use multimap in metric urn as dimension URL: https://github.com/apache/incubator-pinot/pull/4313 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-pinot] branch master updated: [TE] Use multimap in metric urn as dimension (#4313)

2019-06-14 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 eee245e [TE] Use multimap in metric

[GitHub] [incubator-pinot] mcvsubbu commented on issue #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
mcvsubbu commented on issue #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318#issuecomment-502300607 @buchireddy did you consider the use of

[incubator-pinot] 01/02: Add logic for leveraging lead controller resource

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit e87ee3966a57cb6943620f78a2b518961a09656a Author: jackjlli AuthorDate: Mon Jun 10

[incubator-pinot] 02/02: Add logic for lead controller resource on controller side

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit df041cbd0541f04164a0e644bed37fc43d1f44f1 Author: jackjlli AuthorDate: Fri Jun 14

[incubator-pinot] branch add-logic-for-lead-controller-resource updated (2bb1476 -> df041cb)

2019-06-14 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-logic-for-lead-controller-resource in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 2bb1476 Add logic for lead controller resource on controller side discard

[GitHub] [incubator-pinot] xiaohui-sun closed issue #4281: Launching in local leads to ERR_SSL_PROTOCOL_ERROR

2019-06-14 Thread GitBox
xiaohui-sun closed issue #4281: Launching in local leads to ERR_SSL_PROTOCOL_ERROR URL: https://github.com/apache/incubator-pinot/issues/4281 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata

2019-06-14 Thread GitBox
mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294002886 ## File path:

[GitHub] [incubator-pinot] buchireddy closed pull request #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
buchireddy closed pull request #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-pinot] buchireddy commented on issue #4318: #4317 Feature/variable length bytes offline dictionary

2019-06-14 Thread GitBox
buchireddy commented on issue #4318: #4317 Feature/variable length bytes offline dictionary URL: https://github.com/apache/incubator-pinot/pull/4318#issuecomment-502298957 @snleee Closing this PR since I don't want to merge all other changes from winedepot fork. I've open

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata

2019-06-14 Thread GitBox
mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294016017 ## File path:

[GitHub] [incubator-pinot] snleee commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata

2019-06-14 Thread GitBox
snleee commented on a change in pull request #4320: Add deprecated annotation for segment & segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294021474 ## File path:

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment zk metadata

2019-06-14 Thread GitBox
mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294024850 ## File path:

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment zk metadata

2019-06-14 Thread GitBox
mcvsubbu commented on a change in pull request #4320: Add deprecated annotation for segment zk metadata URL: https://github.com/apache/incubator-pinot/pull/4320#discussion_r294024897 ## File path: