You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/16 16:27:06 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-4769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402134#comment-16402134 ] 

ASF subversion and git services commented on GEODE-4769:
--------------------------------------------------------

Commit be9d99da1bb9beb077e9339d0742706ba5d3b96b in geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=be9d99d ]

GEODE-4769: optional early serialization of EntryEvent key and new value

If enabled, Regions and Transactions will serialize key and value before
updating the local cache. This prevents inconsistency between distributed
members caused by any failure to serialize the key or value.

This feature is disabled by default. To enable it, specify the system
property geode.earlyEntryEventSerialization=true.


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