James Taylor created TEPHRA-287:
-----------------------------------

             Summary: ActionChange.getChangeKey() not implemented correctly
                 Key: TEPHRA-287
                 URL: https://issues.apache.org/jira/browse/TEPHRA-287
             Project: Tephra
          Issue Type: Bug
            Reporter: James Taylor
            Assignee: Poorna Chandra


The ActionChange.getChangeKey() simply concatenates together the row key, 
family, and qualifier which could lead to incorrect conflicting keys. For 
example (rowKey='a', family='bc') would conflict with (rowKey='ab', 
family='c'). A simple fix would be to prefix each part with the byte length of 
each part.



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

Reply via email to