boglesby commented on a change in pull request #5859:
URL: https://github.com/apache/geode/pull/5859#discussion_r545298436



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
##########
@@ -10219,6 +10219,7 @@ public void initializeStats(long numEntriesInVM, long 
numOverflowOnDisk,
       long numOverflowBytesOnDisk) {
     getDiskRegion().getStats().incNumEntriesInVM(numEntriesInVM);
     getDiskRegion().getStats().incNumOverflowOnDisk(numOverflowOnDisk);
+    
getDiskRegion().getStats().incNumOverflowBytesOnDisk(numOverflowBytesOnDisk);

Review comment:
       Thanks for the comment. I'll definitely move this change to the correct 
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]


Reply via email to