Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-9463: Add SerializableRegionRedundancyStatusImpl to accept list #6753

Merged
merged 1 commit into from
Aug 11, 2021

Commits on Aug 10, 2021

  1. GEODE-9463: Add SerializableRegionRedundancyStatusImpl to accept list

       * SerializableRegionRedundancyStatusImpl is stored in RegionOperationStateStore region as
         part of OperationState used for REST client.
       * OperationState implements Serializable, which causes it to be serialized as a java
         Serialiable and also nested SerializableRegionRedundancyStatusImpl.
       * Ideally OperationState should implement DSFID to avoid this issue, however, it has been
         released already. So we will add SerializableRegionRedundancyStatusImpl to the accept list
         to avoid this serialization issue when validate-serializable-objects is set to true.
    
       Co-authored-by: Dan Smith <dasmith@vmware.com>
    pivotal-eshu committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d966525 View commit details
    Browse the repository at this point in the history