Shirly

Results 55 issues of Shirly

When we try to load regions from tikv with the following command: ``` {tikv_ctl} --host {self.address} raft region --all-regions --skip-tombstone --start="{self.start_key}" --end="{self.end_key}" --limit = 10 ``` this command has been...

## Bug Report similar with https://github.com/tikv/tikv/issues/18403, if there are lots pending tasks in cleanup_worker and lots regions need to be compacted, TiKV may find there are some large regions that...

type/enhancement

Signed-off-by: shirly ### What is changed and how it works? Issue Number: Close #13715 tiny refactor the function do_filter ### Check List Tests - Unit test ### Release note ```release-note...

size/L
needs-rebase
release-note-none

fix https://github.com/tikv/client-go/issues/1823

dco-signoff: yes
do-not-merge/work-in-progress
size/L

I believe this is a bug related to inconsistent state between region-cache and store-cache when a TiKV store updates its address or labels. https://github.com/tikv/client-go/blob/01758810e8419b784c0b652ad32ef03664df50bd/internal/locate/store_cache.go#L494-L521 From the above code, when we...

bug