ivandika3 opened a new pull request, #1178: URL: https://github.com/apache/ratis/pull/1178
## What changes were proposed in this pull request? See https://issues.apache.org/jira/browse/RATIS-2189 ## How was this patch tested? Checked using `jmap -histo:live` that `DirectByteBuffer` are not created when using the following arguments: ``` -Dorg.apache.ratis.thirdparty.io.netty.noPreferDirect=true -Dorg.apache.ratis.thirdparty.io.netty.noUnsafe=true -Dorg.apache.ratis.thirdparty.io.netty.allocator.numDirectArenas=0 ``` -- 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]
