Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: add Cargo.toml #3

Merged
merged 1 commit into from
Jan 7, 2016
Merged

*: add Cargo.toml #3

merged 1 commit into from
Jan 7, 2016

Conversation

siddontang
Copy link
Contributor

No description provided.

@ngaut
Copy link
Member

ngaut commented Jan 7, 2016

LGTM

ngaut added a commit that referenced this pull request Jan 7, 2016
@ngaut ngaut merged commit c30340f into master Jan 7, 2016
@ngaut ngaut deleted the siddontang/cargo-toml branch January 7, 2016 05:34
DorianZheng pushed a commit to DorianZheng/tikv that referenced this pull request Aug 10, 2018
� This is the 1st commit message:

[ADD] turn off "dynamic level size" for existing cluster

Signed-off-by: DorianZheng <zhengzhiquan@pingcap.com>

� This is the commit message tikv#2:

[modify] extract check_dynamic_level_size

� This is the commit message tikv#3:

load_latest_options return value change

� This is the commit message tikv#4:

[modify] revert Cargo.toml
@breezewish breezewish mentioned this pull request Mar 18, 2019
2 tasks
solotzg referenced this pull request in pingcap/tidb-engine-ext Oct 21, 2019
Fullstop000 pushed a commit to Fullstop000/tikv that referenced this pull request Oct 22, 2019
NingLin-P referenced this pull request in NingLin-P/tikv Oct 26, 2019
mornyx added a commit to mornyx/tikv that referenced this pull request Dec 7, 2021
# This is the 1st commit message:

Add latency stats for kv get and kv batch get

Signed-off-by: mornyx <mornyx.z@gmail.com>

# This is the commit message #2:

tikv_util: upgrade `gag` from 0.1 to 1.0 (tikv#11277)

ref tikv#11276

Signed-off-by: kennytm <kennytm@gmail.com>
# This is the commit message tikv#3:

codec: add compile time assert to guarantee safety (tikv#11357)

* codec: add compile time assert to guarantee safety

close tikv#11356.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* add more explanation.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#4:

rafstore: fix commit state check in apply thread (tikv#11401)

* fix apply check & close tikv#11396

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* make format

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* format

Signed-off-by: gengliqi <gengliqiii@gmail.com>
# This is the commit message tikv#5:

backup: create external storage per-backup reqeust. (tikv#11113)

* backup: create external storage per-backup reqeust.

fixed tikv#11112

Signed-off-by: yujuncen <yujuncen@pingcap.com>

* backup: make clippy happy

Signed-off-by: yujuncen <yujuncen@pingcap.com>

* backup: fix build

Signed-off-by: yujuncen <yujuncen@pingcap.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#6:

Remove duplicate enum and macro about numberic_enum_mod (tikv#11347)

* remove duplicated and useless `remove duplicated and useless`

close tikv#11297

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* remove duplicate macro rocksdb_enum_mod

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* fix format problem

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* resolve discussion

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* fix test error

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* move macro `numeric_enum_serializing_mod` to a proper location

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* move `perf_level_serde` of mod config in engine trait to mod perf_context

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

* Add test about `rate-limiter-mode` and fix compile error in integration test

Signed-off-by: yuqi1129 <yuqi4733@gmail.com>

Co-authored-by: Xinye Tao <xy.tao@outlook.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#7:

ctl: detect raft db correctly (tikv#11395)

Close tikv#11393.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#8:

 Support to iterate table properties for KvEngine  (tikv#11388)

* support to iterate table properties for KvEngine
* close tikv#11387

Signed-off-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#9:

gc: Fix GC scan effectiveness to avoid OOM (tikv#11416)

* close tikv#11410 limit the pending task for gc worker

Signed-off-by: Connor1996 <zbk602423539@gmail.com>

* avoid using prefix seek

Signed-off-by: Connor1996 <zbk602423539@gmail.com>

* rename test

Signed-off-by: Connor1996 <zbk602423539@gmail.com>

* address comment

Signed-off-by: Connor1996 <zbk602423539@gmail.com>

* fix build

Signed-off-by: Connor1996 <zbk602423539@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#10:

fix a panic about parsing memory.limit_in_bytes (tikv#11354)

* handle int overflow for memory.limit_in_bytes

clsoe tikv#11353.
Signed-off-by: qupeng <qupeng@pingcap.com>

* close tikv#11353

Signed-off-by: qupeng <qupeng@pingcap.com>

* address comments

Signed-off-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#11:

build: fix make docker on Linux (tikv#11349)

* fix make docker

fix tikv#11312

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix cargo

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#12:

engine_rocks: ignore NoSpace error during flush or compaction (tikv#11225)

* ignore NoSpace error during flush or compaction

fix tikv#11224

Signed-off-by: tabokie <xy.tao@outlook.com>

* use constant

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix typo

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#13:

gc: set pending capacity for gc worker (tikv#11429)

Signed-off-by: Connor1996 <zbk602423539@gmail.com>
# This is the commit message tikv#14:

raftstore: support synchronous write (tikv#11418)

* support sync write & ref tikv#11165

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* add tests

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* change default store-io-pool-size to 0

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* remove unnecessary test

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* merge raftstore: separate read write ready(tikv#10592)

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* address comments

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* fix test

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* make clippy happy

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* address comment

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* remove offset in NormalFsm

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* make format

Signed-off-by: gengliqi <gengliqiii@gmail.com>
# This is the commit message tikv#15:

metrics: add Raft Engine panel (tikv#11415)

Signed-off-by: tabokie <xy.tao@outlook.com>
# This is the commit message tikv#16:

resource-metering: add some metrics (tikv#11414)

* resource-metering: add some metrics

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>

* more log

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>

* polish description, ref tikv#11436

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#17:

metrics: add asynchronous write io panels (tikv#11408)

* update metrics name

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* update tikv-details & close tikv#10540

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* rename Raft GC to Raft Log GC

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* address comment

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* fix datasource

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* add more metrics

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* update metrics

Signed-off-by: gengliqi <gengliqiii@gmail.com>

* update

Signed-off-by: gengliqi <gengliqiii@gmail.com>
# This is the commit message tikv#18:

storage: fix reverse scan check memory locks (tikv#11447)

close tikv#11440

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
# This is the commit message tikv#19:

test: make test_sending_fail_with_net_error more statable (tikv#11366)

* sending count should deregister on time

Signed-off-by: bufferflies <1045931706@qq.com>

* make test statable

Signed-off-by: bufferflies <1045931706@qq.com>

* remove unused change

Signed-off-by: bufferflies <1045931706@qq.com>

* remove unused change

Signed-off-by: bufferflies <1045931706@qq.com>

* close tikv#11365

Signed-off-by: bufferflies <1045931706@qq.com>

* reformat annotation

Signed-off-by: bufferflies <1045931706@qq.com>

* add send once filter

Signed-off-by: bufferflies <1045931706@qq.com>

* lint pass

Signed-off-by: bufferflies <1045931706@qq.com>

* lint pass

Signed-off-by: bufferflies <1045931706@qq.com>

* replace sendOnceMsgFilter

Signed-off-by: bufferflies <1045931706@qq.com>

* remove unnecessary change

Signed-off-by: bufferflies <1045931706@qq.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#20:

raftstore: increase batch for raftlog-gc-worker (tikv#11405)

* increase batch

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* do not change seek

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* fix fmt

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* fix test

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* fix number overflow

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* increase batch

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* revert time

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* set last_compacted_idx for split region

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* log large range gc task

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* address comment

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

* close tikv#11404

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

Co-authored-by: 5kbpers <tangminghua@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#21:

Make tikv-server fully generic over kv engines (tikv#10945)

* server: Allow flow_info_receiver to be None

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Move init_flow_receiver call into init_raw_engines

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract debug service creation to CreateKvEngine::start_debug_service

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract backup service creation to CreateKvEngine::start_backup_service

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract rocks cfg controller registration to CreateKvEngine::register_kv_config

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract create_raftstore_compaction_listener to free function

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract create_kv_engine to CreateKvEngine trait

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Parameterize EngineResourceInfo over EK

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Parameterize TikvServer over EK

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Document CreateKvEngine trait

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* clippy

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract raft engine creation to CreateRaftEngine::create_raft_engine

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract CreateRaftEngine::register_raft_config method

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract CreateRaftEngine::create_engine_infos method

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Unspecialize init_raw_engines method

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* server: Extract setup code to generic run_server function

Signed-off-by: Brian Anderson <andersrb@gmail.com>

* clippy

ref tikv#6402

Signed-off-by: Brian Anderson <andersrb@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#22:

Revert "Make tikv-server fully generic over kv engines (tikv#10945)" (tikv#11462)

This reverts commit df2e921.

Ref tikv#11461.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
# This is the commit message tikv#23:

raftstore: flush waterfall metrics when using synchronous write (tikv#11451)

Signed-off-by: gengliqi <gengliqiii@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#24:

fix one disk full unstable test case on assert condition. (tikv#11391)

close tikv#11389

Signed-off-by: tier-cap <zhengxiaojin@pingcap.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#25:

resolved_ts: return early after regions already had quorum (tikv#11352)

* close tikv#11351

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* fix tests

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* fix tests

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* Apply suggestions from code review

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

Co-authored-by: Zixiong Liu <liuzixiong@pingcap.com>

* address comments

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* make clippy happy

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

* close tikv#11400

Signed-off-by: 5kbpers <tangminghua@pingcap.com>

Co-authored-by: qupeng <qupeng@pingcap.com>
Co-authored-by: Zixiong Liu <liuzixiong@pingcap.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#26:

support to get approximate keys and size for a given range from UserCollectedProperties (tikv#11465)

Signed-off-by: qupeng <qupeng@pingcap.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#27:

copr: add paging API support for streaming-like processling (tikv#11300)

* copr response with range

Signed-off-by: you06 <you1474600@gmail.com>

* switch to new kvproto

Signed-off-by: you06 <you1474600@gmail.com>

* fix bugs...

Signed-off-by: you06 <you1474600@gmail.com>

* format

Signed-off-by: you06 <you1474600@gmail.com>

* remove unsed field

Signed-off-by: you06 <you1474600@gmail.com>

* add comments

Signed-off-by: you06 <you1474600@gmail.com>

* update kvproto

Signed-off-by: you06 <you1474600@gmail.com>

* fix bench

Signed-off-by: you06 <you1474600@gmail.com>

* update cargo.lock

Signed-off-by: you06 <you1474600@gmail.com>

* update comment

Signed-off-by: you06 <you1474600@gmail.com>

* add test for copr paging

Signed-off-by: you06 <you1474600@gmail.com>

* close tikv#11448

Signed-off-by: you06 <you1474600@gmail.com>

* Update components/tidb_query_executors/src/runner.rs

Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
Signed-off-by: you06 <you1474600@gmail.com>

* check range in response

Signed-off-by: you06 <you1474600@gmail.com>

* format code

Signed-off-by: you06 <you1474600@gmail.com>

* add test for reverse scan

Signed-off-by: you06 <you1474600@gmail.com>

* add test for multi ranges

Signed-off-by: you06 <you1474600@gmail.com>

* test drained with multi ranges

Signed-off-by: you06 <you1474600@gmail.com>

* fix clippy

Signed-off-by: you06 <you1474600@gmail.com>

* fix lint

Signed-off-by: you06 <you1474600@gmail.com>

* paging by all record count

Signed-off-by: you06 <you1474600@gmail.com>

* format

Signed-off-by: you06 <you1474600@gmail.com>

Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
# This is the commit message tikv#28:

encryption: support seek for encryption writer (tikv#10929)

* support seek for encryption writer

Signed-off-by: tabokie <xy.tao@outlook.com>

* minor fix, ref: tikv#11119

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix error from merge

Signed-off-by: tabokie <xy.tao@outlook.com>

* fight format checker, ref tikv#11119

Signed-off-by: tabokie <xy.tao@outlook.com>

* add wrappers

Signed-off-by: tabokie <xy.tao@outlook.com>

* remove pub quantifiers and fix lint

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix name export

Signed-off-by: tabokie <xy.tao@outlook.com>

* revert naming changes

Signed-off-by: tabokie <xy.tao@outlook.com>

* address comment on unit test

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix test and inline wrapper calls

Signed-off-by: tabokie <xy.tao@outlook.com>

* fix comments

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#29:

server: remove register PD process (tikv#10985)

* remove register PD process

Signed-off-by: Ryan Leung <rleungx@gmail.com>

* resolve conflicts

close tikv#11472

Signed-off-by: Ryan Leung <rleungx@gmail.com>
# This is the commit message tikv#30:

engine: provide customized file builder to raft engine (tikv#10937)

* open raft engine with customized file builder

ref tikv#11119

Signed-off-by: tabokie <xy.tao@outlook.com>

* overhaul configurations

Signed-off-by: tabokie <xy.tao@outlook.com>

* update default config and address comment

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#31:

*: update some dependencies (tikv#11458)

close tikv#10997, ref tikv#11276

Signed-off-by: tabokie <xy.tao@outlook.com>
# This is the commit message tikv#32:

coprocessor: add `to_binary` and `from_binary` function (tikv#11397)

Signed-off-by: xiongjiwei <xiongjiwei1996@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#33:

server: fix IOType configure for recving snapshot (tikv#11122)

* fix IOType for recving snapshot

Signed-off-by: MuZhou233 <muzhou233@outlook.com>

* Set io_type before Write::write_all. close tikv#10659

Signed-off-by: MuZhou233 <MuZhou233@outlook.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#34:

raftstore: add pessimistic lock table to peer (tikv#11459)

ref tikv#11452

Signed-off-by: Yilin Chen <sticnarf@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#35:

engine: fix backward compatibility issue of raft-engine.recovery-mode (tikv#11490)

* add test case

Signed-off-by: tabokie <xy.tao@outlook.com>

* update raft-engine, fix tikv#11489

Signed-off-by: tabokie <xy.tao@outlook.com>

* handle timeout error

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#36:

metrics: add duration composition panel (tikv#11491)

* metrics: add duration composition pannel

Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>

* close tikv#11492

Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#37:

*: support read-through lock (tikv#11238)

* storage: get/batch_get support read-through lock

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* storage: scan support read-through lock

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* coprocessor: support read-through lock

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* don't check access_locks when checking memory locks

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* fix clippy
close tikv#11402

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* update kvproto and add some comments

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* test desc scan

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#38:

storage: support raw value encode for API V2 (tikv#11139)

* implement api v2 raw value

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* storage: support raw value encode for API V2

ref tikv#10938 close tikv#11041
Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix clippy

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix clippy

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* remove println

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* add test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* disable test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test again

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test again

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test again

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix overflow

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix overflow

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve comment

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* add case

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve comment

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix clippy

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* improve

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

* fix test

Signed-off-by: Andy Lok <andylokandy@hotmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#39:

*: replace snapshot `CbContext` with `SnapshotExt` (tikv#11471)

ref tikv#11452

Signed-off-by: Yilin Chen <sticnarf@gmail.com>
# This is the commit message tikv#40:

Add comments

Signed-off-by: mornyx <mornyx.z@gmail.com>

# This is the commit message tikv#41:

Extract one stats struct for KvGet/KvBatchGet

Signed-off-by: mornyx <mornyx.z@gmail.com>

# This is the commit message tikv#42:

raftstore: relax merge result check (tikv#11478)

* add test case

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* raftstore: relax merge result check

Close tikv#11475.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* fix unstable transfer leader case

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: Liqi Geng <gengliqiii@gmail.com>
# This is the commit message tikv#43:

engine: move raft engine purge job to a dedicated thread (tikv#11497)

* update raft engine and implement batch_gc, ref tikv#11119

Signed-off-by: tabokie <xy.tao@outlook.com>

* introduce purge-worker

Signed-off-by: tabokie <xy.tao@outlook.com>

* clean up old worker

Signed-off-by: tabokie <xy.tao@outlook.com>

* update raft engine

Signed-off-by: tabokie <xy.tao@outlook.com>
# This is the commit message tikv#44:

Update max_ts for Prewrite and AcquirePessimisticLock with should_not_exist flag. (tikv#11488)

* update max_ts for prewrite with should_not_exist flag

Signed-off-by: dwangxxx <dwang_slam@163.com>

* close tikv#11315

Signed-off-by: dwangxxx <dwang_slam@163.com>

* close tikv#11315

Signed-off-by: dwangxxx <dwang_slam@163.com>

* fix unit test

Signed-off-by: dwangxxx <dwang_slam@163.com>

* fix format

Signed-off-by: dwangxxx <dwang_slam@163.com>

* fix test

Signed-off-by: dwangxxx <dwang_slam@163.com>

* add test.

Signed-off-by: dwangxxx <dwang_slam@163.com>

* fix clippy error

Signed-off-by: dwangxxx <dwang_slam@163.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#45:

Rename KvGetLatencyStats

Signed-off-by: mornyx <mornyx.z@gmail.com>

# This is the commit message tikv#46:

Rename

Signed-off-by: mornyx <mornyx.z@gmail.com>

# This is the commit message tikv#47:

*: simplify pull request template (tikv#11504)

We only needs to explain what's change. Problem description should be
traced as issue.

This PR also polishes contributing guide to explain the new flow.

Close tikv#11503.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#48:

cdc: introduce TsFilter into incremental scan (tikv#11385)

* close tikv#11384

Signed-off-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#49:

metric: add stale read count metric (tikv#11051)

Signed-off-by: linning <linningde25@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#50:

storage:change configuration storage.max-key-size default value from 4096 to 8192 (tikv#11331)

close tikv#11241

Signed-off-by: TonsnakeLin <lpbgytong@163.com>
# This is the commit message tikv#51:

storage: make it cheaper to clone Scheduler (tikv#11501)

closes tikv#11500

Signed-off-by: Yilin Chen <sticnarf@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#52:

raftclient: count term and index in estimated size (tikv#11493)

* add test case

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* count term and index tag

If there are many entries in a message, the estimated size of message
can be way smaller than the actual size. This PR fixes the error by
also counting index and term in estimation.

It also remove the hard limit as the estimation is closed enough.

Close tikv#9714.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#53:

scanner/forward: move to next key if accesses a lock with delete type (tikv#11544)

close tikv#11541

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
# This is the commit message tikv#54:

*: add configuration for in-memory pessimistic lock (tikv#11481)

ref tikv#11452

Signed-off-by: Yilin Chen <sticnarf@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
# This is the commit message tikv#55:

backup: fix background panic in `endpoint::tests::test_adjust_thread_pool_size` (tikv#11556)

* backup: fix tikv#11548

Signed-off-by: yujuncen <yujuncen@pingcap.com>
# This is the commit message tikv#56:

tikv_util: reimplement poll_future_notify (tikv#11550)

The current implementation is very easy to get deadlock if the future is
woken immediately during polling. This PR resolves the issue by
maintaining states instead.

Note, if the future is implemented in the wrong way that always
notifying the future without checking if it has readiness, the new
implementation can run into dead loop.

Close tikv#11549.

Co-authored-by: qupeng <qupeng@pingcap.com>
# This is the commit message tikv#57:

fix taking rootfs as filesystem by mistake (tikv#11554)

* fix adding rootfs as filesystem by mistake

Signed-off-by: onlyacat <huangzhe8263@gmail.com>

* reformat by lints

Signed-off-by: onlyacat <huangzhe8263@gmail.com>

* close tikv#11552

Signed-off-by: onlyacat <huangzhe8263@gmail.com>
# This is the commit message tikv#58:

raftstore: set term when catch up logs for merge  (tikv#11545)

* add test case

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* raftstore: set term when catch up logs for merge

Prepare merge may includes logs from different terms, which may be even
larger than the term of a follower that is lag behind. So when catching
up logs by commit merge, its term should also be set to get a correct
metadata.

Close tikv#11526.

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* add log for becoming follower

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

* correct commit log check

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
kennytm pushed a commit to kennytm/tikv that referenced this pull request Dec 30, 2021
br: backup stream: Modify log print format
youjiali1995 added a commit to youjiali1995/tikv that referenced this pull request Jan 5, 2022
* unify store and apply batch system

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* wait for async I/O done when stopping

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* make store-batch-system latency matter(1ms)

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
MrCroxx pushed a commit to MrCroxx/tikv that referenced this pull request Jan 9, 2022
haojinming pushed a commit to haojinming/tikv that referenced this pull request Jan 21, 2022
youjiali1995 added a commit to youjiali1995/tikv that referenced this pull request May 26, 2022
* rfengine: introduce DmaBuffer for direct I/O (tikv#12611)

* rfengine: introduce DmaBuffer

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* rotate before write

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>

* rfengine: add missing sync_dir (tikv#12628)

Signed-off-by: youjiali1995 <zlwgx1023@gmail.com>
WangLe1321 pushed a commit to WangLe1321/tikv that referenced this pull request Jun 14, 2022
br: log-backup: fix bug about restoring point at TiCloud with KMS tikv#12757
WangLe1321 added a commit to WangLe1321/tikv that referenced this pull request Jun 23, 2022
commit 900dd03
Merge: 9fda729 8eceb1f
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Thu Jun 23 12:12:48 2022 +0800

    Merge pull request tikv#9 from joccau/fix-limit-fluent

    log-backup: limit concurrent fluent when write kv-files to storage

commit 8eceb1f
Author: joccau <zak.zhao@pingcap.com>
Date:   Thu Jun 23 11:21:20 2022 +0800

    move local variables to const

    Signed-off-by: joccau <zak.zhao@pingcap.com>

commit 4465085
Author: joccau <zak.zhao@pingcap.com>
Date:   Wed Jun 22 16:40:48 2022 +0800

    add unit test

    Signed-off-by: joccau <zak.zhao@pingcap.com>

commit 8ef93a1
Author: joccau <zak.zhao@pingcap.com>
Date:   Wed Jun 22 00:37:46 2022 +0800

    limit the fluent when write kv file, ref issues#12869

    Signed-off-by: joccau <zak.zhao@pingcap.com>

commit 9fda729
Merge: d219d84 acc06c3
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Wed Jun 15 17:28:24 2022 +0800

    Merge pull request tikv#8 from YuJuncen/update-max-ts

    log_backup: update max ts

commit acc06c3
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Wed Jun 15 16:37:33 2022 +0800

    *: update max ts

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit d219d84
Merge: baf35ea e6d1dfe
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Wed Jun 15 13:50:32 2022 +0800

    Merge pull request tikv#7 from WangLe1321/feat/br_stream_metric

    br: remove metrics after task stopped

commit e6d1dfe
Author: WangLe1321 <wangle1321@163.com>
Date:   Tue Jun 14 17:55:47 2022 +0800

    br: modify to recieve returned value

commit 9b1c101
Author: WangLe1321 <wangle1321@163.com>
Date:   Tue Jun 14 17:47:20 2022 +0800

    feat: check result after remove metric

commit 2619864
Author: WangLe1321 <wangle1321@163.com>
Date:   Tue Jun 14 15:11:38 2022 +0800

    br: remove metrics when task stopped

commit baf35ea
Merge: b1d493c 4b6ee85
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Mon Jun 13 10:55:23 2022 +0800

    Merge pull request tikv#6 from joccau/error-safe-point

    log-backup: update flush time if succeeding in do_flush

commit 4b6ee85
Author: joccau <zak.zhao@pingcap.com>
Date:   Sat Jun 11 17:38:47 2022 +0800

    update flush time if succeeding in do_flush, ref issue#12802

    Signed-off-by: joccau <zak.zhao@pingcap.com>

commit b1d493c
Merge: 0e445f8 c9b5f06
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Sat Jun 11 13:51:02 2022 +0800

    Merge pull request tikv#5 from joccau/cherry-pick-12770

    log_backup: adapt the enhanced checkpoint model

commit c9b5f06
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Thu Jun 9 11:58:33 2022 +0800

    fix build && make clippy happy

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit 7b83eec
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Mon Jun 6 15:46:26 2022 +0800

    fix build && make clippy happy

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit 228cf35
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Mon Jun 6 11:07:46 2022 +0800

    Squashed commit of the following:

    commit dca2e4efec59a47299d56c9469164f12eef978b7
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Thu Jun 2 18:12:13 2022 +0800

        make slash_etc support mvcc

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit 0ead359
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Tue May 31 19:13:43 2022 +0800

        *: make

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit 751f0fa
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Tue May 31 14:04:33 2022 +0800

        make 2-phase flushing

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit a0981dc
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Tue May 31 13:07:16 2022 +0800

        make initial scanning sync with region operator

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit 5b091ea
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Mon May 30 13:44:39 2022 +0800

        WIP: register region checkpoint, keep checkpoint until flush

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit c0fa5dd
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Sat May 28 20:50:16 2022 +0800

        added wait group

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit cf2c4ff
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Sat May 28 19:58:03 2022 +0800

        Squashed commit of the following:

        commit 09e9aa53ffdf320a956409b7b220ff1f68283b47
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 28 13:01:49 2022 +0800

            basic change

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 505bcc7c548165a55ac22c5258ee39f0ab7a8937
        Merge: ac005ba42 93fecdc
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Fri May 27 11:59:00 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into checkpoint-v2

        commit ac005ba423289bf656dc27aff7087a34a0f43400
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Mon May 23 18:17:05 2022 +0800

            WIP

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 4d0efff84f61818b1403b7d83a4be8e285889b79
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Fri May 20 19:00:12 2022 +0800

            WIP: mark electing regions

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 10b4acb
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Fri May 20 13:02:26 2022 +0800

            using checkpoint v2

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 929ea27
        Merge: e336ec6 4703705
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 21:14:12 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into inflight-detect

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit e336ec6
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 21:12:50 2022 +0800

            wait longer for flushing·

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit b5abdf8
        Merge: 4c600ac 8c02d7b
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 17:48:24 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into inflight-detect

        commit 4c600ac
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 17:18:14 2022 +0800

            fix? test

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit d9430da
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 16:00:22 2022 +0800

            fix? test

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 33c8b8d
        Merge: 41c6e5a 500c4d6
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 14:12:18 2022 +0800

            Merge branch 'inflight-detect' of https://github.com/yujuncen/tikv into inflight-detect

        commit 41c6e5a
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 14:12:03 2022 +0800

            fix status transform

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 500c4d6
        Merge: 4cf0b17 486761a
        Author: 山岚 <36239017+YuJuncen@users.noreply.github.com>
        Date:   Thu May 19 13:30:49 2022 +0800

            Merge branch 'master' into inflight-detect

        commit 4cf0b17
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 01:05:37 2022 +0800

            fix bad safepoint location

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit fbaf668
        Merge: b390173 9c78e8b
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Thu May 19 01:04:43 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into inflight-detect

        commit b390173
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Wed May 18 22:53:39 2022 +0800

            added test

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit f05af56
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Wed May 18 18:01:08 2022 +0800

            fix inf waiting

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 363d264
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Wed May 18 16:47:11 2022 +0800

            don't advance checkpoint ts if there are inflight StartObserve

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    commit cc70212
    Author: Yu Juncen <yujuncen@pingcap.com>
    Date:   Tue May 31 14:27:34 2022 +0800

        Squashed commit of the following:

        commit 605ec49e3686352903fb8627213f1faafe446a96
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 28 19:56:30 2022 +0800

            fix build

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit ce046e0
        Merge: 9c6d827 4facb62
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 28 19:51:09 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into refactor-region-op

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 9c6d827
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Mon May 16 18:59:53 2022 +0800

            remove file on drop

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit d3408c1
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Mon May 16 17:54:01 2022 +0800

            set checkpoint to global checkpoint once start

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit c209007
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Mon May 16 17:10:32 2022 +0800

            fix tests

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 1569fa6
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Mon May 16 15:09:10 2022 +0800

            refactor region op

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 09edd39
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sun May 15 14:08:19 2022 +0800

            fix scan pool name

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit ac31fb4
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sun May 15 14:01:24 2022 +0800

            tweaking metrics

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit e11eb3d
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sun May 15 13:25:57 2022 +0800

            add some metrics

            - Task Status
            - Internal Task (Actor Messages) Handling time

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit a9d2bfa
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 14 23:09:59 2022 +0800

            address comments

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 9bc5605
        Merge: 3faeeb2 744d688
        Author: 山岚 <36239017+YuJuncen@users.noreply.github.com>
        Date:   Sat May 14 16:25:50 2022 +0800

            Merge branch 'master' into fix-test

        commit 3faeeb2
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 14 15:47:41 2022 +0800

            check observer version when accepting new events.

            For log backup, it is ok to repeat data, but when lock repeated when observe changing, it may make lock failed to be unlocked.

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit b746aa1
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 14 11:07:03 2022 +0800

            make clippy happy

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 3fec0d7
        Merge: ef44a4d de208b5
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Sat May 14 10:38:43 2022 +0800

            Merge branch 'master' of https://github.com/tikv/tikv into fix-test

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit ef44a4d
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Fri May 13 23:35:56 2022 +0800

            add delay when start

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        commit 647810f
        Author: Yu Juncen <yujuncen@pingcap.com>
        Date:   Fri May 13 14:54:44 2022 +0800

            make test more stable && handle epoch not match

            Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

        Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit 1eca46b
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Thu Jun 2 23:45:08 2022 +0800

    make foramt

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit 94d6e0b
Author: Yu Juncen <yujuncen@pingcap.com>
Date:   Thu Jun 2 20:18:14 2022 +0800

    implement checkpoint v2

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit 0e445f8
Merge: 835436c 1698814
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Sat Jun 11 12:19:25 2022 +0800

    Merge pull request tikv#4 from joccau/cherry-pick-12712

    security, server: fix running local test (tikv#12712)

commit 1698814
Author: 山岚 <36239017+YuJuncen@users.noreply.github.com>
Date:   Wed Jun 1 18:36:28 2022 +0800

    security, server: fix running local test (tikv#12712)

    close tikv#12711

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>

commit 835436c
Merge: a4580f8 621c9de
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Sat Jun 11 12:11:26 2022 +0800

    Merge pull request tikv#3 from joccau/cherry-pick-12757

    br: log-backup: fix bug about restoring point at TiCloud with KMS tikv#12757

commit a4580f8
Merge: d769651 4a29d32
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Sat Jun 11 12:11:08 2022 +0800

    Merge pull request tikv#2 from joccau/cherry-pick-12710

    br: log backup: disable test log by default (tikv#12710)

commit d769651
Merge: c26134b ceb547e
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Sat Jun 11 12:10:35 2022 +0800

    Merge pull request tikv#1 from joccau/cherry-pick-12640

    br: log-backup: adapt user-defined TLS config (tikv#12640)

commit 621c9de
Author: Zak Zhao <57036248+joccau@users.noreply.github.com>
Date:   Tue Jun 7 18:16:30 2022 +0800

    log-backup: fix bug about restoring point at TiCloud with KMS (tikv#12757)

    close tikv#12750, close tikv#12751

    Signed-off-by: joccau <zak.zhao@pingcap.com>

commit 4a29d32
Author: 山岚 <36239017+YuJuncen@users.noreply.github.com>
Date:   Wed Jun 1 00:42:27 2022 +0800

    log backup: disable test log by default (tikv#12710)

    close tikv#12709

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

commit ceb547e
Author: 山岚 <36239017+YuJuncen@users.noreply.github.com>
Date:   Mon May 30 16:52:27 2022 +0800

    log-backup: adapt user-defined TLS config (tikv#12640)

    close tikv#12668

    log-backup: adapt user-defined TLS config

    Signed-off-by: Yu Juncen <yujuncen@pingcap.com>

    Co-authored-by: kennytm <kennytm@gmail.com>

Signed-off-by: WangLe1321 <wangle1321@163.com>
Leavrth added a commit to Leavrth/tikv that referenced this pull request Jul 24, 2023
make clippy happy
add more unit test
fix duplicate download request temporarily
mittalrishabh pushed a commit to mittalrishabh/tikv that referenced this pull request May 8, 2024
tikv#15491) (tikv#3)

close tikv#15454

Update titan to fix possible delete blob file twice error

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>

Co-authored-by: Connor <zbk602423539@gmail.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants