jojochuang opened a new pull request, #7128:
URL: https://github.com/apache/ozone/pull/7128

   ## What changes were proposed in this pull request?
   HDDS-11375. DN Startup fails with "RuntimeException: Can't start the HDDS 
datanode plugin"
   
   Please describe your PR in detail:
   * Remove the predefined hdds.ratis.raft.grpc.message.size, because its value 
of 32MB is not not big enough. We should simply remove it and let it be 
calculated as hdds.container.ratis.log.appender.queue.byte-limit + 1MB.
   * Update hdds.container.ratis.log.appender.queue.byte-limit to 32MB in the 
integration test so that integration tests can reproduce the bug.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-11375
   
   ## How was this patch tested?
   
   https://github.com/jojochuang/ozone/actions/runs/10588626984
   without removing hdds.ratis.raft.grpc.message.size, TestMiniOzoneCluster 
using Ratis master branch fails with the exact same error.
   
   https://github.com/jojochuang/ozone/actions/runs/10589356146
   Running TestMiniOzoneCluster using the fix and Ratis master branch does not 
fail.


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