[druid] branch master updated: Eliminate common subfilters when converting it to a CNF (#9608)

2020-04-05 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/druid.git The following commit(s) were added to refs/heads/master by this push: new 40e84a1 Eliminate common subfilters when

[GitHub] [druid] himanshug merged pull request #9608: Eliminate common subfilters when converting it to a CNF

2020-04-05 Thread GitBox
himanshug merged pull request #9608: Eliminate common subfilters when converting it to a CNF URL: https://github.com/apache/druid/pull/9608 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [druid] himanshug commented on a change in pull request #9518: AWS RDS token based password provider

2020-04-05 Thread GitBox
himanshug commented on a change in pull request #9518: AWS RDS token based password provider URL: https://github.com/apache/druid/pull/9518#discussion_r403831641 ## File path: extensions-core/druid-aws-rds-extensions/pom.xml ## @@ -0,0 +1,80 @@ + + +

[GitHub] [druid] abhishekrb19 opened a new pull request #9622: Compaction numeric nullhandle

2020-04-05 Thread GitBox
abhishekrb19 opened a new pull request #9622: Compaction numeric nullhandle URL: https://github.com/apache/druid/pull/9622 With `druid.generic.useDefaultValueForNull=false ` set and post compaction, we notice the dimensions with numeric types the original `null` value gets replaced with

[GitHub] [druid] als-sdin closed issue #9386: Kafka Indexing Service failed - could not allocate segment for row with timestamp[*]

2020-04-05 Thread GitBox
als-sdin closed issue #9386: Kafka Indexing Service failed - could not allocate segment for row with timestamp[*] URL: https://github.com/apache/druid/issues/9386 This is an automated message from the Apache Git Service. To

[GitHub] [druid] als-sdin commented on issue #9386: Kafka Indexing Service failed - could not allocate segment for row with timestamp[*]

2020-04-05 Thread GitBox
als-sdin commented on issue #9386: Kafka Indexing Service failed - could not allocate segment for row with timestamp[*] URL: https://github.com/apache/druid/issues/9386#issuecomment-609506646 There were issues with the segments and/or segment metadata for a particular period. Nothing to

[GitHub] [druid] himanshug merged pull request #9615: [Backport] Fix double count ssl connection metrics

2020-04-05 Thread GitBox
himanshug merged pull request #9615: [Backport] Fix double count ssl connection metrics URL: https://github.com/apache/druid/pull/9615 This is an automated message from the Apache Git Service. To respond to the message,

[druid] branch 0.18.0 updated: Fix double count ssl connection metrics (#9594) (#9615)

2020-04-05 Thread himanshug
This is an automated email from the ASF dual-hosted git repository. himanshug pushed a commit to branch 0.18.0 in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/0.18.0 by this push: new 404a558 Fix double count ssl connection

[GitHub] [druid] lgtm-com[bot] commented on issue #9621: Add context to AuthenticationResult [WIP]

2020-04-05 Thread GitBox
lgtm-com[bot] commented on issue #9621: Add context to AuthenticationResult [WIP] URL: https://github.com/apache/druid/pull/9621#issuecomment-609426018 This pull request **introduces 3 alerts** when merging 66ac801e348fe30fbfd703f7c1be9ae7bb8e99e8 into

[GitHub] [druid] bolkedebruin opened a new pull request #9621: Add context to AuthenticationResult [WIP]

2020-04-05 Thread GitBox
bolkedebruin opened a new pull request #9621: Add context to AuthenticationResult [WIP] URL: https://github.com/apache/druid/pull/9621 ### Description Looking for feedback. Proper authorization needs to be context aware. Context like IP Address, Proxy addresses etc. This PR