ringles commented on a change in pull request #5978:
URL: https://github.com/apache/geode/pull/5978#discussion_r569789677
##########
File path: geode-core/src/main/java/org/apache/geode/Delta.java
##########
@@ -53,7 +51,13 @@
* This method throws an {@link InvalidDeltaException} when the delta in the
{@link DataInput}
* cannot be applied to the object. GemFire automatically handles an {@link
InvalidDeltaException}
* by reattempting the update by sending the full application object.
- *
*/
void fromDelta(DataInput in) throws IOException, InvalidDeltaException;
+
+ /**
+ * Allows Delta implementations to ensure bucket sizes are recalculated
after delta is applied
Review comment:
Missed the "@SInCE 1.14" the first time, adding now.
----------------------------------------------------------------
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]