[GitHub] [druid] suneet-s commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
suneet-s commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#issuecomment-608239622 > Looks like you have COMPILATION ERROR from QUICKSTART_COMPATIBLE that was added in master > Suggest rem

[GitHub] [druid] suneet-s commented on a change in pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
suneet-s commented on a change in pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#discussion_r402745873 ## File path: integration-tests/src/test/java/org/apache/druid/tests/indexer/ITTra

[GitHub] [druid] suneet-s commented on a change in pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
suneet-s commented on a change in pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#discussion_r402745873 ## File path: integration-tests/src/test/java/org/apache/druid/tests/indexer/ITTra

[GitHub] [druid] maytasm removed a comment on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
maytasm removed a comment on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#issuecomment-608236371 Looks like you have COMPILATION ERROR from QUICKSTART_COMPATIBLE that was added in master --

[GitHub] [druid] suneet-s opened a new pull request #9611: Use primitives instead of boxed variables when possible

2020-04-02 Thread GitBox
suneet-s opened a new pull request #9611: Use primitives instead of boxed variables when possible URL: https://github.com/apache/druid/pull/9611 Fix LGTM warning about using boxed variables instead of primitives when the variable being assigned is never null. This change should have n

[GitHub] [druid] maytasm commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
maytasm commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#issuecomment-608236371 Looks like you have COMPILATION ERROR from QUICKSTART_COMPATIBLE that was added in master --

[GitHub] [druid] maytasm opened a new pull request #9610: Fix NPE in RemoteTaskRunner event handler causes JVM shutdown

2020-04-02 Thread GitBox
maytasm opened a new pull request #9610: Fix NPE in RemoteTaskRunner event handler causes JVM shutdown URL: https://github.com/apache/druid/pull/9610 Fix NPE in RemoteTaskRunner event handler causes JVM shutdown ### Description An overlord can encountered the following NPE and

[GitHub] [druid] suneet-s opened a new pull request #9609: Fix potential integer overflow issues

2020-04-02 Thread GitBox
suneet-s opened a new pull request #9609: Fix potential integer overflow issues URL: https://github.com/apache/druid/pull/9609 ApproximateHistogram - seems unlikely. SegmentAnalyzer - unclear if this is an actual issue. GenericIndexedWriter - unclear if this is an actual issue. Incr

[GitHub] [druid] himanshug edited a comment on issue #9569: SSO support in Druid

2020-04-02 Thread GitBox
himanshug edited a comment on issue #9569: SSO support in Druid URL: https://github.com/apache/druid/issues/9569#issuecomment-608223555 sorry, I am a bit occupied this week, so couldn't reply. if your auth provider supports OpenID Connect then you can potentially use the SSO intr

[GitHub] [druid] himanshug commented on issue #9569: SSO support in Druid

2020-04-02 Thread GitBox
himanshug commented on issue #9569: SSO support in Druid URL: https://github.com/apache/druid/issues/9569#issuecomment-608223555 sorry, I am a bit occupied this week, so couldn't reply. if your auth provider supports OpenID connect then you can potentially use the SSO introduced

[GitHub] [druid] jihoonson opened a new pull request #9608: Eliminate common subfilters when converting it to a CNF

2020-04-02 Thread GitBox
jihoonson opened a new pull request #9608: Eliminate common subfilters when converting it to a CNF URL: https://github.com/apache/druid/pull/9608 ### Description `Filters.toCNF()` is used in 2 places, 1) to find prefilters when scanning segments that bitmaps are available to evaluat

[GitHub] [druid] clintropolis commented on a change in pull request #9595: Web console basic end-to-end-test

2020-04-02 Thread GitBox
clintropolis commented on a change in pull request #9595: Web console basic end-to-end-test URL: https://github.com/apache/druid/pull/9595#discussion_r402690613 ## File path: pom.xml ## @@ -1944,5 +1944,24 @@ website + +

[GitHub] [druid] surekhasaharan commented on issue #9598: dont advise to rename to wikipedia-kafka

2020-04-02 Thread GitBox
surekhasaharan commented on issue #9598: dont advise to rename to wikipedia-kafka URL: https://github.com/apache/druid/pull/9598#issuecomment-608172249 @AngryUbuntuNerd If we change "wikipedia-kafka" to "wikipedia", then the screenshots in https://druid.apache.org/docs/latest/tutorials/tu

[GitHub] [druid] suneet-s commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
suneet-s commented on issue #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606#issuecomment-608169853 clean backport This is an automated message

[GitHub] [druid] suneet-s opened a new pull request #9607: Remove no-op assert statement in ClientQuerySegmentWalker

2020-04-02 Thread GitBox
suneet-s opened a new pull request #9607: Remove no-op assert statement in ClientQuerySegmentWalker URL: https://github.com/apache/druid/pull/9607 The assert statement in ClientQuerySegmentWalker will always be true because of the preceding while loop which has the same condition. Thi

[GitHub] [druid] suneet-s opened a new pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread GitBox
suneet-s opened a new pull request #9606: [0.18.0] DruidInputSource can add new dimensions during re-ingestion (#9590) URL: https://github.com/apache/druid/pull/9606 Backports the following commits to 0.18.0: - DruidInputSource can add new dimensions during re-ingestion (#9590) ---

[GitHub] [druid] suneet-s opened a new pull request #9605: Fix potential integer overflow in BufferArrayGrouper

2020-04-02 Thread GitBox
suneet-s opened a new pull request #9605: Fix potential integer overflow in BufferArrayGrouper URL: https://github.com/apache/druid/pull/9605 This change fixes a potential integer overflow in BufferArrayGrouper that was flagged by LGTM. It also adds a check that the vectorized arrays are

[druid] branch master updated: DruidInputSource can add new dimensions during re-ingestion (#9590)

2020-04-02 Thread ccaominh
This is an automated email from the ASF dual-hosted git repository. ccaominh 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 af3337d DruidInputSource can add new dimension

[GitHub] [druid] ccaominh merged pull request #9590: DruidInputSource can add new dimensions during re-ingestion

2020-04-02 Thread GitBox
ccaominh merged pull request #9590: DruidInputSource can add new dimensions during re-ingestion URL: https://github.com/apache/druid/pull/9590 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [druid] ccaominh closed issue #9593: Can not add a column when re-indexing a datasource using DruidInputSource

2020-04-02 Thread GitBox
ccaominh closed issue #9593: Can not add a column when re-indexing a datasource using DruidInputSource URL: https://github.com/apache/druid/issues/9593 This is an automated message from the Apache Git Service. To respond to

[GitHub] [druid] ccaominh opened a new pull request #9604: Suppress CVEs for jackson-mapper-asl:1.9.13

2020-04-02 Thread GitBox
ccaominh opened a new pull request #9604: Suppress CVEs for jackson-mapper-asl:1.9.13 URL: https://github.com/apache/druid/pull/9604 ### Description The jackson-mapper-asl:1.9.13 CVEs via curator-x-discovery are all suppressed for now as fixing them requires updating the curator ver

[GitHub] [druid] samarthjain opened a new pull request #9603: Add new round robin strategy for loading segments.

2020-04-02 Thread GitBox
samarthjain opened a new pull request #9603: Add new round robin strategy for loading segments. URL: https://github.com/apache/druid/pull/9603 This strategy aims to address situations where datasources that had older data restated often wait a long time before their segments are loaded o

[GitHub] [druid] jihoonson commented on a change in pull request #9594: Fix double count ssl connection metrics

2020-04-02 Thread GitBox
jihoonson commented on a change in pull request #9594: Fix double count ssl connection metrics URL: https://github.com/apache/druid/pull/9594#discussion_r402632354 ## File path: server/src/test/java/org/apache/druid/server/initialization/JettyTest.java ## @@ -311,4 +430,6

[GitHub] [druid] jihoonson commented on a change in pull request #9594: Fix double count ssl connection metrics

2020-04-02 Thread GitBox
jihoonson commented on a change in pull request #9594: Fix double count ssl connection metrics URL: https://github.com/apache/druid/pull/9594#discussion_r402622855 ## File path: examples/bin/dsql-main ## @@ -400,7 +400,7 @@ def main(): parser_fmt.add_argument('--format'

[GitHub] [druid] maytasm edited a comment on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted

2020-04-02 Thread GitBox
maytasm edited a comment on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted URL: https://github.com/apache/druid/issues/9391#issuecomment-608116659 @acdn-mpreston Hmm.. can you try to reproduce this with 0.17.0 and 0.18.0 ag

[GitHub] [druid] maytasm commented on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted

2020-04-02 Thread GitBox
maytasm commented on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted URL: https://github.com/apache/druid/issues/9391#issuecomment-608116659 @acdn-mpreston Hmm.. can you try to reproduce this with 0.17.0 and 0.18.0? I cannot

[GitHub] [druid] jihoonson commented on a change in pull request #9590: DruidInputSource can add new dimensions during re-ingestion

2020-04-02 Thread GitBox
jihoonson commented on a change in pull request #9590: DruidInputSource can add new dimensions during re-ingestion URL: https://github.com/apache/druid/pull/9590#discussion_r401913530 ## File path: examples/quickstart/tutorial/transform-index.json ## @@ -55,7 +55,7 @@

[GitHub] [druid] jihoonson commented on a change in pull request #9590: DruidInputSource can add new dimensions during re-ingestion

2020-04-02 Thread GitBox
jihoonson commented on a change in pull request #9590: DruidInputSource can add new dimensions during re-ingestion URL: https://github.com/apache/druid/pull/9590#discussion_r401914402 ## File path: indexing-service/src/main/java/org/apache/druid/indexing/common/ReingestionTimelineU

[GitHub] [druid] acdn-mpreston commented on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted

2020-04-02 Thread GitBox
acdn-mpreston commented on issue #9391: 0.17.0 Kafka Supervisor becomes "unhealthy" due to missing inputFormat when Overlord is restarted URL: https://github.com/apache/druid/issues/9391#issuecomment-607978188 I will try and reproduce, but the version of the code I generated this bug from

[GitHub] [druid] marcboivin commented on issue #9483: No implementation for org.apache.druid.query.QuerySegmentWalker was bound

2020-04-02 Thread GitBox
marcboivin commented on issue #9483: No implementation for org.apache.druid.query.QuerySegmentWalker was bound URL: https://github.com/apache/druid/issues/9483#issuecomment-607957613 Followup, if I query the broker node directly it works. So I'm guessing I need a way to tell the overlord t

[GitHub] [druid] stale[bot] commented on issue #5663: Support jCasbin as the authorization backend

2020-04-02 Thread GitBox
stale[bot] commented on issue #5663: Support jCasbin as the authorization backend URL: https://github.com/apache/druid/issues/5663#issuecomment-607877994 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 i

[GitHub] [druid] stale[bot] commented on issue #7940: Find exception when use thetaSketch INTERSECT topN Query type with Broker result level Cache

2020-04-02 Thread GitBox
stale[bot] commented on issue #7940: Find exception when use thetaSketch INTERSECT topN Query type with Broker result level Cache URL: https://github.com/apache/druid/issues/7940#issuecomment-607845036 This issue has been marked as stale due to 280 days of inactivity. It will be closed in

[GitHub] [druid] stale[bot] commented on issue #7800: Use protobuf native timestamp.proto for ingestion timestamp

2020-04-02 Thread GitBox
stale[bot] commented on issue #7800: Use protobuf native timestamp.proto for ingestion timestamp URL: https://github.com/apache/druid/issues/7800#issuecomment-607845062 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional revi

[GitHub] [druid] stale[bot] closed issue #7800: Use protobuf native timestamp.proto for ingestion timestamp

2020-04-02 Thread GitBox
stale[bot] closed issue #7800: Use protobuf native timestamp.proto for ingestion timestamp URL: https://github.com/apache/druid/issues/7800 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [druid] bolkedebruin commented on issue #9579: Add Apache Ranger Authorization

2020-04-02 Thread GitBox
bolkedebruin commented on issue #9579: Add Apache Ranger Authorization URL: https://github.com/apache/druid/pull/9579#issuecomment-607815251 @jihoonson @Fokko all green now! This is an automated message from the Apache Git Ser

[GitHub] [druid] stale[bot] commented on issue #5319: unlimited number of off-heap buffers created from IntermediateProcessingPool

2020-04-02 Thread GitBox
stale[bot] commented on issue #5319: unlimited number of off-heap buffers created from IntermediateProcessingPool URL: https://github.com/apache/druid/issues/5319#issuecomment-607728537 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no fu

[GitHub] [druid] stale[bot] commented on issue #7970: Consider adding support for a pre-transform filter for transform specs

2020-04-02 Thread GitBox
stale[bot] commented on issue #7970: Consider adding support for a pre-transform filter for transform specs URL: https://github.com/apache/druid/issues/7970#issuecomment-607669783 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further

[GitHub] [druid] stale[bot] commented on issue #6057: Broker sends sequential requests to the historical for union queries

2020-04-02 Thread GitBox
stale[bot] commented on issue #6057: Broker sends sequential requests to the historical for union queries URL: https://github.com/apache/druid/issues/6057#issuecomment-607669790 This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further ac