diff --git a/changes/ce/fix-12843.en.md b/changes/ce/fix-12843.en.md index 38a46273f..000026c00 100644 --- a/changes/ce/fix-12843.en.md +++ b/changes/ce/fix-12843.en.md @@ -1,2 +1,2 @@ -Fixed cluster_rpc_commit tnx_id was not properly cleanup after 'cluster leave' on replicant nodes, -The tnx_id of the core node will be deleted before, resulting in the failure of the core node update configuration. +Fixed `cluster_rpc_commit` transaction ID cleanup procedure after `cluster leave` on replicant nodes. +Previously, the transaction id of the core node would be deleted prematurely, blocking configuration updates on the core node.