[incubator-pinot] 01/01: Adding the support for sampling logs For high throughput use cases, logging becomes the bottleneck on both server and broker. "Category.callAppenders()" is using a synchronize

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 4a8b5503ab463006ad247f76b0d34007a12d214d Author: Seunghyun Lee AuthorDate: Tue Mar 5 20:58:48 2019

[incubator-pinot] branch sampling-query-log created (now 4a8b550)

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 4a8b550 Adding the support for sampling logs For high throughput use cases, logging becomes

[GitHub] [incubator-pinot] snleee opened a new pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee opened a new pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913 For high throughput use cases, logging becomes the bottleneck on both server and broker. "Category.callAppenders()" is using a synchronized block that

[GitHub] [incubator-pinot] kishoreg commented on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
kishoreg commented on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470017142 can we set a maxRate instead of setting samplingRate? we can use the RateLimiter from Gauva to implement this for now. This will make the

[GitHub] [incubator-pinot] kishoreg commented on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
kishoreg commented on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470022616 thats right. tryAcquire is non-blocking (please verify) This is an

[GitHub] [incubator-pinot] snleee commented on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470019680 @kishoreg We currently log within `QueryScheduler` in server and `BaseBrokerHandler` in broker. Unless we log in the separate thread, we

[GitHub] [incubator-pinot] snleee commented on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470020805 @kishoreg Oh I think i misunderstood your comment. So, I think that you meant dropping logs once we reach `maxRate`. That makes more sense.

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263051156 ## File path:

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263053655 ## File path:

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263075430 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263080217 ## File path:

[incubator-pinot] branch add-participant-role-in-controller updated (9c830c5 -> c494162)

2019-03-06 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-participant-role-in-controller in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 9c830c5 Address PR comments new c494162 Address PR comments This update

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263079733 ## File path:

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
codecov-io edited a comment on issue #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#issuecomment-466909354 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3864?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263075388 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
jackjlli commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263075890 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[incubator-pinot-site] 01/01: Merge pull request #6 from apache/cp-logo

2019-03-06 Thread ssahay
This is an automated email from the ASF dual-hosted git repository. ssahay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git commit b2802393e3a47062f25ed0936b31ec458a961381 Merge: aca7980 a73df47 Author: Shraddha Sahay AuthorDate: Wed

[incubator-pinot-site] branch asf-site updated (aca7980 -> b280239)

2019-03-06 Thread ssahay
This is an automated email from the ASF dual-hosted git repository. ssahay pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git. from aca7980 Merge pull request #5 from apache/ss-logo-nav add f0fced0 Added Links and company

[GitHub] [incubator-pinot-site] s-sahay merged pull request #6: Links and Logos

2019-03-06 Thread GitBox
s-sahay merged pull request #6: Links and Logos URL: https://github.com/apache/incubator-pinot-site/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263046286 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java ##

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263045918 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java ##

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263044651 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263045723 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java

[GitHub] [incubator-pinot-site] s-sahay commented on a change in pull request #6: Links and Logos

2019-03-06 Thread GitBox
s-sahay commented on a change in pull request #6: Links and Logos URL: https://github.com/apache/incubator-pinot-site/pull/6#discussion_r263095973 ## File path: index.html ## @@ -72,15 +71,18 @@ Documentation -

[GitHub] [incubator-pinot] jihaozh opened a new pull request #3915: [TE] detection - max duration enforce

2019-03-06 Thread GitBox
jihaozh opened a new pull request #3915: [TE] detection - max duration enforce URL: https://github.com/apache/incubator-pinot/pull/3915 Split the anomaly if it's larger than the max duration This is an automated message from

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
mcvsubbu commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263154653 ## File path:

[incubator-pinot] branch fix_segment_generator_config updated: Address comments

2019-03-06 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch fix_segment_generator_config in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/fix_segment_generator_config by this push:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263158450 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263158450 ## File path:

[GitHub] [incubator-pinot] codecov-io commented on issue #3914: Log actual configurations for SegmentCreationMapper

2019-03-06 Thread GitBox
codecov-io commented on issue #3914: Log actual configurations for SegmentCreationMapper URL: https://github.com/apache/incubator-pinot/pull/3914#issuecomment-470264905 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3914?src=pr=h1) Report > Merging

[incubator-pinot] branch master updated: Log actual configurations for SegmentCreationMapper (#3914)

2019-03-06 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 06da717 Log actual configurations for

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #3914: Log actual configurations for SegmentCreationMapper

2019-03-06 Thread GitBox
Jackie-Jiang merged pull request #3914: Log actual configurations for SegmentCreationMapper URL: https://github.com/apache/incubator-pinot/pull/3914 This is an automated message from the Apache Git Service. To respond to

[incubator-pinot] branch segment_creation_configurations deleted (was 9bda103)

2019-03-06 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch segment_creation_configurations in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 9bda103 Log actual configurations for SegmentCreationMapper The revisions that

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
jackjlli commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263144888 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263156934 ## File path:

[GitHub] [incubator-pinot] akshayrai opened a new pull request #3916: [TE] Option to retain/force delete anomalies during replay

2019-03-06 Thread GitBox
akshayrai opened a new pull request #3916: [TE] Option to retain/force delete anomalies during replay URL: https://github.com/apache/incubator-pinot/pull/3916 This is an automated message from the Apache Git Service. To

[incubator-pinot] branch segment_creation_configurations created (now 9bda103)

2019-03-06 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch segment_creation_configurations in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 9bda103 Log actual configurations for SegmentCreationMapper This branch includes

[incubator-pinot] 01/01: Log actual configurations for SegmentCreationMapper

2019-03-06 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch segment_creation_configurations in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 9bda1034697bfa16bbddcace7f32337bc89b90ab Author: Jackie (Xiaotian) Jiang AuthorDate:

[GitHub] [incubator-pinot] akshayrai merged pull request #3916: [TE] Option to retain/force delete anomalies during replay

2019-03-06 Thread GitBox
akshayrai merged pull request #3916: [TE] Option to retain/force delete anomalies during replay URL: https://github.com/apache/incubator-pinot/pull/3916 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-pinot] mcvsubbu commented on issue #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
mcvsubbu commented on issue #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#issuecomment-470326464 @Jackie-Jiang if you can please have travis clear it otherwise lgtm

[GitHub] [incubator-pinot] jihaozh merged pull request #3915: [TE] detection - merger max duration

2019-03-06 Thread GitBox
jihaozh merged pull request #3915: [TE] detection - merger max duration URL: https://github.com/apache/incubator-pinot/pull/3915 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-pinot] branch master updated: [TE] detection - merger max duration (#3915)

2019-03-06 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 6a1feab [TE] detection - merger max

[GitHub] [incubator-pinot] jihaozh opened a new pull request #3917: [TE] detection - add default values for duration filter

2019-03-06 Thread GitBox
jihaozh opened a new pull request #3917: [TE] detection - add default values for duration filter URL: https://github.com/apache/incubator-pinot/pull/3917 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-pinot] jihaozh commented on a change in pull request #3917: [TE] detection - add default values for duration filter

2019-03-06 Thread GitBox
jihaozh commented on a change in pull request #3917: [TE] detection - add default values for duration filter URL: https://github.com/apache/incubator-pinot/pull/3917#discussion_r263179200 ## File path:

[incubator-pinot] branch master updated: [TE] detection - add default values for duration filter (#3917)

2019-03-06 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 db89922 [TE] detection - add default

[GitHub] [incubator-pinot] jihaozh merged pull request #3917: [TE] detection - add default values for duration filter

2019-03-06 Thread GitBox
jihaozh merged pull request #3917: [TE] detection - add default values for duration filter URL: https://github.com/apache/incubator-pinot/pull/3917 This is an automated message from the Apache Git Service. To respond to the

[incubator-pinot] branch master updated: [TE] Option to retain/force delete anomalies during replay (#3916)

2019-03-06 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 cda36d7 [TE] Option to

[GitHub] [incubator-pinot] akshayrai commented on a change in pull request #3917: [TE] detection - add default values for duration filter

2019-03-06 Thread GitBox
akshayrai commented on a change in pull request #3917: [TE] detection - add default values for duration filter URL: https://github.com/apache/incubator-pinot/pull/3917#discussion_r263177876 ## File path:

[GitHub] [incubator-pinot] npawar commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
npawar commented on a change in pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#discussion_r263182259 ## File path:

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263220157 ## File path:

[incubator-pinot] branch sampling-query-log updated (ed6041b -> 5c35c0e)

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard ed6041b Change to use maxRate concept, added forceLog() to ensure some outliers to get logged

[incubator-pinot] branch sampling-query-log updated: Change to use maxRate concept, added forceLog() to ensure some outliers to get logged

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/sampling-query-log by this push: new ed6041b

[GitHub] [incubator-pinot] snleee commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263196310 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263200455 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263200828 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263202341 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263199779 ## File path:

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
Jackie-Jiang commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263200074 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[incubator-pinot] branch master updated: Fix SegmentGeneratorConfig where the time format in schema is not picked up (#3912)

2019-03-06 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 b3bd35b Fix SegmentGeneratorConfig

[GitHub] [incubator-pinot] akshayrai opened a new pull request #3918: [TE] Include description and last detection time in alert header, rem…

2019-03-06 Thread GitBox
akshayrai opened a new pull request #3918: [TE] Include description and last detection time in alert header, rem… URL: https://github.com/apache/incubator-pinot/pull/3918 …ove application This is an automated message from

[incubator-pinot] branch fix_segment_generator_config deleted (was 7b7f871)

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

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
Jackie-Jiang merged pull request #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912 This is an automated message from the Apache Git

[incubator-pinot] branch docs created (now 8521b71)

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a change to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 8521b71 readthedocs: Fill in dev-guide sections This branch includes the following new commits:

[incubator-pinot] 08/08: readthedocs: Fill in dev-guide sections

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 8521b719ca521c06a19b26e3773b405bada0196e Author: Sunitha Beeram AuthorDate: Wed Mar 6 17:10:36 2019 -0800

[incubator-pinot] 04/08: Revert licenses for sphinx themes

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 7010ec6b7b0778ae7347286db61344bdd245f6d3 Author: Sunitha Beeram AuthorDate: Tue Mar 5 15:56:13 2019 -0800

[incubator-pinot] 07/08: Include updates that were missed in previous commit

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit bf7c66516d25a15c7bf41e5e2a2e13c15eecddcf Author: Sunitha Beeram AuthorDate: Tue Mar 5 16:42:35 2019 -0800

[incubator-pinot] 02/08: Update license headers

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 05ddfeb5a1635ca5da74e8d20380c8252ee2 Author: Sunitha Beeram AuthorDate: Tue Mar 5 15:29:26 2019 -0800

[incubator-pinot] 03/08: Revert "Update license headers"

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 243c76d422923deef278c9b8cef18e6dc85f7994 Author: Sunitha Beeram AuthorDate: Tue Mar 5 15:51:27 2019 -0800

[GitHub] [incubator-pinot] sunithabeeram opened a new pull request #3919: readthedocs: Fill in dev-guide sections

2019-03-06 Thread GitBox
sunithabeeram opened a new pull request #3919: readthedocs: Fill in dev-guide sections URL: https://github.com/apache/incubator-pinot/pull/3919 Add more info to the dev guide. Contribution_guidelines doc is WIP. NOTE: In dev env setup, we are recommend users to create a fork to

[incubator-pinot] branch master updated: [TE] Include description and last detection time in alert header, remove application (#3918)

2019-03-06 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 74c5b9b [TE] Include description

[GitHub] [incubator-pinot] codecov-io commented on issue #3919: readthedocs: Fill in dev-guide sections

2019-03-06 Thread GitBox
codecov-io commented on issue #3919: readthedocs: Fill in dev-guide sections URL: https://github.com/apache/incubator-pinot/pull/3919#issuecomment-470352597 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3919?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] harleyjj opened a new pull request #3921: [TE] frontend - harleyjj/alert-details - fix timeseries fetch

2019-03-06 Thread GitBox
harleyjj opened a new pull request #3921: [TE] frontend - harleyjj/alert-details - fix timeseries fetch URL: https://github.com/apache/incubator-pinot/pull/3921 Removes granularity and timezone from timeseries fetch in Alert Overview and Preview

[incubator-pinot] branch master updated: readthedocs: Fill in dev-guide sections (#3919)

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram 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 5feb3a9 readthedocs: Fill in

[incubator-pinot] branch docs deleted (was 8521b71)

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a change to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 8521b71 readthedocs: Fill in dev-guide sections The revisions that were on this branch are still

[GitHub] [incubator-pinot] sunithabeeram merged pull request #3919: readthedocs: Fill in dev-guide sections

2019-03-06 Thread GitBox
sunithabeeram merged pull request #3919: readthedocs: Fill in dev-guide sections URL: https://github.com/apache/incubator-pinot/pull/3919 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-pinot] sunithabeeram commented on issue #3919: readthedocs: Fill in dev-guide sections

2019-03-06 Thread GitBox
sunithabeeram commented on issue #3919: readthedocs: Fill in dev-guide sections URL: https://github.com/apache/incubator-pinot/pull/3919#issuecomment-470353972 @snleee the version shows only for the local build. On rtd, it shows latest.

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263214149 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java

[GitHub] [incubator-pinot] codecov-io commented on issue #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up

2019-03-06 Thread GitBox
codecov-io commented on issue #3912: Fix SegmentGeneratorConfig where the time format in schema is not picked up URL: https://github.com/apache/incubator-pinot/pull/3912#issuecomment-470335096 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3912?src=pr=h1) Report >

[GitHub] [incubator-pinot] snleee commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263196754 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java

[incubator-pinot] 01/01: readthedocs: Fill in dev-guide sections

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 862aa7e7bfbc4ad0aa3b56a9b44cb7625b930514 Author: Sunitha Beeram AuthorDate: Wed Mar 6 17:10:36 2019 -0800

[incubator-pinot] branch docs created (now 862aa7e)

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a change to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 862aa7e readthedocs: Fill in dev-guide sections This branch includes the following new commits:

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
codecov-io edited a comment on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470022531 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3913?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
codecov-io edited a comment on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470022531 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3913?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] harleyjj commented on issue #3918: [TE] Include description and last detection time in alert header, rem…

2019-03-06 Thread GitBox
harleyjj commented on issue #3918: [TE] Include description and last detection time in alert header, rem… URL: https://github.com/apache/incubator-pinot/pull/3918#issuecomment-470342779 Nice - I think these variable names make things clearer

[incubator-pinot] 05/08: Exclude theme files from rat checks

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 7b10a7004430eacea3a7b5d977518024e072cb7b Author: Sunitha Beeram AuthorDate: Tue Mar 5 16:06:38 2019 -0800

[incubator-pinot] branch docs deleted (was 862aa7e)

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a change to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. was 862aa7e readthedocs: Fill in dev-guide sections This change permanently discards the following

[GitHub] [incubator-pinot] codecov-io edited a comment on issue #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
codecov-io edited a comment on issue #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#issuecomment-470022531 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3913?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
sunithabeeram commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263213495 ## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java ##

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
sunithabeeram commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263218052 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[GitHub] [incubator-pinot] sunithabeeram commented on a change in pull request #3864: Add controller mode logic in ControllerStarter

2019-03-06 Thread GitBox
sunithabeeram commented on a change in pull request #3864: Add controller mode logic in ControllerStarter URL: https://github.com/apache/incubator-pinot/pull/3864#discussion_r263218052 ## File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerStarter.java

[incubator-pinot] 01/01: Fix formatting issues and figures used

2019-03-06 Thread sunithabeeram
This is an automated email from the ASF dual-hosted git repository. sunithabeeram pushed a commit to branch docs in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 068fc52e2ccae84f4abef9b617bc234c867f1015 Author: Sunitha Beeram AuthorDate: Wed Mar 6 21:55:17 2019 -0800

[GitHub] [incubator-pinot] codecov-io commented on issue #3922: Remove pinot from LICENSE-binary file

2019-03-06 Thread GitBox
codecov-io commented on issue #3922: Remove pinot from LICENSE-binary file URL: https://github.com/apache/incubator-pinot/pull/3922#issuecomment-470417390 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3922?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] codecov-io commented on issue #3923: readthedocs: Fix formatting issues and figures used

2019-03-06 Thread GitBox
codecov-io commented on issue #3923: readthedocs: Fix formatting issues and figures used URL: https://github.com/apache/incubator-pinot/pull/3923#issuecomment-470405546 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/3923?src=pr=h1) Report > Merging

[GitHub] [incubator-pinot] sdevshatwar closed pull request #3924: Corrected spelling mistake

2019-03-06 Thread GitBox
sdevshatwar closed pull request #3924: Corrected spelling mistake URL: https://github.com/apache/incubator-pinot/pull/3924 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-pinot] branch sampling-query-log updated: Addressed comments and added log for reporting dropped log

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/sampling-query-log by this push: new 9ad107b

[GitHub] [incubator-pinot] snleee commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263234549 ## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java ## @@

[GitHub] [incubator-pinot] snleee commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263234633 ## File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java

[GitHub] [incubator-pinot] snleee commented on a change in pull request #3913: Adding the support for sampling logs

2019-03-06 Thread GitBox
snleee commented on a change in pull request #3913: Adding the support for sampling logs URL: https://github.com/apache/incubator-pinot/pull/3913#discussion_r263234499 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/scheduler/QueryScheduler.java ## @@

[incubator-pinot] branch sampling-query-log updated (9ad107b -> 072f263)

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 9ad107b Addressed comments and added log for reporting dropped log new 072f263 Addressed

[incubator-pinot] branch sampling-query-log updated (072f263 -> 23d4c2d)

2019-03-06 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch sampling-query-log in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 072f263 Addressed comments and added log for reporting dropped log new 23d4c2d Addressed

  1   2   >