You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/12/23 03:15:37 UTC

[GitHub] [pinot] walterddr commented on a change in pull request #7950: fix grpc broker request handler not started correctly issue

walterddr commented on a change in pull request #7950:
URL: https://github.com/apache/pinot/pull/7950#discussion_r774291763



##########
File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/GrpcBrokerClusterIntegrationTest.java
##########
@@ -105,7 +105,7 @@ protected void startHybridCluster()
 
     startController(properties);
 
-    startBroker();
+    startBrokers(1, DEFAULT_BROKER_PORT, getZkUrl(), Collections.singletonMap(CommonConstants.Broker.BROKER_REQUEST_HANDLER_TYPE, "grpc"));

Review comment:
       ```suggestion
       startBrokers(1, DEFAULT_BROKER_PORT, getZkUrl(), 
           Collections.singletonMap(CommonConstants.Broker.BROKER_REQUEST_HANDLER_TYPE, "grpc"));
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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