elek commented on a change in pull request #2335:
URL: https://github.com/apache/ozone/pull/2335#discussion_r658730085
##########
File path:
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BufferPool.java
##########
@@ -95,6 +95,17 @@ void releaseBuffer(ChunkBuffer chunkBuffer) {
currentBufferIndex--;
}
+ void releaseCurrentBuffer(ChunkBuffer chunkBuffer) {
Review comment:
Is this method required? Seems to be unused and the same as the
`releaseBuffer`, but I may miss sg.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]