[jira] [Updated] (GEODE-4769) Serialize region entry before putting in local cache

2018-03-16 Thread Fred Krone (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Krone updated GEODE-4769:
--
Fix Version/s: (was: 1.5.0)
   1.6.0

> Serialize region entry before putting in local cache
> 
>
> Key: GEODE-4769
> URL: https://issues.apache.org/jira/browse/GEODE-4769
> Project: Geode
>  Issue Type: Improvement
>  Components: regions
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.6.0
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> This will prevent cache inconsistency when dealing with key or value objects 
> that have broken serialization.
> Test should create two members with a REPLICATE region. If one member 
> performs a put, but the serialization fails then the region entry currently 
> ends up existing in only the cache of the member that performed the put 
> locally. The change will prevent this from occurring.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-4769) Serialize region entry before putting in local cache

2018-03-13 Thread ASF GitHub Bot (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-4769:
--
Labels: pull-request-available  (was: )

> Serialize region entry before putting in local cache
> 
>
> Key: GEODE-4769
> URL: https://issues.apache.org/jira/browse/GEODE-4769
> Project: Geode
>  Issue Type: Improvement
>  Components: regions
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: pull-request-available
>
> This will prevent cache inconsistency when dealing with key or value objects 
> that have broken serialization.
> Test should create two members with a REPLICATE region. If one member 
> performs a put, but the serialization fails then the region entry currently 
> ends up existing in only the cache of the member that performed the put 
> locally. The change will prevent this from occurring.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)