This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 0eea5c5150 Move plugin assembly into a separate profile to fix apache release (#14379) add 4cffd919db Allow configuring TLS between brokers and servers for the multi-stage engine (#14387) No new revisions were added by this update. Summary of changes: .../MultiStageBrokerRequestHandler.java | 6 +++- .../pinot/common/utils/grpc/GrpcQueryClient.java | 2 +- .../pinot/core/transport/grpc/GrpcQueryServer.java | 2 +- .../integration/tests/TlsIntegrationTest.java | 25 +++++++++++++++++ .../query/mailbox/channel/ChannelManager.java | 1 + .../query/mailbox/channel/GrpcMailboxServer.java | 1 + .../query/service/dispatch/DispatchClient.java | 18 ++++++++++-- .../query/service/dispatch/QueryDispatcher.java | 11 +++++++- .../pinot/query/service/server/QueryServer.java | 24 ++++++++++++++-- .../service/dispatch/QueryDispatcherTest.java | 2 +- .../query/service/server/QueryServerTest.java | 2 +- .../org/apache/pinot/server/conf/ServerConf.java | 5 ++++ .../pinot/server/starter/ServerInstance.java | 27 +++++++++--------- .../pinot/server/worker/WorkerQueryServer.java | 32 ++++++++-------------- .../apache/pinot/spi/utils/CommonConstants.java | 3 ++ 15 files changed, 117 insertions(+), 44 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org