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/04/29 07:03:51 UTC

[GitHub] [ozone] symious opened a new pull request #2195: HDDS-5166. Remove duplicate assignment of OZONE_OPTS for freon and sh

symious opened a new pull request #2195:
URL: https://github.com/apache/ozone/pull/2195


   ## What changes were proposed in this pull request?
   
   The option of "OZONE_OPTS" was assigned twice for Freon and SH, so the error of "duplicate jdwp options" prompts. Need the remove the duplicate assignment of "OZONE_OPTS".
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5166
   
   Please replace this section with the link to the Apache JIRA)
   
   ## How was this patch tested?
   
   Manually test. The following command works normal now.
   ```
    export OZONE_FREON_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5011
    bin/ozone freon randomkeys --num-of-volumes=1 --num-of-buckets 1 --num-of-keys 10  --replication-type=RATIS --factor=THREE
   
    export OZONE_SH_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5011
    bin/ozone sh volume ls /
   ```
   


-- 
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] symious commented on pull request #2195: HDDS-5166. Remove duplicate assignment of OZONE_OPTS for freon and sh

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


   @adoroszlai Thanks for the review.


-- 
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] adoroszlai merged pull request #2195: HDDS-5166. Remove duplicate assignment of OZONE_OPTS for freon and sh

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


   


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