amaliujia commented on PR #305:
URL: 
https://github.com/apache/incubator-uniffle/pull/305#issuecomment-1304998806

   The `design.md` in fact mentions two values for each port config entry:
   
   ```
       # RpcNodePort represents the port required by the rpc protocol of the 
coordinators,
       # and the range is the same as the port range of the NodePort type 
service in kubernetes.
       # By default, we will deploy two coordinators to ensure active-active.
       rpcNodePort:
         - 30001
         - 30011
       # httpNodePort represents the port required by the http protocol of the 
coordinators,
       # and the range is the same as the port range of the NodePort type 
service in kubernetes.
       # By default, we will deploy two coordinators to ensure active-active.
       httpNodePort:
         - 30002
         - 30012
     ```
     
     However I didn't see two usages in the codebase. Maybe I have missed 
something?    


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to