jdeppe-pivotal commented on pull request #6605:
URL: https://github.com/apache/geode/pull/6605#issuecomment-864150141


   @sabbey37 Since you were using the `GeodeServerRunTest` to launch a server, 
I think the problem was that the correct serialization registration hadn't been 
configured:
   ```
       InternalDataSerializer.getDSFIDSerializer().registerDSFID(
           DataSerializableFixedID.REDIS_SET_ID,
           RedisSet.class);
   ```
   I've also added some error logging to the `restore` method so this would 
have been obvious much sooner :(.


-- 
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