jdeppe-pivotal commented on a change in pull request #5840:
URL: https://github.com/apache/geode/pull/5840#discussion_r543467832
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/execute/FunctionRemoteContext.java
##########
@@ -84,6 +85,10 @@ public void fromData(DataInput in) throws IOException,
ClassNotFoundException {
this.bucketArray = BucketSetHelper.fromSet(bucketSet);
}
this.isReExecute = DataSerializer.readBoolean(in);
+
+ if
(StaticSerialization.getVersionForDataStream(in).isNotOlderThan(KnownVersion.GEODE_1_14_0))
{
Review comment:
I tried that but had some upgrade tests that became flaky. I may have
done something wrong, but using `VersionedDataSerializable` seemed to not work
for this.
----------------------------------------------------------------
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]