ekexium

Results 60 issues of ekexium

### What is changed and how it works? Issue Number: ref #17459 What's Changed: ```commit-message Introduce large_txn_status in txn_status_cache. ``` ### Related changes - [ ] PR to update `pingcap/docs`/`pingcap/docs-cn`:...

size/XXL
do-not-merge/work-in-progress
do-not-merge/release-note-label-needed
dco-signoff: yes

## Development Task In current TiKV(v8.3), large transactions can block resolve-ts from advancing, because it is calculated as `min(pd-tso, min(lock.ts))`, which is actually a more stringent constraint than its original...

type/enhancement

### What is changed and how it works? Issue Number: ref #17394 What's Changed: ```commit-message Add some metrics for lock manager for diagnosing memory usage. ``` The size of detect...

size/XXL
needs-rebase
release-note
needs-cherry-pick-release-7.1
needs-cherry-pick-release-7.5
needs-cherry-pick-release-8.1
approved
dco-signoff: yes
needs-1-more-lgtm

## Bug Report ### What version of TiKV are you using? Any with Flashback. ### What operating system and CPU are you using? Doesn't matter. ### Steps to reproduce Consider...

type/bug
component/backup-restore
severity/critical
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
affects-8.4

### What is changed and how it works? Issue Number: ref #17459 What's Changed: ```commit-message Track the number of locks of large txns in resolver ``` ### Related changes -...

size/M
release-note-none
dco-signoff: yes

## Development Task https://github.com/tikv/tikv/issues/17459 has freed resolved-ts from being blocked by pipelined transactions. We can extend this method to non-pipelined large transactions.

type/enhancement

## Change Request **This repository is ONLY used to solve problems related to DOCS-CN. For other issues (TiDB, TiKV, etc), please move to [other repositories](https://github.com/pingcap/).** Please answer the following questions...

## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** Download a csv of slow queries **What did you expect to see?** Values are...

type/bug

The log is now put in the work dispatch loop.

help wanted