Commit 33e946c41872fe07c7534f4ed6eaddcd575e810a
1 parent
1bf196bf
Copy of transaction metadata on split
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -126,7 +126,7 @@ public final class TbMsg implements Serializable { |
126 | 126 | } |
127 | 127 | |
128 | 128 | public TbMsg copy(UUID newId, RuleChainId ruleChainId, RuleNodeId ruleNodeId, long clusterPartition) { |
129 | - return new TbMsg(newId, type, originator, metaData.copy(), dataType, data, ruleChainId, ruleNodeId, clusterPartition); | |
129 | + return new TbMsg(newId, type, originator, metaData.copy(), dataType, data, transactionData, ruleChainId, ruleNodeId, clusterPartition); | |
130 | 130 | } |
131 | 131 | |
132 | 132 | } | ... | ... |