GEODE-2157: Fixing sanctionedSerializables for PutAllPartialResultEx

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/423e04f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/423e04f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/423e04f9

Branch: refs/heads/feature/GEODE-2156
Commit: 423e04f9d86962cb183b38612b8eb21afe91e1cd
Parents: 890e6c7
Author: Dan Smith <upthewatersp...@apache.org>
Authored: Wed Nov 30 16:46:23 2016 -0800
Committer: Dan Smith <upthewatersp...@apache.org>
Committed: Wed Nov 30 16:47:29 2016 -0800

----------------------------------------------------------------------
 .../org/apache/geode/codeAnalysis/sanctionedSerializables.txt      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/423e04f9/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt
----------------------------------------------------------------------
diff --git 
a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt
 
b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt
index 8167ed3..7ab7c4e 100644
--- 
a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt
+++ 
b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt
@@ -292,7 +292,7 @@ 
org/apache/geode/internal/cache/PartitionedRegionException,true,5113786059279106
 
org/apache/geode/internal/cache/PartitionedRegionQueryEvaluator$MemberResultsList,false,isLastChunkReceived:boolean
 
org/apache/geode/internal/cache/PartitionedRegionStatus,true,-6755318987122602065,numberOfLocalEntries:int
 org/apache/geode/internal/cache/PrimaryBucketException,true,1
-org/apache/geode/internal/cache/PutAllPartialResultException,false,result:org/apache/geode/internal/cache/PutAllPartialResultException$PutAllPartialResult
+org/apache/geode/internal/cache/PutAllPartialResultException,true,2411654400733621071,result:org/apache/geode/internal/cache/PutAllPartialResultException$PutAllPartialResult
 
org/apache/geode/internal/cache/PutAllPartialResultException$PutAllPartialResult,false,firstCauseOfFailure:java/lang/Exception,firstFailedKey:java/lang/Object,succeededKeys:org/apache/geode/internal/cache/tier/sockets/VersionedObjectList,totalMapSize:int
 org/apache/geode/internal/cache/RegionClearedException,true,1266503771775907997
 org/apache/geode/internal/cache/RegionQueueException,true,4159307586325821105

Reply via email to