swagle commented on a change in pull request #2874:
URL: https://github.com/apache/ozone/pull/2874#discussion_r759595772
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/codec/ContainerReplicaHistoryListCodec.java
##########
@@ -39,7 +39,7 @@
implements Codec<ContainerReplicaHistoryList> {
// UUID takes 2 long to store. Each timestamp takes 1 long to store.
- static final int SIZE_PER_ENTRY = 4 * Long.BYTES;
+ static final int SIZE_PER_ENTRY = 5 * Long.BYTES;
Review comment:
Ok, can you file a jira for this, thanks.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]