szetszwo commented on issue #205: HDDS-2386. Implement incremental ChunkBuffer. URL: https://github.com/apache/hadoop-ozone/pull/205#issuecomment-554803326 > There is an integration test failure that seems related: > > ``` > org.apache.hadoop.ozone.fsck.TestContainerMapper Time elapsed: 35.091 s <<< ERROR! > java.lang.IllegalArgumentException > at com.google.common.base.Preconditions.checkArgument(Preconditions.java:72) > at org.apache.hadoop.hdds.scm.storage.BufferPool.releaseBuffer(BufferPool.java:97) > ``` Yes, it is related. However, the failure actually is an existing bug. IncrementalChunkBuffer did not override equals(..) so that it uses Object.equals(..). The failure shows that the released object is different from the removed object. Will file a JIRA.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
