You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/04/18 23:58:39 UTC

[pinot] branch master updated (89039205ed -> f2afe21b99)

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

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 89039205ed Fix static DictionaryIndexConfig.DEFAULT_OFFHEAP being actually onheap (#10632)
     add f2afe21b99 [New Feature] Add new configuration options which allows broker to use a bounded Jersey ThreadPool (#10614)

No new revisions were added by this update.

Summary of changes:
 pinot-broker/pom.xml                               |   4 +
 .../broker/broker/BrokerAdminApiApplication.java   |  19 +++
 .../broker/BrokerManagedAsyncExecutorProvider.java | 108 +++++++++++++++++
 .../BrokerManagedAsyncExecutorProviderTest.java    | 134 +++++++++++++++++++++
 .../apache/pinot/common/metrics/BrokerMeter.java   |   2 +
 .../apache/pinot/spi/utils/CommonConstants.java    |  19 +++
 6 files changed, 286 insertions(+)
 create mode 100644 pinot-broker/src/main/java/org/apache/pinot/broker/broker/BrokerManagedAsyncExecutorProvider.java
 create mode 100644 pinot-broker/src/test/java/org/apache/pinot/broker/broker/BrokerManagedAsyncExecutorProviderTest.java


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