[GitHub] kinghw opened a new issue #6585: when will 0.13.0 version be released? Thanks

2018-11-06 Thread GitBox
kinghw opened a new issue #6585: when will 0.13.0 version be released? Thanks URL: https://github.com/apache/incubator-druid/issues/6585 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] clintropolis opened a new pull request #6584: fix druid-bloom-filter thread-safety

2018-11-06 Thread GitBox
clintropolis opened a new pull request #6584: fix druid-bloom-filter thread-safety URL: https://github.com/apache/incubator-druid/pull/6584 Alternate approach to what was taken in #6547, instead embedding the `BloomKFilter` implementation in `druid-bloom-filters` extension, and wrapping

[GitHub] kaijianding commented on issue #6575: fix message gap error during index task warm-up

2018-11-06 Thread GitBox
kaijianding commented on issue #6575: fix message gap error during index task warm-up URL: https://github.com/apache/incubator-druid/pull/6575#issuecomment-436499031 Considering future time, the message gap can be 0 even minus value, so 0 messageGap makes people more confuse.

[GitHub] QiuMM opened a new issue #6583: support rollup mode [COUNT() -> SUM(count)]

2018-11-06 Thread GitBox
QiuMM opened a new issue #6583: support rollup mode [COUNT() -> SUM(count)] URL: https://github.com/apache/incubator-druid/issues/6583 ### Motivation In my company, we use Druid as our OLAP engine that enables business users to analyze large quantities of data in real-time. However,

[GitHub] jihoonson commented on a change in pull request #6510: Added support for filtering by unused parameter

2018-11-06 Thread GitBox
jihoonson commented on a change in pull request #6510: Added support for filtering by unused parameter URL: https://github.com/apache/incubator-druid/pull/6510#discussion_r230967910 ## File path:

[GitHub] jihoonson commented on a change in pull request #6510: Added support for filtering by unused parameter

2018-11-06 Thread GitBox
jihoonson commented on a change in pull request #6510: Added support for filtering by unused parameter URL: https://github.com/apache/incubator-druid/pull/6510#discussion_r231362415 ## File path:

[GitHub] elloooooo commented on issue #6575: fix message gap error during index task warm-up

2018-11-06 Thread GitBox
elloo commented on issue #6575: fix message gap error during index task warm-up URL: https://github.com/apache/incubator-druid/pull/6575#issuecomment-436480598 In our metrics graphs, I think no data being treated as 0 is better behaviour, because the big number in a very short time

[GitHub] elloooooo commented on issue #6503: Add rebalance strategy for RandomBalancerStrategy

2018-11-06 Thread GitBox
elloo commented on issue #6503: Add rebalance strategy for RandomBalancerStrategy URL: https://github.com/apache/incubator-druid/pull/6503#issuecomment-436475386 @clintropolis Hi~ I have used `CachedCostBalancerStrategy` in our druid cluster which has 39 historical nodes and 2.6M

[GitHub] qweed00 opened a new issue #6582: run query dynamically in post aggregator

2018-11-06 Thread GitBox
qweed00 opened a new issue #6582: run query dynamically in post aggregator URL: https://github.com/apache/incubator-druid/issues/6582 Hi Is there a way to run a query dynamically in a post aggregator? This is an

[GitHub] edgan8 commented on issue #6581: Moments Sketch custom aggregator

2018-11-06 Thread GitBox
edgan8 commented on issue #6581: Moments Sketch custom aggregator URL: https://github.com/apache/incubator-druid/pull/6581#issuecomment-436449187 @gianm @fjy I am not familiar with the best practices so let me know if you need more information. Thanks!

[incubator-druid] branch missing-headers updated (2feaa72 -> 7eec894)

2018-11-06 Thread davidlim
This is an automated email from the ASF dual-hosted git repository. davidlim pushed a change to branch missing-headers in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from 2feaa72 fix modified druid-production.svg add 7b34662 Period load/drop/broadcast rules

[GitHub] edgan8 opened a new pull request #6581: Moments Sketch custom aggregator

2018-11-06 Thread GitBox
edgan8 opened a new pull request #6581: Moments Sketch custom aggregator URL: https://github.com/apache/incubator-druid/pull/6581 Initial pull request for a druid aggregation extension that supports the moments sketch. The moments sketch is a compact, efficiently mergeable approximate

[incubator-druid] branch missing-headers updated (e80a8cd -> 2feaa72)

2018-11-06 Thread davidlim
This is an automated email from the ASF dual-hosted git repository. davidlim pushed a change to branch missing-headers in repository https://gitbox.apache.org/repos/asf/incubator-druid.git. from e80a8cd cr changes add 2feaa72 fix modified druid-production.svg No new revisions were

[incubator-druid] branch master updated: Fix various bugs; Enable more IntelliJ inspections and update error-prone (#6490)

2018-11-06 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/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 54351a5 Fix various bugs; Enable more

[GitHub] gianm closed pull request #6490: Fix various bugs; Enable more IntelliJ inspections and update error-prone

2018-11-06 Thread GitBox
gianm closed pull request #6490: Fix various bugs; Enable more IntelliJ inspections and update error-prone URL: https://github.com/apache/incubator-druid/pull/6490 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[GitHub] dclim commented on issue #6490: Fix various bugs; Enable more IntelliJ inspections and update error-prone

2018-11-06 Thread GitBox
dclim commented on issue #6490: Fix various bugs; Enable more IntelliJ inspections and update error-prone URL: https://github.com/apache/incubator-druid/pull/6490#issuecomment-436426774  This is an automated message from

[incubator-druid] branch master updated: Use current coordinator leader instead of cached one (#6551) (#6552)

2018-11-06 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/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new bcb754d Use current coordinator

[GitHub] jon-wei closed issue #6551: Use current leader to query system table instead of the cached value

2018-11-06 Thread GitBox
jon-wei closed issue #6551: Use current leader to query system table instead of the cached value URL: https://github.com/apache/incubator-druid/issues/6551 This is an automated message from the Apache Git Service. To

[GitHub] jon-wei opened a new issue #6580: FileRequestLogger fails when used with FilteredRequestLogger

2018-11-06 Thread GitBox
jon-wei opened a new issue #6580: FileRequestLogger fails when used with FilteredRequestLogger URL: https://github.com/apache/incubator-druid/issues/6580 Using a filtered request logger with a file logger delegate causes NPEs, it seems like FileRequestLogger's `@LifecycleStart` method is

[GitHub] QiuMM commented on issue #6579: tasks tables in metadata storage are not cleared

2018-11-06 Thread GitBox
QiuMM commented on issue #6579: tasks tables in metadata storage are not cleared URL: https://github.com/apache/incubator-druid/issues/6579#issuecomment-436319429 I have checked the code and found the automatic log file deletion function does not clean up old entries in metadata store.

[GitHub] QiuMM commented on issue #6579: tasks tables in metadata storage are not cleared

2018-11-06 Thread GitBox
QiuMM commented on issue #6579: tasks tables in metadata storage are not cleared URL: https://github.com/apache/incubator-druid/issues/6579#issuecomment-436315896 You mean the *druid_tasks* and *druid_tasklogs* tables' data size keep growing? It seems current kill functions do not clean

[GitHub] RestfulBlue opened a new issue #6579: tasks tables in metadata storage are not cleared

2018-11-06 Thread GitBox
RestfulBlue opened a new issue #6579: tasks tables in metadata storage are not cleared URL: https://github.com/apache/incubator-druid/issues/6579 we have separate cluster for stress testing with following kill configuration: coordinator: ``` druid.coordinator.kill.on=true