Skip to content

Commit

Permalink
merge pingcap/release-3.1 until (tikv#7078)
Browse files Browse the repository at this point in the history
raftstore: retry pending read index requests (tikv#6348) (tikv#6543)

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

raft_client: limit batch size (tikv#6993) (tikv#7076) (tikv#7087)

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

backup raw kv (tikv#6308) (tikv#7051)

Co-authored-by: xinhua5 <xinhua5@users.noreply.github.com>
Co-authored-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

tikv_util: fix s3 writer always creating zeroes (tikv#6675) (tikv#6967)

Signed-off-by: kennytm <kennytm@gmail.com>

Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>

 backup: do fill in the file size of each SST file in the response (tikv#6664) (tikv#6983)

Signed-off-by: kennytm <kennytm@gmail.com>

*: update raft to include aggressive flow control (tikv#7078)

Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
  • Loading branch information
hicqu authored and solotzg committed Mar 13, 2020
1 parent 5885ec9 commit 451a6d0
Show file tree
Hide file tree
Showing 17 changed files with 828 additions and 192 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ default-features = false
"log:0.3.9" = { git = "https://github.com/busyjay/log", branch = "use-static-module" }
"log:0.4.6" = { git = "https://github.com/busyjay/log", branch = "revert-to-static" }
"prometheus:0.4.2" = { git = "https://github.com/birdstorm/rust-prometheus", branch = "0.4.2" }
"raft:0.4.3" = { git = "https://github.com/tikv/raft-rs", rev = "9782199fa6318f94bf0974129664d974b03f8f11" }

[dev-dependencies]
panic_hook = { path = "components/panic_hook" }
Expand Down
Loading

0 comments on commit 451a6d0

Please sign in to comment.