You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/05/17 10:37:36 UTC

[GitHub] [ozone] sadanand48 opened a new pull request #2251: HDDS-5234.Change default grpc and ratis ports for scm ha

sadanand48 opened a new pull request #2251:
URL: https://github.com/apache/ozone/pull/2251


   ## What changes were proposed in this pull request?
   Currently, by default scm ratis and scm grpc ports are defined to be 9865 and 9866 by default. These ports are also used for datanode https and datanode ports for hdfs by default hence may lead to port conflict issue in ozone deployment alongside hdfs . These ports are replaced with 9894 and 9895 respectively.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-5234
   
   ## How was this patch tested?
   Tested on a docker scm ha cluster
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842441836


   Thank You @sadanand48 for the contribution.


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842439996


   I am +1, as this is a progress feature, mostly it will not be used by others.
   
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] GlenGeng commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
GlenGeng commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842283274


   Thanks @bharatviswa504 for the notification! We are fine with this change.
   
   We will explicitly set the ratis port and grpc port to 9865 and 9866 respectively before next upgrade, so that our running cluster will keep using the old port, thus not be affected.


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842224495


   This might cause some issues for someone who is using from the apache/master branch.
   Mostly the port for SCM Ratis and Grpc Port is changed so after the upgrade SCM Ratis and Grpc will start on new ports. Is this only the impact or there any impact other than this? 
   
   cc @GlenGeng 


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 merged pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 merged pull request #2251:
URL: https://github.com/apache/ozone/pull/2251


   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] GlenGeng commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
GlenGeng commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842283274


   Thanks @bharatviswa504 for the notification! We are fine with this change.
   
   We will explicitly set the ratis port and grpc port to 9865 and 9866 respectively before next upgrade, so that our running cluster will keep using the old port, thus not be affected.


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 edited a comment on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 edited a comment on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842439996


   I am +1, as this is a progress feature, mostly it will not be used by others.
   
   But if someone is using they can follow a similar suggestion by @GlenGeng adding the port configs with the previous value. 
   
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842224495






-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 commented on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 commented on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842439187


   > Thanks @bharatviswa504 for the notification! We are fine with this change.
   > 
   > We will explicitly set the ratis port and grpc port to 9865 and 9866 respectively before next upgrade, so that our running cluster will keep using the old port, thus not be affected.
   
   Thanks @GlenGeng for the confirmation.
   
   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 edited a comment on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 edited a comment on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842224495






-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 edited a comment on pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 edited a comment on pull request #2251:
URL: https://github.com/apache/ozone/pull/2251#issuecomment-842224495


   This might have some impact for someone who is using from the apache/master branch.
   Mostly the port for SCM Ratis and Grpc Port is changed so after the upgrade SCM Ratis and Grpc will start on new ports. Is this only the impact or there any impact other than this? 
   
   cc @GlenGeng 


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] bharatviswa504 merged pull request #2251: HDDS-5234. Change default grpc and ratis ports for scm ha

Posted by GitBox <gi...@apache.org>.
bharatviswa504 merged pull request #2251:
URL: https://github.com/apache/ozone/pull/2251


   


-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org