ringles commented on a change in pull request #5978:
URL: https://github.com/apache/geode/pull/5978#discussion_r570404606
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/EntryEventImpl.java
##########
@@ -165,6 +165,9 @@
*/
private byte[] deltaBytes = null;
+ /** If true, causes deltas to trigger recalculation of bucket size **/
+ private boolean forceRecalculateSize = false;
Review comment:
Sorted out; looks like when I attempted this once I grabbed the wrong
delta value at one point. Anyway, it works now without the member variable.
----------------------------------------------------------------
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]