client-go/txnkv/transaction
ekexium c40432e3ab
feat: record flush_wait_ms in TxnInfo (#1342)
* feat: record flush_wait_ms in TxnInfo

Signed-off-by: ekexium <eke@fastmail.com>

* refactor: change FlushWaitDuration() to GetFlushMetrics()

Signed-off-by: ekexium <eke@fastmail.com>

---------

Signed-off-by: ekexium <eke@fastmail.com>
2024-05-15 11:13:15 +08:00
..
2pc.go fail pipelined dml when max ttl exceeded (#1329) 2024-04-30 22:52:41 +08:00
batch_getter.go feat: introduce GetLocal() and BatchGet cache for PipelinedMemDB (#1212) 2024-03-16 11:36:05 +08:00
batch_getter_test.go txn: introduce pipelined memdb, Flush and BufferBatchGet for pipelined DML (#1114) 2024-02-23 10:24:44 +08:00
binlog.go fix license (#267) 2021-08-15 01:48:01 +08:00
cleanup.go config: enable user configuration for retry strategy. (#1055) 2023-11-14 14:54:10 +08:00
commit.go feat: return error if commit ts expired is returned for a non-primary key (#1316) 2024-04-24 19:16:26 +08:00
pessimistic.go feat: pipelined dml has its own max-txn-ttl of 24 hours (#1224) 2024-03-14 10:54:19 +08:00
pipelined_flush.go log: only log the first lock in every flush or prewrite response (#1295) 2024-04-18 16:47:21 +08:00
prewrite.go log: only log the first lock in every flush or prewrite response (#1295) 2024-04-18 16:47:21 +08:00
test_probe.go implement rollback for pipelined dml (#1235) 2024-04-09 10:27:18 +08:00
txn.go feat: record flush_wait_ms in TxnInfo (#1342) 2024-05-15 11:13:15 +08:00