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

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


    from e0d0aeb3d4 [multistage] Make join operator more resilient (#11401)
     add ce7208add7 Split current current QueryConfig to 
QueryRunnerServerConfig and QueryRuntimeConfig (#11410)

No new revisions were added by this update.

Summary of changes:
 .../broker/broker/helix/BaseBrokerStarter.java     | 11 ++--
 .../MultiStageBrokerRequestHandler.java            |  5 +-
 .../MultiStageBrokerRequestHandlerTest.java        |  3 +-
 .../query/mailbox/channel/ChannelManager.java      |  6 +-
 .../query/mailbox/channel/GrpcMailboxServer.java   |  6 +-
 .../apache/pinot/query/runtime/QueryRunner.java    | 17 +++---
 .../plan/server/ServerPlanRequestUtils.java        |  8 +--
 .../apache/pinot/query/service/QueryConfig.java    | 67 ----------------------
 .../query/service/dispatch/QueryDispatcher.java    | 12 ++--
 .../pinot/query/service/server/QueryServer.java    | 12 ++--
 .../apache/pinot/query/QueryServerEnclosure.java   |  8 +--
 .../pinot/query/mailbox/MailboxServiceTest.java    |  5 +-
 .../pinot/query/runtime/QueryRunnerTest.java       | 32 ++++++-----
 .../pinot/query/runtime/QueryRunnerTestBase.java   |  8 +--
 .../runtime/queries/ResourceBasedQueriesTest.java  | 13 +++--
 .../query/service/server/QueryServerTest.java      | 17 +++---
 .../org/apache/pinot/server/conf/ServerConf.java   |  7 ++-
 .../server/starter/helix/BaseServerStarter.java    | 13 +++--
 .../pinot/server/worker/WorkerQueryServer.java     | 19 +++---
 .../apache/pinot/spi/utils/CommonConstants.java    | 41 +++++++++++++
 .../tools/admin/command/StartBrokerCommand.java    |  3 +-
 .../tools/admin/command/StartServerCommand.java    |  5 +-
 .../admin/command/StartServiceManagerCommand.java  | 15 ++---
 .../apache/pinot/tools/utils/PinotConfigUtils.java |  7 +--
 24 files changed, 166 insertions(+), 174 deletions(-)
 delete mode 100644 
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to