[GitHub] [incubator-druid] sashidhar commented on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
sashidhar commented on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-510305954 @jihoonson , @himanshug , thanks for your inputs. Should I raise a separate proposal PR or modify this PR to make it

[GitHub] [incubator-druid] ccaominh commented on issue #8056: Add inline firehose

2019-07-10 Thread GitBox
ccaominh commented on issue #8056: Add inline firehose URL: https://github.com/apache/incubator-druid/pull/8056#issuecomment-510270472 Manual test: ![connect](https://user-images.githubusercontent.com/9208416/61011973-85801700-a331-11e9-9f69-6eadf0a562e0.png)

[GitHub] [incubator-druid] jihoonson opened a new issue #8061: Native parallel batch indexing with shuffle

2019-07-10 Thread GitBox
jihoonson opened a new issue #8061: Native parallel batch indexing with shuffle URL: https://github.com/apache/incubator-druid/issues/8061 ### Motivation General motivation for native batch indexing is described in https://github.com/apache/incubator-druid/issues/5543. We now

[GitHub] [incubator-druid] stale[bot] commented on issue #7218: google-extensions: upgrade google-http-client, fix "logs (last 8kb)"

2019-07-10 Thread GitBox
stale[bot] commented on issue #7218: google-extensions: upgrade google-http-client, fix "logs (last 8kb)" URL: https://github.com/apache/incubator-druid/pull/7218#issuecomment-510266531 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if

[GitHub] [incubator-druid] SandishKumarHN edited a comment on issue #8060: 6855 add Checkstyle for constant name static final

2019-07-10 Thread GitBox
SandishKumarHN edited a comment on issue #8060: 6855 add Checkstyle for constant name static final URL: https://github.com/apache/incubator-druid/pull/8060#issuecomment-510265717 @leventov took some time to come up with this PR! a lot of patience was required! all tests were passed

[GitHub] [incubator-druid] SandishKumarHN commented on issue #8060: 6855 add Checkstyle for constant name static final

2019-07-10 Thread GitBox
SandishKumarHN commented on issue #8060: 6855 add Checkstyle for constant name static final URL: https://github.com/apache/incubator-druid/pull/8060#issuecomment-510265717 @leventov took some time to come up with this PR! a lot of patience was required! all tests were passed locally

[GitHub] [incubator-druid] clintropolis opened a new issue #5882: Coordinator load queue imbalance

2019-07-10 Thread GitBox
clintropolis opened a new issue #5882: Coordinator load queue imbalance URL: https://github.com/apache/incubator-druid/issues/5882 Based on behavior observed on a coordinator on a test cluster, I believe an unintended consequence of #5532, which modified coordinator segment assignment

[GitHub] [incubator-druid] stale[bot] commented on issue #5882: Coordinator load queue imbalance

2019-07-10 Thread GitBox
stale[bot] commented on issue #5882: Coordinator load queue imbalance URL: https://github.com/apache/incubator-druid/issues/5882#issuecomment-510264631 This issue is no longer marked as stale. This is an automated

[GitHub] [incubator-druid] SandishKumarHN opened a new pull request #8060: 6855 add Checkstyle for constant name static final

2019-07-10 Thread GitBox
SandishKumarHN opened a new pull request #8060: 6855 add Checkstyle for constant name static final URL: https://github.com/apache/incubator-druid/pull/8060 Add check style check that static final field names are all uppercase Fixes #6855. (Replace with the id of the

[GitHub] [incubator-druid] surekhasaharan opened a new pull request #8059: Refactoring to use `CollectionUtils.mapValues`

2019-07-10 Thread GitBox
surekhasaharan opened a new pull request #8059: Refactoring to use `CollectionUtils.mapValues` URL: https://github.com/apache/incubator-druid/pull/8059 ### Description This PR has some follow-ups changes left from #7595. Some minor doc updates and code updates to use

[GitHub] [incubator-druid] vogievetsky commented on issue #8056: Add inline firehose

2019-07-10 Thread GitBox
vogievetsky commented on issue #8056: Add inline firehose URL: https://github.com/apache/incubator-druid/pull/8056#issuecomment-510256851 ❤️ ❤️ ❤️ ❤️ ❤️ This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-druid] ccaominh removed a comment on issue #8056: Add inline firehose

2019-07-10 Thread GitBox
ccaominh removed a comment on issue #8056: Add inline firehose URL: https://github.com/apache/incubator-druid/pull/8056#issuecomment-510238083 Blocked by #8057 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
AlexanderSaydakov commented on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510250285 > Would you please add a unit test? Unfortunately I don't have a unit test. The bug leads to sporadic failures. I

[incubator-druid] branch master updated: fix master branch build (#8057)

2019-07-10 Thread cwylie
This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 349b743 fix master branch build

[GitHub] [incubator-druid] capistrant opened a new pull request #7562: Enable ability to toggle SegmentMetadata request logging on/off

2019-07-10 Thread GitBox
capistrant opened a new pull request #7562: Enable ability to toggle SegmentMetadata request logging on/off URL: https://github.com/apache/incubator-druid/pull/7562 Relates to #7115 and #5320 In reference to @gianm comment in #5320: I held off on making this a more involved

[GitHub] [incubator-druid] stale[bot] commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off

2019-07-10 Thread GitBox
stale[bot] commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off URL: https://github.com/apache/incubator-druid/pull/7562#issuecomment-510239038 This pull request/issue is no longer marked as stale.

[GitHub] [incubator-druid] gianm commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off

2019-07-10 Thread GitBox
gianm commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off URL: https://github.com/apache/incubator-druid/pull/7562#issuecomment-510239071 Reopened!! This is an automated message from the

[GitHub] [incubator-druid] ccaominh commented on issue #8056: Add inline firehose

2019-07-10 Thread GitBox
ccaominh commented on issue #8056: Add inline firehose URL: https://github.com/apache/incubator-druid/pull/8056#issuecomment-510238083 Blocked by #8057 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-druid] alonshoshani opened a new issue #8058: Graphite Emitter Issue Druid 0.14

2019-07-10 Thread GitBox
alonshoshani opened a new issue #8058: Graphite Emitter Issue Druid 0.14 URL: https://github.com/apache/incubator-druid/issues/8058 I'm using Druid 0.14 and try sending metrics to graphite. I'm using the following configuration in the common file and the graphite metrics **Are not

[GitHub] [incubator-druid] clintropolis opened a new pull request #8057: fix master branch build

2019-07-10 Thread GitBox
clintropolis opened a new pull request #8057: fix master branch build URL: https://github.com/apache/incubator-druid/pull/8057 master build is broken due to non-conflicting merge incompatibility from #7919 This is an

[GitHub] [incubator-druid] himanshug commented on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
himanshug commented on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-510214132 I think, ideally in all cases, we want to minimize `variance(location1_usedSpace, location2_usedSpace,

[GitHub] [incubator-druid] ccaominh opened a new pull request #8056: Add inline firehose

2019-07-10 Thread GitBox
ccaominh opened a new pull request #8056: Add inline firehose URL: https://github.com/apache/incubator-druid/pull/8056 ### Description To allow users to quickly parsing and schema, add a firehose that reads data that is inlined in its spec. This PR has: - [x] been

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint

2019-07-10 Thread GitBox
clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302243505 ## File path: docs/content/operations/api-reference.md ## @@ -162,15

[GitHub] [incubator-druid] a2l007 commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint

2019-07-10 Thread GitBox
a2l007 commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302239098 ## File path: docs/content/operations/api-reference.md ## @@ -162,15

[GitHub] [incubator-druid] a2l007 commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint

2019-07-10 Thread GitBox
a2l007 commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302239053 ## File path: docs/content/operations/api-reference.md ## @@ -162,15

[GitHub] [incubator-druid] himanshug edited a comment on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
himanshug edited a comment on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510199593 this is unfortunate (discussed in https://github.com/apache/incubator-druid/pull/6381#discussion_r224541279 as well ) . I

[GitHub] [incubator-druid] himanshug commented on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
himanshug commented on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510199593 this is unfortunate (discussed in https://github.com/apache/incubator-druid/pull/6381#discussion_r224541279 well ) . I wish there

[GitHub] [incubator-druid] jihoonson commented on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
jihoonson commented on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510198207 There is a helper method called `AggregatiohnTestHelper.runRelocateVerificationTest()` which could facilitate writing unit tests

[GitHub] [incubator-druid] jihoonson commented on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
jihoonson commented on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510197721 Would you please add a unit test? This is an automated message

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
AlexanderSaydakov commented on issue #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055#issuecomment-510197501 This was already forced every time a ByteBuffer from Druid is wrapped for use with Datasketches library, except this one

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint

2019-07-10 Thread GitBox
clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302234863 ## File path: docs/content/operations/api-reference.md ## @@ -162,15

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint

2019-07-10 Thread GitBox
clintropolis commented on a change in pull request #8039: Include replicated segment size property for datasources endpoint URL: https://github.com/apache/incubator-druid/pull/8039#discussion_r302234797 ## File path: docs/content/operations/api-reference.md ## @@ -162,15

[incubator-druid] branch master updated: add config to optionally disable all compression in intermediate segment persists while ingestion (#7919)

2019-07-10 Thread himanshug
This is an automated email from the ASF dual-hosted git repository. himanshug pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 14aec7f add config to optionally

[GitHub] [incubator-druid] himanshug merged pull request #7919: add config to optionally disable all compression in intermediate segment persists while ingestion

2019-07-10 Thread GitBox
himanshug merged pull request #7919: add config to optionally disable all compression in intermediate segment persists while ingestion URL: https://github.com/apache/incubator-druid/pull/7919 This is an automated message

[GitHub] [incubator-druid] AlexanderSaydakov opened a new pull request #8055: force native order when wrapping ByteBuffer

2019-07-10 Thread GitBox
AlexanderSaydakov opened a new pull request #8055: force native order when wrapping ByteBuffer URL: https://github.com/apache/incubator-druid/pull/8055 Fixes #8032 ### force native order when wrapping ByteBuffer since Druid might have it set incorrectly

[GitHub] [incubator-druid] himanshug commented on issue #7919: add config to optionally disable all compression in intermediate segment persists while ingestion

2019-07-10 Thread GitBox
himanshug commented on issue #7919: add config to optionally disable all compression in intermediate segment persists while ingestion URL: https://github.com/apache/incubator-druid/pull/7919#issuecomment-510194149 @clintropolis @jihoonson thanks for the build fix.

[GitHub] [incubator-druid] himanshug commented on issue #8031: remove unnecessary synchronization overhead from complex Aggregators

2019-07-10 Thread GitBox
himanshug commented on issue #8031: remove unnecessary synchronization overhead from complex Aggregators URL: https://github.com/apache/incubator-druid/issues/8031#issuecomment-510193661 @pdeva this proposal is not about removing/modifying synchronizations where there is real

[GitHub] [incubator-druid] santoshdvn opened a new issue #8054: Issue installing using Docker build

2019-07-10 Thread GitBox
santoshdvn opened a new issue #8054: Issue installing using Docker build URL: https://github.com/apache/incubator-druid/issues/8054 Hi , Trying to install the Apache Druid using docker . `docker build -t druid:tag -f distribution/docker/Dockerfile .` I am getting below

[GitHub] [incubator-druid] clintropolis closed issue #4638: SQL: Multi-value column support

2019-07-10 Thread GitBox
clintropolis closed issue #4638: SQL: Multi-value column support URL: https://github.com/apache/incubator-druid/issues/4638 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-druid] clintropolis commented on issue #4638: SQL: Multi-value column support

2019-07-10 Thread GitBox
clintropolis commented on issue #4638: SQL: Multi-value column support URL: https://github.com/apache/incubator-druid/issues/4638#issuecomment-510189362 resolved by the additions from proposal #7525 This is an automated

[GitHub] [incubator-druid] Caroline1000 commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off

2019-07-10 Thread GitBox
Caroline1000 commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off URL: https://github.com/apache/incubator-druid/pull/7562#issuecomment-510187490 +1 for reviving. Having the `all, none, internal_only, external_only` options might be useful but not sure

[GitHub] [incubator-druid] jihoonson commented on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
jihoonson commented on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-510180832 This sounds like a PR which needs a proposal to me.

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #7933: #7858 Throwing UnsupportedOperationException from ImmutableDruidDataSource's equals() and hashCode() methods

2019-07-10 Thread GitBox
jihoonson commented on a change in pull request #7933: #7858 Throwing UnsupportedOperationException from ImmutableDruidDataSource's equals() and hashCode() methods URL: https://github.com/apache/incubator-druid/pull/7933#discussion_r302215099 ## File path:

[GitHub] [incubator-druid] jihoonson edited a comment on issue #6849: [Proposal] Consolidated segment metadata management

2019-07-10 Thread GitBox
jihoonson edited a comment on issue #6849: [Proposal] Consolidated segment metadata management URL: https://github.com/apache/incubator-druid/issues/6849#issuecomment-510175689 @capistrant as @gianm said, you don't have to. `KillTask` will remove them automatically. Also please note that

[GitHub] [incubator-druid] jihoonson commented on issue #6849: [Proposal] Consolidated segment metadata management

2019-07-10 Thread GitBox
jihoonson commented on issue #6849: [Proposal] Consolidated segment metadata management URL: https://github.com/apache/incubator-druid/issues/6849#issuecomment-510175689 @capistrant as @gianm said, you don't have to. `KillTask` will remove them automatically. Also please note that

[GitHub] [incubator-druid] gianm commented on issue #6849: [Proposal] Consolidated segment metadata management

2019-07-10 Thread GitBox
gianm commented on issue #6849: [Proposal] Consolidated segment metadata management URL: https://github.com/apache/incubator-druid/issues/6849#issuecomment-510123193 They don't _need_ to be manually removed, but you can if you want to.

[GitHub] [incubator-druid] gianm commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
gianm commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302138402 ## File path: processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorSequenceBuilder.java ## @@ -0,0

[GitHub] [incubator-druid] gianm commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
gianm commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302135190 ## File path: processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorSequenceBuilder.java ## @@ -0,0

[GitHub] [incubator-druid] gianm commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
gianm commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302135190 ## File path: processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorSequenceBuilder.java ## @@ -0,0

[GitHub] [incubator-druid] gianm commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
gianm commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302135101 ## File path: processing/src/main/java/org/apache/druid/query/filter/vector/ReadableVectorMatch.java ## @@ -0,0 +1,66 @@

[GitHub] [incubator-druid] capistrant commented on issue #6849: [Proposal] Consolidated segment metadata management

2019-07-10 Thread GitBox
capistrant commented on issue #6849: [Proposal] Consolidated segment metadata management URL: https://github.com/apache/incubator-druid/issues/6849#issuecomment-51071 @jihoonson This was a cool change. I have a question regarding the existing descriptor.json files after the upgrade.

[incubator-druid] branch master updated: Add IS_INCREMENTAL_HANDOFF_SUPPORTED for KIS backward compatibility (#8050)

2019-07-10 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new fcf56f2 Add

[GitHub] [incubator-druid] fjy merged pull request #8050: Add IS_INCREMENTAL_HANDOFF_SUPPORTED for KIS backward compatibility

2019-07-10 Thread GitBox
fjy merged pull request #8050: Add IS_INCREMENTAL_HANDOFF_SUPPORTED for KIS backward compatibility URL: https://github.com/apache/incubator-druid/pull/8050 This is an automated message from the Apache Git Service. To

[incubator-druid] branch master updated: remove IRC badge from readme (#8052)

2019-07-10 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 4e3314f remove IRC badge from readme

[GitHub] [incubator-druid] fjy merged pull request #8052: Remove IRC badge from readme

2019-07-10 Thread GitBox
fjy merged pull request #8052: Remove IRC badge from readme URL: https://github.com/apache/incubator-druid/pull/8052 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-druid] branch master updated: added replicated size (#8043)

2019-07-10 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 1712158 added replicated size (#8043)

[GitHub] [incubator-druid] fjy merged pull request #8043: Web console: added replicated size to datasources view

2019-07-10 Thread GitBox
fjy merged pull request #8043: Web console: added replicated size to datasources view URL: https://github.com/apache/incubator-druid/pull/8043 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-druid] sashidhar edited a comment on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
sashidhar edited a comment on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-510046061 @dclim , @nishantmonu51 Here's what I'm thinking. As discussed, the segment cache location selector

[GitHub] [incubator-druid] capistrant commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off

2019-07-10 Thread GitBox
capistrant commented on issue #7562: Enable ability to toggle SegmentMetadata request logging on/off URL: https://github.com/apache/incubator-druid/pull/7562#issuecomment-510086321 @gianm @Caroline1000 Any interest in reviving this PR to address the related issue regarding the logging

[GitHub] [incubator-druid] egor-ryashin commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
egor-ryashin commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302070676 ## File path: processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorSequenceBuilder.java ## @@

[GitHub] [incubator-druid] egor-ryashin commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
egor-ryashin commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302069843 ## File path: processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorSequenceBuilder.java ## @@

[GitHub] [incubator-druid] egor-ryashin commented on a change in pull request #6794: Query vectorization.

2019-07-10 Thread GitBox
egor-ryashin commented on a change in pull request #6794: Query vectorization. URL: https://github.com/apache/incubator-druid/pull/6794#discussion_r302061881 ## File path: processing/src/main/java/org/apache/druid/query/filter/vector/ReadableVectorMatch.java ## @@ -0,0

[GitHub] [incubator-druid] sashidhar commented on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
sashidhar commented on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-510046061 @dclim , @nishantmonu51 Here's what I'm thinking. As discussed, the segment cache location selector strategy

[GitHub] [incubator-druid] niravmehta commented on issue #8015: full-text search

2019-07-10 Thread GitBox
niravmehta commented on issue #8015: full-text search URL: https://github.com/apache/incubator-druid/issues/8015#issuecomment-510008691 Druid has a nice [Search API](https://druid.apache.org/docs/latest/querying/searchquery.html). There are also some options to [refine how searches are

[GitHub] [incubator-druid] duanxuelin commented on issue #8025: PagingIdentifiers are not right when query data with select query

2019-07-10 Thread GitBox
duanxuelin commented on issue #8025: PagingIdentifiers are not right when query data with select query URL: https://github.com/apache/incubator-druid/issues/8025#issuecomment-509997974 >The major difference between the two is that the Scan query does not support pagination. However,

[GitHub] [incubator-druid] dclim commented on issue #8038: Making optimal usage of multiple segment cache locations

2019-07-10 Thread GitBox
dclim commented on issue #8038: Making optimal usage of multiple segment cache locations URL: https://github.com/apache/incubator-druid/pull/8038#issuecomment-509948508 Ah interesting - I thought I remembered the behavior used to select the least filled disk! Looks like a regression at

[GitHub] [incubator-druid] CalvinSchulze opened a new issue #8053: Kafka Ingestion Loop

2019-07-10 Thread GitBox
CalvinSchulze opened a new issue #8053: Kafka Ingestion Loop URL: https://github.com/apache/incubator-druid/issues/8053 ### Affected Version 0.15.0 ### Description I'm running the micro quicktest and ingest data via supervisor task from Kafka. When I tried to push 100

[GitHub] [incubator-druid] vogievetsky opened a new pull request #8052: Remove IRC badge from readme

2019-07-10 Thread GitBox
vogievetsky opened a new pull request #8052: Remove IRC badge from readme URL: https://github.com/apache/incubator-druid/pull/8052 We should also add a slack badge at some point This is an automated message from the Apache

[GitHub] [incubator-druid] clintropolis commented on issue #7525: Druid Multi-Value String Columns, Expressions, and SQL

2019-07-10 Thread GitBox
clintropolis commented on issue #7525: Druid Multi-Value String Columns, Expressions, and SQL URL: https://github.com/apache/incubator-druid/issues/7525#issuecomment-509925190 >#7574 may be slightly related in that it could allow implementing a virtual column that gives view of existing