This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 526e7b7073 Remove LArray usage (#15342) add 142f47b62c add MetricsExecutor to track number of tasks started and finished in MSE (#15357) No new revisions were added by this update. Summary of changes: .../apache/pinot/common/metrics/ServerMeter.java | 9 +++ .../apache/pinot/query/runtime/QueryRunner.java | 21 ++++--- .../pinot/query/service/server/QueryServer.java | 26 +++++++-- .../apache/pinot/query/QueryServerEnclosure.java | 6 +- .../pinot/server/worker/WorkerQueryServer.java | 2 +- .../apache/pinot/spi/executor/MetricsExecutor.java | 67 ++++++++++++++++++++++ .../apache/pinot/spi/utils/CommonConstants.java | 2 - 7 files changed, 112 insertions(+), 21 deletions(-) create mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/executor/MetricsExecutor.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org