You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2018/05/31 04:57:00 UTC

[jira] [Created] (PHOENIX-4760) Prevent data loss for client-side local index maintanence in Omid

James Taylor created PHOENIX-4760:
-------------------------------------

             Summary: Prevent data loss for client-side local index maintanence in Omid
                 Key: PHOENIX-4760
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4760
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


To prevent potential data loss if a split occurs while we're sending local index updates from the client for Omid transactions, we should include the region boundaries in the Mutation. We can check if the actual region boundaries match and if not, raise an exception which the client can react to by retrying.



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