jdeppe-pivotal commented on a change in pull request #6595:
URL: https://github.com/apache/geode/pull/6595#discussion_r651023041
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/cluster/RedisMemberInfo.java
##########
@@ -26,7 +27,7 @@
import org.apache.geode.internal.serialization.KnownVersion;
import org.apache.geode.internal.serialization.SerializationContext;
-public class RedisMemberInfo implements DataSerializableFixedID {
+public class RedisMemberInfo implements DataSerializableFixedID, Serializable {
Review comment:
The `RedisMemberInfo` is returned as part of a DUnit call. Since that
doesn't use any custom Geode serialization, it needs to support java's generic
serialization.
--
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]