[GitHub] [druid] maytasm commented on a change in pull request #10054: Add safeguard to make sure new Rules added are aware of Rule usage in loadstatus API

2020-06-19 Thread GitBox
maytasm commented on a change in pull request #10054: URL: https://github.com/apache/druid/pull/10054#discussion_r442745753 ## File path: server/src/main/java/org/apache/druid/server/coordinator/rules/Rule.java ## @@ -51,6 +51,14 @@ boolean appliesTo(Interval interval, Da

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

2020-06-19 Thread GitBox
liran-funaro commented on pull request #10001: URL: https://github.com/apache/druid/pull/10001#issuecomment-646589680 Thanks to @yuanlihan for helping us find bugs on the realtime query side. Our system experiments focused on batch ingestion, so his contribution is highly appreciated. --

[GitHub] [druid] gianm commented on a change in pull request #10053: fix topn on string columns with non-sorted or non-unique dictionaries

2020-06-19 Thread GitBox
gianm commented on a change in pull request #10053: URL: https://github.com/apache/druid/pull/10053#discussion_r442988947 ## File path: processing/src/main/java/org/apache/druid/query/topn/TopNQueryEngine.java ## @@ -158,6 +156,40 @@ private TopNMapFn getMapFn( return new

[GitHub] [druid] gianm merged pull request #10053: fix topn on string columns with non-sorted or non-unique dictionaries

2020-06-19 Thread GitBox
gianm merged pull request #10053: URL: https://github.com/apache/druid/pull/10053 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 th

[druid] branch master updated: fix topn on string columns with non-sorted or non-unique dictionaries (#10053)

2020-06-19 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian 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 c2f5d45 fix topn on string columns with non-sorted

[GitHub] [druid] josh-pritchard-fcx commented on issue #6905: Druid 0.13.0 - Warning on Historicals "Not all bytes were read from the S3ObjectInputStream"

2020-06-19 Thread GitBox
josh-pritchard-fcx commented on issue #6905: URL: https://github.com/apache/druid/issues/6905#issuecomment-646852223 Same here updating from 0.12.1 to 0.18.1 This is an automated message from the Apache Git Service. To respon

[GitHub] [druid] clintropolis commented on a change in pull request #10053: fix topn on string columns with non-sorted or non-unique dictionaries

2020-06-19 Thread GitBox
clintropolis commented on a change in pull request #10053: URL: https://github.com/apache/druid/pull/10053#discussion_r443084818 ## File path: processing/src/main/java/org/apache/druid/query/topn/TopNQueryEngine.java ## @@ -158,6 +156,40 @@ private TopNMapFn getMapFn( ret

[GitHub] [druid] JackDavidson opened a new issue #10057: index_parallel with single_dim partitionSpec type generating just one file/segment

2020-06-19 Thread GitBox
JackDavidson opened a new issue #10057: URL: https://github.com/apache/druid/issues/10057 ### Affected Version Druid Built From Source as of Fri Jun 5, 2020 ### Description We are trying to create new druid ingestion specs to pull from s3 directly via index_parallel rather

[GitHub] [druid] JackDavidson commented on issue #10057: index_parallel with single_dim partitionSpec type generating just one file/segment

2020-06-19 Thread GitBox
JackDavidson commented on issue #10057: URL: https://github.com/apache/druid/issues/10057#issuecomment-646911735 Hash Partitioning seems to work fine, by the way. This is an automated message from the Apache Git Service. To r

[GitHub] [druid] clintropolis opened a new pull request #10058: The ole pooled algorithm switcheroo

2020-06-19 Thread GitBox
clintropolis opened a new pull request #10058: URL: https://github.com/apache/druid/pull/10058 ### Description Inspired by https://github.com/apache/druid/pull/10053#discussion_r442988947 Also added javadoc for `PooledTopNAlgorithm`, `AggregateTopNMetricFirstAlgorithm`, and some o

[GitHub] [druid] jon-wei merged pull request #10054: Add safeguard to make sure new Rules added are aware of Rule usage in loadstatus API

2020-06-19 Thread GitBox
jon-wei merged pull request #10054: URL: https://github.com/apache/druid/pull/10054 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

[druid] branch master updated: Add safeguard to make sure new Rules added are aware of Rule usage in loadstatus API (#10054)

2020-06-19 Thread jonwei
This is an automated email from the ASF dual-hosted git repository. jonwei 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 191572a Add safeguard to make sure new Rules add

[GitHub] [druid] clintropolis merged pull request #10055: SketchAggregator.updateUnion should handle null inside List update object

2020-06-19 Thread GitBox
clintropolis merged pull request #10055: URL: https://github.com/apache/druid/pull/10055 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

[druid] branch master updated: SketchAggregator.updateUnion should handle null inside List update object (#10055)

2020-06-19 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/druid.git The following commit(s) were added to refs/heads/master by this push: new 9bab6b6 SketchAggregator.updateUnion should hand

[GitHub] [druid] junneyang commented on issue #8787: how to connect kafka of Authentication using SASL

2020-06-19 Thread GitBox
junneyang commented on issue #8787: URL: https://github.com/apache/druid/issues/8787#issuecomment-646946758 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [druid] junneyang commented on issue #9368: SSL handshake failed - Kafka Index Service

2020-06-19 Thread GitBox
junneyang commented on issue #9368: URL: https://github.com/apache/druid/issues/9368#issuecomment-646951359 > Hello, > > Try using following parameters. Let me know if this works. > > ``` > bootstrap.servers: "hostname:port", > security.protocol: "SASL_SSL", > isol