gjacoby126 commented on issue #796: HBASE-23251 - Add Column Family and Table Names to HFileContext and u… URL: https://github.com/apache/hbase/pull/796#issuecomment-550374432 And looking more closely, it appears that it's just comparing two different estimation methods for the heapsize (one generic in ClassSize using reflection and the other a self-reported calculation in HFileContext and HFileBlock themselves.) And at least at first glance I think the one in ClassSize is handling arrays incorrectly...it appears to add in the array header but doesn't factor in the length of the array. Am I missing something?
---------------------------------------------------------------- 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
