You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2020/06/12 09:33:52 UTC

[druid] branch master updated (67669b4 -> fe2f656)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 67669b4  Fix CVE-2020-13602 (#10024)
     add fe2f656  Fix broadcast rule drop and docs (#10019)

No new revisions were added by this update.

Summary of changes:
 docs/operations/rule-configuration.md              |  18 +-
 .../duty/MarkAsUnusedOvershadowedSegments.java     |  35 +-
 .../druid/server/coordinator/duty/RunRules.java    |  21 +-
 .../coordinator/duty/UnloadUnusedSegments.java     | 110 ++++++-
 .../duty/MarkAsUnusedOvershadowedSegmentsTest.java |  16 +-
 .../coordinator/duty/UnloadUnusedSegmentsTest.java | 364 +++++++++++++++++++++
 6 files changed, 517 insertions(+), 47 deletions(-)
 create mode 100644 server/src/test/java/org/apache/druid/server/coordinator/duty/UnloadUnusedSegmentsTest.java


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