Commit 33e946c41872fe07c7534f4ed6eaddcd575e810a

Authored by Andrew Shvayka
1 parent 1bf196bf

Copy of transaction metadata on split

@@ -126,7 +126,7 @@ public final class TbMsg implements Serializable { @@ -126,7 +126,7 @@ public final class TbMsg implements Serializable {
126 } 126 }
127 127
128 public TbMsg copy(UUID newId, RuleChainId ruleChainId, RuleNodeId ruleNodeId, long clusterPartition) { 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 }