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/08/03 22:17:17 UTC

[incubator-pinot] branch master updated (47623c0 -> c2c623a)

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 47623c0  [TE] Error handling refactor of EntityManagerResource (#5788)
     add c2c623a  Refactor TableCache (#5780)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/helix/HelixBrokerStarter.java    |  35 +-
 .../requesthandler/BaseBrokerRequestHandler.java   | 166 +++++-----
 .../SingleConnectionBrokerRequestHandler.java      |  11 +-
 .../LiteralOnlyBrokerRequestTest.java              |  16 +-
 .../pinot/common/utils/helix/TableCache.java       | 362 ++++++++++++++-------
 .../helix/core/PinotHelixResourceManager.java      |  51 +--
 .../pinot/controller/helix/TableCacheTest.java     | 142 ++++++++
 pinot-spi/pom.xml                                  |   4 +
 pom.xml                                            |  10 +-
 9 files changed, 532 insertions(+), 265 deletions(-)
 create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/helix/TableCacheTest.java


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