matebase created KUDU-3276: ------------------------------ Summary: Cannot cancel transactions that have already replicated: Invalid argument: Client provided column menu_module_name STRING NULLABLE not present in tablet transaction Key: KUDU-3276 URL: https://issues.apache.org/jira/browse/KUDU-3276 Project: Kudu Issue Type: Bug Affects Versions: 1.10.0 Reporter: matebase
I've seen an issue that looks as though an ADD_COLUMN is not fully applied before performing writes. This results in a failure to bootstrap(Tablet Server) with an error like: T 268c5ebdc7034dffaa3a40861ce0d3ed P 004b6c262dbf49508b69c716dca5bafd S R-NP Ts 6630181836860420096: Cannot cancel transactions that have already replicated: Invalid argument: Client provided column menu_module_name STRING NULLABLE not present in tablet transaction:R-NP WriteTransaction [type=REPLICA, start_time=2021-04-19 18:02:02, state=WriteTransactionState 0x129d4d500 [op_id=(term: 4033 index: 76346), ts=6630181836860420096, rows=[]]] How to manually update the field column or how to operate can solve this problem -- This message was sent by Atlassian Jira (v8.3.4#803005)