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

github-bot pushed a change to branch 
dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.3
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 918a1f958d Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3
     add fffa7365e1 Fix stale host / port bug for failure detector (#15116)
     add 1d251b8b1f Make KafkaConsumerFactory compatible with multi-topics 
ingestion (#15094)
     add ad7780d20e Implement MdcExecutor to manage MDC context for query 
execution (#15072)
     add 0169021a55 Update the segment operation throttle defaults to 
Integer.MAX_VALUE (#15126)
     add ca43a859cc Always return metadata block when leaf stage operator is 
early terminated (#15129)
     add 7eb8940e15 Bump slf4j.version from 2.0.16 to 2.0.17 (#15131)
     add 209b7f8c24 Fix delete function behaviour for GCS FS when the directory 
or file is missing (#15123)
     add ec93d15541 Bump com.gradle:develocity-maven-extension from 1.23.1 to 
1.23.2 (#15124)
     add 44a2d6fd83 Bump com.google.cloud:libraries-bom from 26.54.0 to 26.55.0 
(#15113)
     add 1c1c70d52d Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.3

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   (918a1f958d)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.21.3 (1c1c70d52d)

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:
 .mvn/extensions.xml                                |   2 +-
 .../requesthandler/GrpcBrokerRequestHandler.java   |  10 +-
 .../MultiStageBrokerRequestHandler.java            |   2 +-
 .../query/executor/ServerQueryExecutorV1Impl.java  |  23 ++-
 .../core/query/request/ServerQueryRequest.java     |   9 +
 .../pinot/core/query/scheduler/QueryScheduler.java |  26 +--
 .../apache/pinot/plugin/filesystem/GcsPinotFS.java |   2 +-
 .../stream/kafka20/KafkaConsumerFactory.java       |   2 +-
 .../stream/kafka30/KafkaConsumerFactory.java       |   2 +-
 .../apache/pinot/query/runtime/QueryRunner.java    | 107 +++++-----
 .../runtime/executor/OpChainSchedulerService.java  |   3 +
 .../LeafStageTransferableBlockOperator.java        |   5 +-
 .../pinot/query/runtime/operator/OpChain.java      |   6 +
 .../runtime/plan/OpChainExecutionContext.java      |  14 ++
 .../plan/server/ServerPlanRequestUtils.java        |  21 +-
 .../query/service/dispatch/QueryDispatcher.java    |  21 +-
 .../utils/SegmentOperationsThrottlerTest.java      |  75 +++----
 .../spi/executor/DecoratorExecutorService.java     | 215 +++++++++++++++++++++
 .../org/apache/pinot/spi/executor/MdcExecutor.java | 107 ++++++++++
 .../apache/pinot/spi/trace/LoggerConstants.java    |  73 +++++++
 .../apache/pinot/spi/utils/CommonConstants.java    |  21 +-
 pinot-tools/src/main/resources/log4j2.xml          |   7 +-
 pom.xml                                            |   4 +-
 23 files changed, 628 insertions(+), 129 deletions(-)
 create mode 100644 
pinot-spi/src/main/java/org/apache/pinot/spi/executor/DecoratorExecutorService.java
 create mode 100644 
pinot-spi/src/main/java/org/apache/pinot/spi/executor/MdcExecutor.java
 create mode 100644 
pinot-spi/src/main/java/org/apache/pinot/spi/trace/LoggerConstants.java


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

Reply via email to