[GitHub] [druid] vogievetsky opened a new pull request #10201: Update QueryView to use latest DruidQueryToolkit

2020-07-20 Thread GitBox
vogievetsky opened a new pull request #10201: URL: https://github.com/apache/druid/pull/10201 This PR updates the DruidQueryToolkit dependency to utilize the new redesigned API it also fixes a number of issues with the intelligent query parsing and adds a few new features to the smart quer

[GitHub] [druid] jihoonson merged pull request #10199: Report missing segments when there is no segment for the query datasource in historicals

2020-07-20 Thread GitBox
jihoonson merged pull request #10199: URL: https://github.com/apache/druid/pull/10199 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [druid] jihoonson commented on pull request #10199: Report missing segments when there is no segment for the query datasource in historicals

2020-07-20 Thread GitBox
jihoonson commented on pull request #10199: URL: https://github.com/apache/druid/pull/10199#issuecomment-661619004 @clintropolis @maytasm thank you for the review! This is an automated message from the Apache Git Service. To

[druid] branch master updated (0deefd6 -> 4198211)

2020-07-20 Thread jihoonson
This is an automated email from the ASF dual-hosted git repository. jihoonson pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/druid.git. from 0deefd6 update release process guide to include web-console versions (#10176) add 4198211 Report missing se

[GitHub] [druid] jihoonson commented on a change in pull request #10183: Fix sys.servers table to not throw NPE and handle brokers/indexers/peons properly for broadcast segments

2020-07-20 Thread GitBox
jihoonson commented on a change in pull request #10183: URL: https://github.com/apache/druid/pull/10183#discussion_r457758527 ## File path: server/src/main/java/org/apache/druid/discovery/DiscoveryDruidNode.java ## @@ -80,6 +84,16 @@ public DruidNode getDruidNode() return

[GitHub] [druid] jihoonson commented on pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
jihoonson commented on pull request #10171: URL: https://github.com/apache/druid/pull/10171#issuecomment-661456156 @maytasm it was the integration-tests module. Even though there is no unit test in integration-tests, the code coverage bot still checks that module. I excluded integration-te

[GitHub] [druid] jihoonson commented on a change in pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
jihoonson commented on a change in pull request #10171: URL: https://github.com/apache/druid/pull/10171#discussion_r457753662 ## File path: .travis.yml ## @@ -397,7 +405,7 @@ jobs: name: "(Compile=openjdk8, Run=openjdk8) other integration test" jdk: openjdk8

[GitHub] [druid-website] vogievetsky merged pull request #88: Autobuild

2020-07-20 Thread GitBox
vogievetsky merged pull request #88: URL: https://github.com/apache/druid-website/pull/88 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

[druid-website] branch asf-site updated (f40b73a -> 2e3c9b4)

2020-07-20 Thread vogievetsky
This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/druid-website.git. from f40b73a Merge pull request #87 from implydata/autobuild new 52e74d0 Autobuild new bb8339f

[GitHub] [druid-website] vogievetsky opened a new pull request #88: Autobuild

2020-07-20 Thread GitBox
vogievetsky opened a new pull request #88: URL: https://github.com/apache/druid-website/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [druid] jihoonson commented on pull request #10198: Fix timeseries query constructor when postAggregator has an expression reading timestamp result column

2020-07-20 Thread GitBox
jihoonson commented on pull request #10198: URL: https://github.com/apache/druid/pull/10198#issuecomment-661356686 @gianm good catch 👍 I fixed it and added a test for the fix. This is an automated message from the Apache Git

[GitHub] [druid] maytasm commented on a change in pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
maytasm commented on a change in pull request #10171: URL: https://github.com/apache/druid/pull/10171#discussion_r457704710 ## File path: .travis.yml ## @@ -397,7 +405,7 @@ jobs: name: "(Compile=openjdk8, Run=openjdk8) other integration test" jdk: openjdk8

[GitHub] [druid] maytasm commented on a change in pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
maytasm commented on a change in pull request #10171: URL: https://github.com/apache/druid/pull/10171#discussion_r457704710 ## File path: .travis.yml ## @@ -397,7 +405,7 @@ jobs: name: "(Compile=openjdk8, Run=openjdk8) other integration test" jdk: openjdk8

[druid] branch master updated (0cabc53 -> 0deefd6)

2020-07-20 Thread cwylie
This is an automated email from the ASF dual-hosted git repository. cwylie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/druid.git. from 0cabc53 Add integration tests for Appends (#10186) add 0deefd6 update release process guide to include web-cons

[GitHub] [druid] maytasm edited a comment on pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
maytasm edited a comment on pull request #10171: URL: https://github.com/apache/druid/pull/10171#issuecomment-661330263 > > The code coverage bot doesn't like missing tests for the classes I added for testing. Those classes were added in `integration-tests` module, and I think we can ignor

[GitHub] [druid] maytasm edited a comment on pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
maytasm edited a comment on pull request #10171: URL: https://github.com/apache/druid/pull/10171#issuecomment-661330263 > > The code coverage bot doesn't like missing tests for the classes I added for testing. Those classes were added in `integration-tests` module, and I think we can ignor

[GitHub] [druid] clintropolis opened a new pull request #10200: include staged maven artifacts in example vote thread

2020-07-20 Thread GitBox
clintropolis opened a new pull request #10200: URL: https://github.com/apache/druid/pull/10200 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [druid] maytasm commented on pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
maytasm commented on pull request #10171: URL: https://github.com/apache/druid/pull/10171#issuecomment-661330263 > > The code coverage bot doesn't like missing tests for the classes I added for testing. Those classes were added in `integration-tests` module, and I think we can ignore this

[GitHub] [druid] clintropolis merged pull request #10176: update release process guide to include web-console versions

2020-07-20 Thread GitBox
clintropolis merged pull request #10176: URL: https://github.com/apache/druid/pull/10176 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 g

[GitHub] [druid] jihoonson commented on a change in pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
jihoonson commented on a change in pull request #10171: URL: https://github.com/apache/druid/pull/10171#discussion_r457686048 ## File path: integration-tests/docker/environment-configs/middlemanager ## @@ -19,6 +19,7 @@ DRUID_SERVICE=middleManager DRUID_LOG_PATH=/shared/log

[druid] branch master updated: Add integration tests for Appends (#10186)

2020-07-20 Thread maytasm
This is an automated email from the ASF dual-hosted git repository. maytasm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new 0cabc53 Add integration tests for Appends (#101

[GitHub] [druid] maytasm merged pull request #10186: Add integration tests for Appends

2020-07-20 Thread GitBox
maytasm merged pull request #10186: URL: https://github.com/apache/druid/pull/10186 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [druid] clintropolis commented on a change in pull request #10183: Fix sys.servers table to not throw NPE and handle brokers/indexers/peons properly for broadcast segments

2020-07-20 Thread GitBox
clintropolis commented on a change in pull request #10183: URL: https://github.com/apache/druid/pull/10183#discussion_r457677752 ## File path: server/src/main/java/org/apache/druid/discovery/DiscoveryDruidNode.java ## @@ -80,6 +84,16 @@ public DruidNode getDruidNode() ret

[GitHub] [druid] jihoonson commented on pull request #10199: Report missing segments when there is no segment for the query datasource in historicals

2020-07-20 Thread GitBox
jihoonson commented on pull request #10199: URL: https://github.com/apache/druid/pull/10199#issuecomment-661316164 @maytasm yes, it has been fixed recently in a series of PRs (https://github.com/apache/druid/pull/10082, https://github.com/apache/druid/pull/10125, https://github.com/apache

[GitHub] [druid] maytasm commented on pull request #10199: Report missing segments when there is no segment for the query datasource in historicals

2020-07-20 Thread GitBox
maytasm commented on pull request #10199: URL: https://github.com/apache/druid/pull/10199#issuecomment-661314806 Does the broker already handles ReportTimelineMissingSegmentQueryRunner correctly? This is an automated message

[GitHub] [druid] jihoonson commented on pull request #10186: Add integration tests for Appends

2020-07-20 Thread GitBox
jihoonson commented on pull request #10186: URL: https://github.com/apache/druid/pull/10186#issuecomment-661311231 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[druid-website-src] branch master updated: Update events.yml

2020-07-20 Thread vogievetsky
This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid-website-src.git The following commit(s) were added to refs/heads/master by this push: new 088b38a Update events.yml

[GitHub] [druid-website-src] vogievetsky commented on pull request #143: Update events.yml

2020-07-20 Thread GitBox
vogievetsky commented on pull request #143: URL: https://github.com/apache/druid-website-src/pull/143#issuecomment-661307504 great This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [druid-website-src] vogievetsky merged pull request #143: Update events.yml

2020-07-20 Thread GitBox
vogievetsky merged pull request #143: URL: https://github.com/apache/druid-website-src/pull/143 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [druid-website-src] druid-matt opened a new pull request #143: Update events.yml

2020-07-20 Thread GitBox
druid-matt opened a new pull request #143: URL: https://github.com/apache/druid-website-src/pull/143 adds Aug 11 and Sept 1 removes July 16 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [druid] clintropolis commented on a change in pull request #10171: Add integration tests for query retry on missing segments

2020-07-20 Thread GitBox
clintropolis commented on a change in pull request #10171: URL: https://github.com/apache/druid/pull/10171#discussion_r457640607 ## File path: integration-tests/docker/environment-configs/middlemanager ## @@ -19,6 +19,7 @@ DRUID_SERVICE=middleManager DRUID_LOG_PATH=/shared/

[GitHub] [druid] jihoonson opened a new pull request #10199: Report missing segments when there is no segment for the query datasource in historicals

2020-07-20 Thread GitBox
jihoonson opened a new pull request #10199: URL: https://github.com/apache/druid/pull/10199 ### Description The `ServerManager` currently returns a `NoopQueryRunner` when there is no timeline for the query datasource. This will lead to an incorrect query result. Instead, it should r

[GitHub] [druid] stale[bot] closed issue #8155: Historical node periodic timeouts for /druid/historical/v1/readiness

2020-07-20 Thread GitBox
stale[bot] closed issue #8155: URL: https://github.com/apache/druid/issues/8155 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [druid] stale[bot] commented on issue #8155: Historical node periodic timeouts for /druid/historical/v1/readiness

2020-07-20 Thread GitBox
stale[bot] commented on issue #8155: URL: https://github.com/apache/druid/issues/8155#issuecomment-660981436 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.

[GitHub] [druid] stale[bot] closed issue #8278: druid0.15 with cdh6.2 hadoop3.0

2020-07-20 Thread GitBox
stale[bot] closed issue #8278: URL: https://github.com/apache/druid/issues/8278 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [druid] stale[bot] commented on issue #8278: druid0.15 with cdh6.2 hadoop3.0

2020-07-20 Thread GitBox
stale[bot] commented on issue #8278: URL: https://github.com/apache/druid/issues/8278#issuecomment-660981428 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.

[GitHub] [druid] liran-funaro commented on pull request #10001: Optimizing incremental-index ingestion using off-heap key/value map (OakMap)

2020-07-20 Thread GitBox
liran-funaro commented on pull request #10001: URL: https://github.com/apache/druid/pull/10001#issuecomment-660959076 ### Updates We are working with our production teams at Verizon Media toward testing our incremental-index implementation on actual production data. As part of this effo

[GitHub] [druid] stale[bot] commented on issue #8669: the documents about real-time in metrics confused me .

2020-07-20 Thread GitBox
stale[bot] commented on issue #8669: URL: https://github.com/apache/druid/issues/8669#issuecomment-660955914 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write a