mirror of https://github.com/tikv/client-go.git
set group name in twoPhaseCommitter (#718)
Signed-off-by: glorv <glorvs@163.com>
This commit is contained in:
parent
891ef575be
commit
596b79404d
|
|
@ -462,6 +462,7 @@ func newTwoPhaseCommitter(txn *KVTxn, sessionID uint64) (*twoPhaseCommitter, err
|
|||
isPessimistic: txn.IsPessimistic(),
|
||||
binlog: txn.binlog,
|
||||
diskFullOpt: kvrpcpb.DiskFullOpt_NotAllowedOnFull,
|
||||
resourceGroupName: txn.resourceGroupName,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue