This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.hive-hive-storage-api-4.1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 8de4e211b84 Bump org.apache.hive:hive-storage-api from 2.8.1 to 4.1.0
add 1a4a5309c5d Cleanup deprecated methods in
ThreadResourceUsageAccountant (#16479)
add e59aa47c352 Fix linter violation in SparkSegmentTarPushJobRunner and
also apply fix for spark2 (#16488)
add 3a6d9ef0685 Bump org.apache.hive:hive-storage-api from 2.8.1 to 4.1.0
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 (8de4e211b84)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.hive-hive-storage-api-4.1.0 (3a6d9ef0685)
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:
.../restlet/resources/SystemResourceInfo.java | 7 +--
.../apache/pinot/common/utils/PinotAppConfigs.java | 13 ++---
.../HeapUsagePublishingAccountantFactory.java | 7 +--
.../PerQueryCPUMemAccountantFactory.java | 42 ++------------
.../pinot/core/accounting/QueryAggregator.java | 11 ++--
.../pinot/core/accounting/ResourceAggregator.java | 50 ++++++++--------
.../accounting/ResourceUsageAccountantFactory.java | 67 ++++------------------
.../pinot/core/accounting/WorkloadAggregator.java | 1 +
.../core/query/scheduler/WorkloadScheduler.java | 2 +-
.../accounting/ResourceManagerAccountingTest.java | 1 +
.../pinot/core/accounting/TestThreadMXBean.java | 18 +++---
.../pinot/perf/BenchmarkWorkloadBudgetManager.java | 2 +-
.../batch/spark/SparkSegmentTarPushJobRunner.java | 10 ++--
.../batch/spark3/SparkSegmentTarPushJobRunner.java | 11 ++--
.../minion/tasks/purge/PurgeTaskExecutor.java | 11 +---
.../accounting/ThreadResourceUsageAccountant.java | 38 +-----------
.../accounting/ThreadResourceUsageProvider.java | 13 +++--
.../accounting/WorkloadBudgetManager.java | 2 +-
.../java/org/apache/pinot/spi/trace/Tracing.java | 62 ++------------------
.../apache/pinot/spi/utils/ResourceUsageUtils.java | 27 +++++----
.../spi}/accounting/WorkloadBudgetManagerTest.java | 6 +-
.../ThrottleOnCriticalHeapUsageExecutorTest.java | 30 ++--------
22 files changed, 117 insertions(+), 314 deletions(-)
rename pinot-spi/src/main/java/org/apache/pinot/{core =>
spi}/accounting/WorkloadBudgetManager.java (99%)
copy
pinot-plugins/pinot-metrics/pinot-dropwizard/src/main/java/org/apache/pinot/plugin/metrics/dropwizard/DropwizardMetricsRegistryListener.java
=> pinot-spi/src/main/java/org/apache/pinot/spi/utils/ResourceUsageUtils.java
(59%)
rename {pinot-core/src/test/java/org/apache/pinot/core =>
pinot-spi/src/test/java/org/apache/pinot/spi}/accounting/WorkloadBudgetManagerTest.java
(97%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]