Sadanand Shenoy created HDDS-6139:
-------------------------------------

             Summary: Fix incorrect computation of totalAckDataLength
                 Key: HDDS-6139
                 URL: https://issues.apache.org/jira/browse/HDDS-6139
             Project: Apache Ozone
          Issue Type: Bug
            Reporter: Sadanand Shenoy
            Assignee: Sadanand Shenoy


In the current streaming code we maintain only one bufferList for retry. 
Buffers in the list are removed only during watchForCommit. So it there might 
occur a case if putBlock is followed by another putBlock  the commitInfoMap has 
the same list for both indexes  which will cause incorrect computation of 
totalAckDatalength which is used during retry.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to