Jacek Lewandowski created CASSANDRA-18961: ---------------------------------------------
Summary: Record commit timestamp - fix data loss when dropping and recreating a column Key: CASSANDRA-18961 URL: https://issues.apache.org/jira/browse/CASSANDRA-18961 Project: Cassandra Issue Type: Bug Reporter: Jacek Lewandowski Drop column transformation is replayed with the current timestamp so the column appears to be dropped when the node starts regardless of its real drop time. As a solution to this problem I propose recording the timestamp of the transformation, guaranteeing that it is always greater than a timestamp of any previously committed transformation. Such timestamp is passed to the execute method of the transformation so that the transformation code can make use of it, increasing its "purity". -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org