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

dependabot[bot] pushed a change to branch 
dependabot/maven/org.apache.kerby-kerby-bom-2.1.2
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 9d955b167b9 Bump org.apache.kerby:kerby-bom from 2.1.1 to 2.1.2
     add 3be62366ef5 Add TABLE_TENANT_INFO controller gauge for table-to-tenant 
mapping (#18823)
     add bf58476d375 Mark numMinionSubtasks* gauges as non-global to match PR 
#18854 Prometheus rule (#18864)
     add 9aadb762cba Bump org.apache.httpcomponents.core5:httpcore5 from 5.4.2 
to 5.4.3 (#18849)
     add bec3dcc36f1 Forward SegmentDirectoryLoaderContext in 
DefaultSegmentDirectoryLoader (#18863)
     add cd6dd61ce32 Rebuild upsert metadata from validDocIds snapshot on 
reload for TTL tables (#18860)
     add fd022b34e5f Bump com.github.jnr:jnr-constants from 0.10.4 to 0.11.0 
(#18877)
     add 9d04a166882 Bump com.github.jnr:jnr-posix from 3.1.22 to 3.2.1 (#18878)
     add 0646ef3df7e Bump org.apache:apache from 38 to 39 (#18879)
     add e6bd15e7d88 [Minor] Make Upsert/Dedup TTL_WATERMARK_NOT_SET public 
accessible (#18865)
     add 8cc41925e0f Bump com.github.jnr:jnr-ffi from 2.2.19 to 2.3.0 (#18880)
     add d28ebb6c0e3 Bump org.apache.kerby:kerby-bom from 2.1.1 to 2.1.2

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   (9d955b167b9)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.kerby-kerby-bom-2.1.2 (d28ebb6c0e3)

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:
 .../configs/controller.yml                         |  14 ++
 .../pinot/common/metrics/ControllerGauge.java      |  11 ++
 .../ControllerPrometheusMetricsTest.java           |  17 +-
 .../controller/helix/SegmentStatusChecker.java     |  66 ++++++++
 .../controller/helix/SegmentStatusCheckerTest.java | 178 +++++++++++++++++++++
 .../core/data/manager/BaseTableDataManager.java    |  38 ++++-
 .../dedup/BasePartitionDedupMetadataManager.java   |   3 +-
 .../loader/DefaultSegmentDirectoryLoader.java      |  12 +-
 .../upsert/BasePartitionUpsertMetadataManager.java |  31 +++-
 ...rrentMapPartitionUpsertMetadataManagerTest.java |  44 +++++
 pom.xml                                            |  10 +-
 11 files changed, 401 insertions(+), 23 deletions(-)


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

Reply via email to