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 2020/03/24 02:14:05 UTC

[incubator-pinot] branch master updated (385c0d3 -> ae484e5)

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/incubator-pinot.git.


    from 385c0d3  [TE] Fix issue of displaying latests data in the speed-up case (#5165)
     add ae484e5  Table level timeout implementation (#5169)

No new revisions were added by this update.

Summary of changes:
 .../BrokerUserDefinedMessageHandlerFactory.java    | 54 +++++++++---------
 .../requesthandler/BaseBrokerRequestHandler.java   | 64 +++++++++++++++++++++-
 .../pinot/broker/routing/RoutingManager.java       | 28 +++++++++-
 .../apache/pinot/common/config/QueryConfig.java    |  4 ++
 .../common/messages/QueryQuotaUpdateMessage.java   | 46 ----------------
 .../common/messages/TableConfigRefreshMessage.java | 64 ++++++++++++++++++++++
 .../apache/pinot/common/metrics/BrokerMeter.java   |  1 +
 .../apache/pinot/common/utils/CommonConstants.java |  2 +-
 .../helix/core/PinotHelixResourceManager.java      | 57 +++++++++----------
 .../pinot/core/query/executor/QueryExecutor.java   |  5 --
 .../query/executor/ServerQueryExecutorV1Impl.java  | 20 ++++---
 .../org/apache/pinot/core/util/QueryOptions.java   | 47 ++++++++++++----
 .../query/scheduler/PrioritySchedulerTest.java     |  7 +--
 .../tests/OfflineClusterIntegrationTest.java       | 61 ++++++++++++++++++++-
 14 files changed, 321 insertions(+), 139 deletions(-)
 delete mode 100644 pinot-common/src/main/java/org/apache/pinot/common/messages/QueryQuotaUpdateMessage.java
 create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/messages/TableConfigRefreshMessage.java


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