This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/software.amazon.awssdk-bom-2.42.10
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 207f118df41 Bump software.amazon.awssdk:bom from 2.42.8 to 2.42.10
add 111cbf70a05 Fix broker write failure handling in ServerChannels
(#17861)
add 778bf298f10 Add X-Correlation-Id header to Java client HTTP requests
(#17863)
add 9c38cc1b732 Enhance /tableConfigs/validate endpoint with cluster-aware
validations (#16675)
add f641a9c1a7a Fix EmbeddedKafkaCluster startup/teardown ordering in
integration tests (#17855)
add ac92e759264 Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to
5.14.3 (#17850)
add b93f96833ff Bump com.dynatrace.hash4j:hash4j from 0.26.0 to 0.30.0
(#17840)
add 1d9f1ead5ba Bump joda-time:joda-time from 2.14.0 to 2.14.1 (#17838)
add 524ad77fe40 Bump software.amazon.awssdk:bom from 2.42.8 to 2.42.10
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 (207f118df41)
\
N -- N -- N
refs/heads/dependabot/maven/software.amazon.awssdk-bom-2.42.10 (524ad77fe40)
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:
.../client/JsonAsyncHttpPinotClientTransport.java | 7 +-
.../apache/pinot/common/metrics/BrokerMeter.java | 2 +
.../sink/PinotSinkUpsertTableIntegrationTest.java | 23 +++-
.../api/resources/TableConfigsRestletResource.java | 39 +++++-
.../api/TableConfigsRestletResourceTest.java | 55 +++++++++
.../pinot/core/transport/ServerChannels.java | 27 ++++-
.../pinot/core/transport/ServerChannelsTest.java | 135 +++++++++++++++++----
.../tests/BaseClusterIntegrationTest.java | 8 ++
.../tests/BasePauselessRealtimeIngestionTest.java | 2 +-
.../tests/BaseRealtimeClusterIntegrationTest.java | 5 +-
.../integration/tests/BrokerQueryLimitTest.java | 22 ++--
.../tests/CLPEncodingRealtimeIntegrationTest.java | 20 ++-
...tlyOnceKafkaRealtimeClusterIntegrationTest.java | 42 ++++---
.../tests/NullHandlingIntegrationTest.java | 5 +-
...PartialUpsertTableRebalanceIntegrationTest.java | 5 +-
...sRealtimeIngestionSegmentCommitFailureTest.java | 3 +-
.../tests/QueryWorkloadIntegrationTest.java | 20 ++-
.../tests/RetentionManagerIntegrationTest.java | 19 ++-
.../tests/StaleSegmentCheckIntegrationTest.java | 5 +-
.../TableRebalancePauselessIntegrationTest.java | 1 +
.../CustomDataQueryClusterIntegrationTest.java | 6 +-
.../BaseLogicalTableIntegrationTest.java | 6 +-
.../kafka30/server/EmbeddedKafkaCluster.java | 19 ++-
.../segment/local/utils/TableConfigUtils.java | 4 +-
pom.xml | 8 +-
25 files changed, 389 insertions(+), 99 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]