You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by "jerqi (via GitHub)" <gi...@apache.org> on 2023/03/14 15:28:17 UTC

[GitHub] [incubator-uniffle] jerqi opened a new issue, #720: [Subtask] [Netty] Support random port

jerqi opened a new issue, #720:
URL: https://github.com/apache/incubator-uniffle/issues/720

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues) and found no similar issues.
   
   
   ### Describe the subtask
   
   For Grpc server and Netty server, when we set the port to zero. we should bind a available random port.
   
   ### Parent issue
   
   #133
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: dev-unsubscribe@uniffle.apache.org.apache.org

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


[GitHub] [incubator-uniffle] jerqi commented on issue #720: [Subtask] [Netty] Support random port

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #720:
URL: https://github.com/apache/incubator-uniffle/issues/720#issuecomment-1469262315

   > I think the random port will be generated in one interval range in [ 49152~65535], and avoid the port that are already in use.
   
   Make sense. It's ok to specify the port range. But we should also support not to specify the port range.


-- 
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: dev-unsubscribe@uniffle.apache.org

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


[GitHub] [incubator-uniffle] xumanbu commented on issue #720: [Subtask] [Netty] Support random port

Posted by "xumanbu (via GitHub)" <gi...@apache.org>.
xumanbu commented on issue #720:
URL: https://github.com/apache/incubator-uniffle/issues/720#issuecomment-1469238193

   I think the random port will be generated in one interval range like [1000~19999], and avoid the port that are already in use.


-- 
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: dev-unsubscribe@uniffle.apache.org

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


[GitHub] [incubator-uniffle] jerqi commented on issue #720: [Subtask] [Netty] Support random port

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #720:
URL: https://github.com/apache/incubator-uniffle/issues/720#issuecomment-1468320535

   @xumanbu Could you help solve this issue?


-- 
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: dev-unsubscribe@uniffle.apache.org

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


[GitHub] [incubator-uniffle] jerqi closed issue #720: [Subtask] [Netty] Support random port

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi closed issue #720: [Subtask] [Netty] Support random port
URL: https://github.com/apache/incubator-uniffle/issues/720


-- 
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: dev-unsubscribe@uniffle.apache.org

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


[GitHub] [incubator-uniffle] xumanbu commented on issue #720: [Subtask] [Netty] Support random port

Posted by "xumanbu (via GitHub)" <gi...@apache.org>.
xumanbu commented on issue #720:
URL: https://github.com/apache/incubator-uniffle/issues/720#issuecomment-1469226869

   ok,let me try. 


-- 
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: dev-unsubscribe@uniffle.apache.org

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