You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2020/06/03 01:26:39 UTC

[druid] branch master updated (309fc04 -> 3d81564)

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/druid.git.


    from 309fc04  Fix various Yielder leaks. (#9934)
     add 3d81564  Fix various processing buffer leaks and simplify BlockingPool. (#9928)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/collections/BlockingPool.java | 19 -----
 .../druid/collections/DefaultBlockingPool.java     | 41 ----------
 .../druid/collections/DummyBlockingPool.java       | 12 ---
 .../org/apache/druid/collections/StupidPool.java   | 18 ++++-
 .../apache/druid/collections/BlockingPoolTest.java | 11 +--
 .../epinephelinae/GroupByQueryEngineV2.java        | 92 ++++++++++++----------
 .../druid/query/topn/PooledTopNAlgorithm.java      | 54 +++++++------
 .../query/groupby/GroupByQueryMergeBufferTest.java | 11 ---
 .../query/groupby/GroupByQueryRunnerTest.java      |  6 +-
 .../druid/query/topn/TopNQueryRunnerTest.java      |  9 +++
 10 files changed, 116 insertions(+), 157 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org