Skip to content

Commit

Permalink
[fix][dingo-executor] Fix optimistic transaction open dingo_constrain…
Browse files Browse the repository at this point in the history
…t_check_in_place variable using transaction snapshots (#1314)
  • Loading branch information
githubgxll authored Dec 18, 2024
1 parent c691bc1 commit cad2db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ protected boolean pushTuple(Context context, Object[] tuple, Vertex vertex) {
}
StoreInstance kvStore = Services.KV_STORE.getInstance(tableId, partId);
KeyValue kvKeyValue = kvStore.txnGet(
TsoService.getDefault().tso(),
txnId.seq,
originalKey,
param.getLockTimeOut()
);
Expand Down

0 comments on commit cad2db0

Please sign in to comment.