[GitHub] [incubator-druid] lgtm-com[bot] commented on issue #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
lgtm-com[bot] commented on issue #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#issuecomment-553755548 This pull request **fixes 1 alert** when merging 230803bb73c8b80c781b2142bf2df3b96045e1ec into

[incubator-druid] branch master updated (00f6a56 -> ce4ee42)

2019-11-13 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 00f6a56 Use RFC4180Parser as CSVParser (#8803) add ce4ee42 Fix LIKE filter wildcards to match newlines.

[GitHub] [incubator-druid] fjy merged pull request #8863: Fix LIKE filter wildcards to match newlines.

2019-11-13 Thread GitBox
fjy merged pull request #8863: Fix LIKE filter wildcards to match newlines. URL: https://github.com/apache/incubator-druid/pull/8863 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-druid] lgtm-com[bot] commented on issue #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
lgtm-com[bot] commented on issue #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#issuecomment-553703371 This pull request **fixes 1 alert** when merging 42a6965a4dc19e17c3c85f4a119b9fb76158e3f4 into

[GitHub] [incubator-druid] zhaolihe edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
zhaolihe edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553699150 > Is your router colocated with your overlord ? yes, the service of router and the service of

[GitHub] [incubator-druid] zhaolihe commented on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
zhaolihe commented on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553699150 > Is your router colocated with your overlord ? yes, the service of router and the service of overlord are

[GitHub] [incubator-druid] jihoonson commented on issue #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
jihoonson commented on issue #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#issuecomment-553688122 Updated PR to support the sampler better. Also addressed comments and merged master. Moved all tests in `CSVParserTest` into

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r346088626 ## File path: core/src/main/java/org/apache/druid/data/input/InputSourceReader.java ## @@ -0,0

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r346088647 ## File path: core/src/main/java/org/apache/druid/data/input/InputEntity.java ## @@ -0,0 +1,113

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r346088634 ## File path: core/src/main/java/org/apache/druid/data/input/AbstractInputSource.java ## @@

[GitHub] [incubator-druid] jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
jihoonson commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r346088614 ## File path: core/src/main/java/org/apache/druid/data/input/TextReader.java ## @@ -0,0 +1,134

[GitHub] [incubator-druid] ccaominh commented on a change in pull request #8864: add sequenceName and currentCheckPoint for backwards compatibility

2019-11-13 Thread GitBox
ccaominh commented on a change in pull request #8864: add sequenceName and currentCheckPoint for backwards compatibility URL: https://github.com/apache/incubator-druid/pull/8864#discussion_r346075809 ## File path:

[GitHub] [incubator-druid] surekhasaharan opened a new pull request #8864: add sequenceName and currentCheckPoint for backwards compatibility

2019-11-13 Thread GitBox
surekhasaharan opened a new pull request #8864: add sequenceName and currentCheckPoint for backwards compatibility URL: https://github.com/apache/incubator-druid/pull/8864 Fixes #8837 ### Description Added `sequenceName` and `currentCheckPoint` to

[GitHub] [incubator-druid] surekhasaharan commented on issue #8837: Kafka indexing task can fail during rolling update

2019-11-13 Thread GitBox
surekhasaharan commented on issue #8837: Kafka indexing task can fail during rolling update URL: https://github.com/apache/incubator-druid/issues/8837#issuecomment-553662877 While trying to reproduce this issue, i saw another exception for `sequenceName` ``` 2019-11-13T22:32:24,280

[GitHub] [incubator-druid] gianm opened a new pull request #8863: Fix LIKE filter wildcards to match newlines.

2019-11-13 Thread GitBox
gianm opened a new pull request #8863: Fix LIKE filter wildcards to match newlines. URL: https://github.com/apache/incubator-druid/pull/8863 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-druid] surekhasaharan commented on issue #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on issue #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#issuecomment-553598612 > > Yeah, i looked at that, it thinks `dataSchema` can be null

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#discussion_r344464688 ## File path:

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#discussion_r344464621 ## File path:

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#discussion_r345933824 ## File path:

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#discussion_r344464711 ## File path:

[GitHub] [incubator-druid] surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API

2019-11-13 Thread GitBox
surekhasaharan commented on a change in pull request #8810: Make submit task API similar to supervisor API URL: https://github.com/apache/incubator-druid/pull/8810#discussion_r344464657 ## File path:

[incubator-druid] branch master updated (cc54b2a -> 00f6a56)

2019-11-13 Thread surekha
This is an automated email from the ASF dual-hosted git repository. surekha pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from cc54b2a support for array expressions in TransformSpec with ExpressionTransform (#8744) add 00f6a56

[GitHub] [incubator-druid] surekhasaharan closed issue #6850: Allow the CSV parser to configure escaping

2019-11-13 Thread GitBox
surekhasaharan closed issue #6850: Allow the CSV parser to configure escaping URL: https://github.com/apache/incubator-druid/issues/6850 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-druid] surekhasaharan merged pull request #8803: Use RFC4180Parser as CSVParser

2019-11-13 Thread GitBox
surekhasaharan merged pull request #8803: Use RFC4180Parser as CSVParser URL: https://github.com/apache/incubator-druid/pull/8803 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-druid] glasser commented on issue #7631: Add ability for task and supervisor to recall the exact spec that was sent to them

2019-11-13 Thread GitBox
glasser commented on issue #7631: Add ability for task and supervisor to recall the exact spec that was sent to them URL: https://github.com/apache/incubator-druid/issues/7631#issuecomment-553580488 This was inspired by a comment of mine at a meetup last night, about how we find a tool

[GitHub] [incubator-druid] gocho1 edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
gocho1 edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553523734 Hi, Unless I'm wrong, the port is the router port. Is your router colocated with your

[GitHub] [incubator-druid] glasser opened a new issue #8862: web console: display and edit decomissioningNodes in Historicals list

2019-11-13 Thread GitBox
glasser opened a new issue #8862: web console: display and edit decomissioningNodes in Historicals list URL: https://github.com/apache/incubator-druid/issues/8862 Druid 0.15 added the decommissioningNodes dynamic coordinator config setting to allow you to designate some historicals as

[GitHub] [incubator-druid] gianm merged pull request #8744: support for array expressions in TransformSpec with ExpressionTransform

2019-11-13 Thread GitBox
gianm merged pull request #8744: support for array expressions in TransformSpec with ExpressionTransform URL: https://github.com/apache/incubator-druid/pull/8744 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-druid] gianm closed issue #8733: Cell contains [LJava.lang.String@ instead of data when constructing array via transformSpec during ingestion

2019-11-13 Thread GitBox
gianm closed issue #8733: Cell contains [LJava.lang.String@ instead of data when constructing array via transformSpec during ingestion URL: https://github.com/apache/incubator-druid/issues/8733 This is an automated message

[incubator-druid] branch master updated (9ed9a80 -> cc54b2a)

2019-11-13 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 9ed9a80 optimize numeric column null value checking for low filter selectivity (more rows) (#8822) add

[incubator-druid] branch master updated (80dbf44 -> 9ed9a80)

2019-11-13 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 80dbf44 Add reference to druid.storage.type (#8857) add 9ed9a80 optimize numeric column null value

[GitHub] [incubator-druid] gianm merged pull request #8822: optimize numeric column null value checking for low filter selectivity (more rows)

2019-11-13 Thread GitBox
gianm merged pull request #8822: optimize numeric column null value checking for low filter selectivity (more rows) URL: https://github.com/apache/incubator-druid/pull/8822 This is an automated message from the Apache Git

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8822: optimize numeric column null value checking for low filter selectivity (more rows)

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8822: optimize numeric column null value checking for low filter selectivity (more rows) URL: https://github.com/apache/incubator-druid/pull/8822#discussion_r345927061 ## File path:

[incubator-druid] branch master updated (cc2bdb5 -> 80dbf44)

2019-11-13 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/incubator-druid.git. from cc2bdb5 Fix hadoop task jdk11 compatible (#8799) add 80dbf44 Add reference to druid.storage.type

[GitHub] [incubator-druid] jihoonson merged pull request #8857: Add reference to druid.storage.type

2019-11-13 Thread GitBox
jihoonson merged pull request #8857: Add reference to druid.storage.type URL: https://github.com/apache/incubator-druid/pull/8857 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-druid] gocho1 edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
gocho1 edited a comment on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553523734 Hi, Unless I'm wrong, the port is the router port. Is your router colocated with the your

[GitHub] [incubator-druid] gocho1 commented on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
gocho1 commented on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553523734 Hi, Unless I'm wrong, the port is the router port. Is your router colocated with the your overlord ?

[GitHub] [incubator-druid] surekhasaharan commented on issue #8803: Use RFC4180Parser as CSVParser

2019-11-13 Thread GitBox
surekhasaharan commented on issue #8803: Use RFC4180Parser as CSVParser URL: https://github.com/apache/incubator-druid/pull/8803#issuecomment-553500534 @SEKIRO-J could you please merge master, for teamcity and LGTM to pass

[GitHub] [incubator-druid] hara5 opened a new issue #8861: Supervisor Task failing without any error

2019-11-13 Thread GitBox
hara5 opened a new issue #8861: Supervisor Task failing without any error URL: https://github.com/apache/incubator-druid/issues/8861 I created a new load data activity using Kafka and supervisor task is in UNHEALTHY STATE and all tasks are failing in 6 seconds. Druid Version:

[GitHub] [incubator-druid] fstolba commented on issue #8857: Add reference to druid.storage.type

2019-11-13 Thread GitBox
fstolba commented on issue #8857: Add reference to druid.storage.type URL: https://github.com/apache/incubator-druid/pull/8857#issuecomment-553427929 @jihoonson let me know if you agree with the proposed wording and general page structure.

[GitHub] [incubator-druid] sbespalov commented on issue #6017: Logging of invalid queries

2019-11-13 Thread GitBox
sbespalov commented on issue #6017: Logging of invalid queries URL: https://github.com/apache/incubator-druid/issues/6017#issuecomment-553422830 One more case possible with invalid json body: ``` curl -i -X POST \ -H "Content-Type:application/json" \ -d \ '{

[GitHub] [incubator-druid] sbespalov commented on issue #6017: Logging of invalid queries

2019-11-13 Thread GitBox
sbespalov commented on issue #6017: Logging of invalid queries URL: https://github.com/apache/incubator-druid/issues/6017#issuecomment-553419131 @erankor could please clarify the relevance and requirements for this task? Currently with `druid.request.logging.type=file` invalid queries

[GitHub] [incubator-druid] zhaolihe commented on issue #8630: Overlord High Availability causing loss of ingestion tasks

2019-11-13 Thread GitBox
zhaolihe commented on issue #8630: Overlord High Availability causing loss of ingestion tasks URL: https://github.com/apache/incubator-druid/issues/8630#issuecomment-553372026 >but how to get the active overlord before post task? using http://ha_ip:/druid/indexer/v1/task to

[incubator-druid] branch master updated (8cb213a -> cc2bdb5)

2019-11-13 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/incubator-druid.git. from 8cb213a Web console: Fix missing include future flag for byPeriod rules (#8859) add cc2bdb5 Fix

[GitHub] [incubator-druid] clintropolis merged pull request #8799: Fix hadoop task jdk11 compatible

2019-11-13 Thread GitBox
clintropolis merged pull request #8799: Fix hadoop task jdk11 compatible URL: https://github.com/apache/incubator-druid/pull/8799 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r345669566 ## File path: core/src/main/java/org/apache/druid/data/input/InputSource.java ## @@ -0,0

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r345669264 ## File path: core/src/main/java/org/apache/druid/data/input/InputEntity.java ## @@ -0,0

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r345669694 ## File path: core/src/main/java/org/apache/druid/data/input/InputSourceReader.java ## @@

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8823: Add InputSource and InputFormat interfaces URL: https://github.com/apache/incubator-druid/pull/8823#discussion_r345669443 ## File path: core/src/main/java/org/apache/druid/data/input/InputFormat.java ## @@ -0,0

[GitHub] [incubator-druid] fstolba commented on issue #8858: export-metadata throws java.lang.NullPointerException

2019-11-13 Thread GitBox
fstolba commented on issue #8858: export-metadata throws java.lang.NullPointerException URL: https://github.com/apache/incubator-druid/issues/8858#issuecomment-553330425 When the exception is thrown, only the following files are being created in the specified output directory: ```

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #8744: support for array expressions in TransformSpec with ExpressionTransform

2019-11-13 Thread GitBox
clintropolis commented on a change in pull request #8744: support for array expressions in TransformSpec with ExpressionTransform URL: https://github.com/apache/incubator-druid/pull/8744#discussion_r345665333 ## File path:

[GitHub] [incubator-druid] qianmoQ edited a comment on issue #8605: Failed to publish segments because of [java.lang.RuntimeException: Aborting transaction!].

2019-11-13 Thread GitBox
qianmoQ edited a comment on issue #8605: Failed to publish segments because of [java.lang.RuntimeException: Aborting transaction!]. URL: https://github.com/apache/incubator-druid/issues/8605#issuecomment-553303081 > Any way to reproduce this? Somehow encountered this issue and unable to

[GitHub] [incubator-druid] qianmoQ commented on issue #8605: Failed to publish segments because of [java.lang.RuntimeException: Aborting transaction!].

2019-11-13 Thread GitBox
qianmoQ commented on issue #8605: Failed to publish segments because of [java.lang.RuntimeException: Aborting transaction!]. URL: https://github.com/apache/incubator-druid/issues/8605#issuecomment-553303081 > Any way to reproduce this? Somehow encountered this issue and unable to