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

github-bot pushed a change to branch 
dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard fe49d921b8 Bump org.apache.httpcomponents.client5:httpclient5 from 
5.3.1 to 5.4
     add f976cda57c remove parent relative path, which was incorrect (#14037)
     add 75b7b6fcbf Improvements to OOM protection for Multi-Stage Engine 
(#13955)
     add 5673f941fe Bump software.amazon.awssdk:bom from 2.28.4 to 2.28.5 
(#14044)
     add 345896b7d1 Updated stream Ingestion Readme (#14043)
     add 24b61aa8b3 Bump org.apache.httpcomponents.client5:httpclient5 from 
5.3.1 to 5.4

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   (fe49d921b8)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4 
(24b61aa8b3)

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:
 pinot-broker/pom.xml                               |   1 -
 pinot-clients/pinot-java-client/pom.xml            |   1 -
 pinot-clients/pinot-jdbc-client/pom.xml            |   1 -
 pinot-clients/pom.xml                              |   1 -
 pinot-common/pom.xml                               |   1 -
 pinot-compatibility-verifier/pom.xml               |   1 -
 pinot-connectors/pinot-flink-connector/pom.xml     |   1 -
 pinot-connectors/pinot-spark-2-connector/pom.xml   |   1 -
 pinot-connectors/pinot-spark-3-connector/pom.xml   |   1 -
 pinot-connectors/pinot-spark-common/pom.xml        |   1 -
 pinot-connectors/pom.xml                           |   1 -
 pinot-controller/pom.xml                           |   1 -
 pinot-core/pom.xml                                 |   1 -
 .../CPUMemThreadLevelAccountingObjects.java        |   2 +-
 .../PerQueryCPUMemAccountantFactory.java           |  33 +++-
 pinot-distribution/pom.xml                         |   1 -
 pinot-integration-test-base/pom.xml                |   1 -
 pinot-integration-tests/pom.xml                    |   1 -
 pinot-minion/pom.xml                               |   1 -
 pinot-perf/pom.xml                                 |   1 -
 .../pinot-batch-ingestion-common/pom.xml           |   1 -
 .../pinot-batch-ingestion-hadoop/pom.xml           |   1 -
 .../pinot-batch-ingestion-spark-2.4/pom.xml        |   1 -
 .../pinot-batch-ingestion-spark-3/pom.xml          |   1 -
 .../pinot-batch-ingestion-standalone/pom.xml       |   1 -
 pinot-plugins/pinot-batch-ingestion/pom.xml        |   1 -
 .../pinot-environment/pinot-azure/pom.xml          |   1 -
 pinot-plugins/pinot-environment/pom.xml            |   1 -
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |   1 -
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |   1 -
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |   1 -
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml   |   1 -
 pinot-plugins/pinot-file-system/pom.xml            |   1 -
 .../pinot-input-format/pinot-avro-base/pom.xml     |   1 -
 .../pinot-input-format/pinot-avro/pom.xml          |   1 -
 .../pinot-input-format/pinot-clp-log/pom.xml       |   1 -
 .../pinot-confluent-avro/pom.xml                   |   1 -
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |   1 -
 .../pinot-input-format/pinot-json/pom.xml          |   1 -
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml |   1 -
 .../pinot-input-format/pinot-parquet/pom.xml       |   1 -
 .../pinot-input-format/pinot-protobuf/pom.xml      |   1 -
 .../pinot-input-format/pinot-thrift/pom.xml        |   1 -
 pinot-plugins/pinot-input-format/pom.xml           |   1 -
 .../pinot-metrics/pinot-dropwizard/pom.xml         |   1 -
 pinot-plugins/pinot-metrics/pinot-yammer/pom.xml   |   1 -
 pinot-plugins/pinot-metrics/pom.xml                |   1 -
 .../pinot-minion-builtin-tasks/pom.xml             |   1 -
 pinot-plugins/pinot-minion-tasks/pom.xml           |   1 -
 .../pinot-segment-uploader-default/pom.xml         |   1 -
 pinot-plugins/pinot-segment-uploader/pom.xml       |   1 -
 .../pinot-segment-writer-file-based/pom.xml        |   1 -
 pinot-plugins/pinot-segment-writer/pom.xml         |   1 -
 pinot-plugins/pinot-stream-ingestion/README.md     |   2 +-
 .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml |   1 -
 .../pinot-stream-ingestion/pinot-kafka-3.0/pom.xml |   1 -
 .../pinot-kafka-base/pom.xml                       |   1 -
 .../pinot-stream-ingestion/pinot-kinesis/pom.xml   |   1 -
 .../pinot-stream-ingestion/pinot-pulsar/pom.xml    |   1 -
 pinot-plugins/pinot-stream-ingestion/pom.xml       |   1 -
 pinot-plugins/pom.xml                              |   1 -
 .../LeafStageTransferableBlockOperator.java        |  11 ++
 .../query/runtime/operator/MultiStageOperator.java |   2 +-
 .../apache/pinot/query/QueryServerEnclosure.java   |   5 +-
 .../runtime/queries/QueryRunnerAccountingTest.java | 183 +++++++++++++++++++++
 .../query/runtime/queries/QueryRunnerTestBase.java |  11 +-
 pinot-segment-local/pom.xml                        |   1 -
 pinot-segment-spi/pom.xml                          |   1 -
 pinot-server/pom.xml                               |   1 -
 pinot-spi/pom.xml                                  |   1 -
 .../accounting/ThreadResourceUsageAccountant.java  |   5 +
 .../java/org/apache/pinot/spi/trace/Tracing.java   |  32 +++-
 .../apache/pinot/spi/utils/CommonConstants.java    |   4 +
 pinot-timeseries/pom.xml                           |   1 -
 pinot-tools/pom.xml                                |   1 -
 pom.xml                                            |   2 +-
 76 files changed, 271 insertions(+), 85 deletions(-)
 create mode 100644 
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/queries/QueryRunnerAccountingTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to