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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.4
in repository https://gitbox.apache.org/repos/asf/druid.git


    omit 6005f680e32 build(deps-dev): bump 
org.apache.maven.plugins:maven-deploy-plugin
     add 65c3ec382f4 fix: replica counting fix for partial load reverts (#19912)
     add a7e33333f62 build(deps): bump 
org.apache.maven.plugins:maven-javadoc-plugin (#19894)
     add be27640963c perf: Improve efficiency of embedded kill tasks (#19772)
     add 8d9bca77719 SQL: Update CaseToCoalesceRule to ignore irrelevant casts. 
(#18400)
     add 627fdc8e1e0 build(deps): bump antlr4.version from 4.5.3 to 4.13.2 
(#19896)
     add c863e00159e build(deps): bump fabric8.version from 7.6.0 to 7.8.0 
(#19899)
     add 464b14b9368 build(deps): bump com.jayway.jsonpath:json-path from 2.9.0 
to 3.0.0 (#19898)
     add 2c0889e6ee1 build(deps): bump com.cronutils:cron-utils from 9.2.0 to 
9.2.1 (#19895)
     add 968d562e2ae build(deps): bump 
org.apache.maven.plugins:maven-jar-plugin (#19900)
     add fe4377a4894 build(deps): bump com.datadoghq:sketches-java from 0.8.2 
to 0.8.3 (#19901)
     add 9375d5a26d5 build(deps-dev): bump 
org.apache.maven.plugins:maven-deploy-plugin

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6005f680e32)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.4 
(9375d5a26d5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 benchmarks/pom.xml                                 |   4 +-
 docs/operations/metrics.md                         |   1 +
 extensions-contrib/ddsketch/pom.xml                |   2 +-
 .../kubernetes-overlord-extensions/pom.xml         |   2 +-
 .../indexing/common/actions/SegmentNukeAction.java |  13 ++-
 .../druid/indexing/common/actions/TaskLocks.java   |  56 ++++++++++
 .../common/task/KillUnusedSegmentsTask.java        |  49 ++++++---
 .../overlord/duty/UnusedSegmentsKiller.java        | 121 +++++++++++++--------
 .../overlord/supervisor/SupervisorManager.java     |  22 +---
 .../common/task/KillUnusedSegmentsTaskTest.java    |   2 +-
 .../overlord/duty/UnusedSegmentsKillerTest.java    | 107 ++++++++++++------
 .../http/OverlordDataSourcesResourceTest.java      |   3 +-
 .../TestIndexerMetadataStorageCoordinator.java     |  11 ++
 licenses.yaml                                      |  24 ++--
 pom.xml                                            |  14 +--
 .../org/apache/druid/math/expr/antlr/Expr.g4       |   6 +-
 .../DatasourceInterval.java}                       |   7 +-
 .../IndexerMetadataStorageCoordinator.java         |  11 ++
 .../IndexerSQLMetadataStorageCoordinator.java      |  13 +++
 .../metadata/SegmentsMetadataManagerConfig.java    |   2 +-
 .../druid/metadata/SqlSegmentsMetadataQuery.java   |  95 +++++++++++++++-
 .../druid/metadata/UnusedSegmentKillerConfig.java  |  39 ++++++-
 .../loading/SegmentReplicaCountMap.java            |  30 ++++-
 .../IndexerSQLMetadataStorageCoordinatorTest.java  |  35 +++++-
 .../druid/sql/calcite/rule/CaseToCoalesceRule.java |  77 ++++++++++++-
 .../sql/calcite/CalciteNestedDataQueryTest.java    |  77 ++++++++++++-
 26 files changed, 653 insertions(+), 170 deletions(-)
 copy 
processing/src/main/java/org/apache/druid/{java/util/common/io/smoosh/SmooshedWriter.java
 => timeline/DatasourceInterval.java} (81%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to