You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nr...@apache.org on 2018/03/21 16:48:26 UTC

[geode] branch develop updated: GEODE-4907: Fix analyze serializables for moved enum RefusalReason (#1655)

This is an automated email from the ASF dual-hosted git repository.

nreich pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new e1dc682  GEODE-4907: Fix analyze serializables for moved enum RefusalReason (#1655)
e1dc682 is described below

commit e1dc682171d827edfbb6f5e43a07766a0b6f3923
Author: Nick Reich <nr...@pivotal.io>
AuthorDate: Wed Mar 21 09:48:22 2018 -0700

    GEODE-4907: Fix analyze serializables for moved enum RefusalReason (#1655)
---
 .../org/apache/geode/internal/sanctioned-geode-core-serializables.txt   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt b/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt
index 16fde95..52c3d49 100644
--- a/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt
+++ b/geode-core/src/main/resources/org/apache/geode/internal/sanctioned-geode-core-serializables.txt
@@ -316,7 +316,7 @@ org/apache/geode/internal/cache/partitioned/PRLocallyDestroyedException,true,-12
 org/apache/geode/internal/cache/partitioned/PartitionMemberInfoImpl,true,8245020687604034289,bucketCount:int,configuredMaxMemory:long,distributedMember:org/apache/geode/distributed/DistributedMember,primaryCount:int,size:long
 org/apache/geode/internal/cache/partitioned/PartitionRegionInfoImpl,true,6462414089469761476,actualRedundantCopies:int,colocatedWith:java/lang/String,configuredBucketCount:int,configuredRedundantCopies:int,createdBucketCount:int,lowRedundancyBucketCount:int,memberDetails:java/util/Set,offlineMembers:org/apache/geode/internal/cache/partitioned/OfflineMemberDetails,regionPath:java/lang/String
 org/apache/geode/internal/cache/partitioned/RedundancyAlreadyMetException,true,-1876426827930995062
-org/apache/geode/internal/cache/partitioned/rebalance/PartitionedRegionLoadModel$RefusalReason,false
+org/apache/geode/internal/cache/partitioned/rebalance/model/RefusalReason,false
 org/apache/geode/internal/cache/persistence/OplogType,false,prefix:java/lang/String
 org/apache/geode/internal/cache/persistence/PersistentMemberState,false
 org/apache/geode/internal/cache/snapshot/ClientExporter$ClientArgs,true,1,options:org/apache/geode/cache/snapshot/SnapshotOptions,prSingleHop:boolean,region:java/lang/String

-- 
To stop receiving notification emails like this one, please contact
nreich@apache.org.