tanjialiang created FLINK-33304: ----------------------------------- Summary: Atomicity of RowMutations would broken when Delete and Put on same columnFamily/column/row Key: FLINK-33304 URL: https://issues.apache.org/jira/browse/FLINK-33304 Project: Flink Issue Type: Bug Components: Connectors / HBase Affects Versions: hbase-3.0.1 Reporter: tanjialiang
Current we put the mutations into BufferedMutator directly, when RowMutations have a Delete followed by Put to same column family or columns or rows, only the Delete is happening while the Put is ignored so atomicity of RowMutations is broken for such cases. See https://issues.apache.org/jira/browse/HBASE-8626. -- This message was sent by Atlassian Jira (v8.20.10#820010)