Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lchangliang committed Jul 29, 2024
1 parent 720b2b6 commit 93ad64b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloud/src/meta-service/meta_service_txn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,9 @@ void MetaServiceImpl::check_txn_conflict(::google::protobuf::RpcController* cont
if (!result.empty()) {
finished = false;
std::string conflict_txn_info_key = get_txn_info_key_from_txn_running_key(k);
if (!conflict_txn_info_key.empty()) {
if (!

) {
std::string conflict_txn_info_val;
err = txn->get(conflict_txn_info_key, &conflict_txn_info_val);
if (err != TxnErrorCode::TXN_OK) {
Expand Down

0 comments on commit 93ad64b

Please sign in to comment.