----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6065/ -----------------------------------------------------------
(Updated July 20, 2012, 2:02 p.m.) Review request for Apache Gora. Description (updated) ------- UPDATE** I'm having trouble submitting a Diff - I've sent an e-mail to infrastruct...@apache.org to try to get this corrected and will update this request when I get things working ** Added a tombstone system for tracking deletes. Reworked Persistent to work with the newer Avro compiler and removed unused features of the state manager and inconsistent implementations of state tracking. More elaborate discussion is in GORA-94 This addresses bug GORA-94. https://issues.apache.org/jira/browse/GORA-94 Diffs ----- Diff: https://reviews.apache.org/r/6065/diff/ Testing ------- Minor tests added to check dirtyness. All existing tests pass on my local machine. It would be good to have someone (Ferdy?) perform integration testing using some existing known data sets; I believe this should work against previous Avro based stores but I'm not sure. It should work against database-based stores since the API's they use to access persistent state haven't changed (set() and get() methods on persistent, and isDirty()). Thanks, Ed Kohlwey