[jira] [Commented] (HDDS-2523) BufferPool.releaseBuffer may release a buffer different than the head of the list

2019-11-18 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976771#comment-16976771 ] Tsz-wo Sze commented on HDDS-2523: -- a.patch: for debug It expected ChunkBufferImplWithByteBuffer3 but

[jira] [Commented] (HDDS-2523) BufferPool.releaseBuffer may release a buffer different than the head of the list

2019-11-18 Thread Attila Doroszlai (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976761#comment-16976761 ] Attila Doroszlai commented on HDDS-2523: Thanks [~szetszwo], that would be great. I also debugged

[jira] [Commented] (HDDS-2523) BufferPool.releaseBuffer may release a buffer different than the head of the list

2019-11-18 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976756#comment-16976756 ] Tsz-wo Sze commented on HDDS-2523: -- [~adoroszlai], thanks for working on this. I could post some debug I

[jira] [Commented] (HDDS-2523) BufferPool.releaseBuffer may release a buffer different than the head of the list

2019-11-17 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976229#comment-16976229 ] Tsz-wo Sze commented on HDDS-2523: -- I have checked the code before HDDS-2375. It has the same problem.

[jira] [Commented] (HDDS-2523) BufferPool.releaseBuffer may release a buffer different than the head of the list

2019-11-17 Thread Tsz-wo Sze (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976206#comment-16976206 ] Tsz-wo Sze commented on HDDS-2523: -- If we change the precondition to check == as below,