This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 95bd5b1 fix grpc broker request handler not started correctly issue (#7950) 95bd5b1 is described below commit 95bd5b14063171bed6b242af8534a9cb8ab9deab Author: Rong Rong <walterddr.walter...@gmail.com> AuthorDate: Thu Dec 23 15:13:10 2021 -0800 fix grpc broker request handler not started correctly issue (#7950) --- .../pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java index 3a69e24..94f0ec8 100644 --- a/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java +++ b/pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java @@ -105,7 +105,8 @@ public class GrpcBrokerClusterIntegrationTest extends BaseClusterIntegrationTest startController(properties); - startBroker(); + startBrokers(1, DEFAULT_BROKER_PORT, getZkUrl(), + Collections.singletonMap(CommonConstants.Broker.BROKER_REQUEST_HANDLER_TYPE, "grpc")); // Enable gRPC server PinotConfiguration serverConfig = getDefaultServerConfiguration(); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org