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 2021/12/23 23:13:33 UTC

[pinot] branch master updated: fix grpc broker request handler not started correctly issue (#7950)

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 <wa...@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org