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 2019/11/20 00:53:48 UTC

[incubator-pinot] branch master updated (12dd36c -> a9f6591)

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 12dd36c  [TE] fix mismatch in dataset names in data availability listener (#4832)
     add a9f6591  Replace NettyTCPServer with QueryServer for server side query handling (#4834)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/common/metrics/ServerMeter.java   |   8 +-
 .../apache/pinot/common/metrics/ServerTimer.java   |   7 +-
 .../pinot/core/transport/DataTableHandler.java     |   4 +
 .../core/transport/InstanceRequestHandler.java     | 124 +++++++++++++++++
 .../apache/pinot/core/transport/QueryServer.java}  |  41 +++---
 ...{QueryRouterTest.java => QueryRoutingTest.java} | 154 ++++++++++++---------
 .../server/api/resources/SchedulerResource.java    |  48 -------
 .../pinot/server/starter/ServerInstance.java       |  40 ++----
 8 files changed, 254 insertions(+), 172 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/transport/InstanceRequestHandler.java
 rename pinot-core/src/{test/java/org/apache/pinot/core/transport/DummyServer.java => main/java/org/apache/pinot/core/transport/QueryServer.java} (69%)
 rename pinot-core/src/test/java/org/apache/pinot/core/transport/{QueryRouterTest.java => QueryRoutingTest.java} (57%)
 delete mode 100644 pinot-server/src/main/java/org/apache/pinot/server/api/resources/SchedulerResource.java


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