xingxingbei opened a new issue #4011:
URL: https://github.com/apache/rocketmq/issues/4011
Location:org.apache.rocketmq.store.index.IndexFile#putKey
code:
int absIndexPos =
IndexHeader.INDEX_HEADER_SIZE + this.hashSlotNum *
hashSlotSize
+ this.indexHeader.getIndexCount() * indexSize;
where [this.indexHeader.getIndexCount() ] is initialized to 1
Are the first 20 bytes unused, or am I understanding this wrong?
--
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]