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 2020/12/26 00:59:02 UTC

[GitHub] [ozone] amaliujia opened a new pull request #1739: HDDS-4624. Fix set configs in SCMHAConfigration

amaliujia opened a new pull request #1739:
URL: https://github.com/apache/ozone/pull/1739


   ## What changes were proposed in this pull request?
   
   ```
   java.lang.IllegalArgumentException: Attempt to get double field "org.apache.hadoop.hdds.scm.ha.SCMHAConfiguration.raftSegmentSize" with illegal data type conversion to long
   ```
   
   In reflection, seems that a Double Field cannot be cast to Long at https://github.com/apache/ozone/blob/master/hadoop-hdds/config/src/main/java/org/apache/hadoop/hdds/conf/ConfigurationReflectionUtil.java#L247 
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4624
   
   ## How was this patch tested?
   
   UT
   


----------------------------------------------------------------
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 #1739: HDDS-4624. Fix set configs from SCMHAConfiguration Object

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


   +1
   LGTM. Thanks for the fix!


----------------------------------------------------------------
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] ChenSammi merged pull request #1739: HDDS-4624. Fix set configs from SCMHAConfiguration Object

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


   


----------------------------------------------------------------
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] amaliujia commented on pull request #1739: HDDS-4624. Fix set configs in SCMHAConfigration

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


   R: @nandakumar131 @GlenGeng @ChenSammi 


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