James Taylor created PHOENIX-2375: ------------------------------------- Summary: Bypass write of Tephra delete markers before preBatchMutate called Key: PHOENIX-2375 URL: https://issues.apache.org/jira/browse/PHOENIX-2375 Project: Phoenix Issue Type: Sub-task Reporter: James Taylor Assignee: James Taylor
Send Tephra family delete markers instead of real delete family markers to bypass the Tephra coprocessor preDelete hook that writes the Tephra family delete marker immediately. This ensures that the preBatchMutate hook sees the previous state correctly and prevents a second unnecessary call to the Phoenix preBatchMutate hook. In addition, removing unnecessary call to generateDeletes for new data table rows. -- This message was sent by Atlassian JIRA (v6.3.4#6332)