Skip to content

Commit

Permalink
[FLASH-1131] Proxy merge tikv 3.1 & Support raft cmd AdminCmdType::Sp…
Browse files Browse the repository at this point in the history
…lit (#665) (#667)

- Proxy merge pingcap/release-3.1 until (tikv#7543)

- Raft cmd `AdminCmdType::Split` has been deprecated but it was reused in latest tikv. issue tikv/tikv#7653

Signed-off-by: Tong Zhigao <[email protected]>
  • Loading branch information
sre-bot authored Apr 26, 2020
1 parent c102a62 commit 2d30a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dbms/src/Storages/Transaction/Region.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ void RegionRaftCommandDelegate::handleAdminRaftCmd(const raft_cmdpb::AdminReques

break;
}
case raft_cmdpb::AdminCmdType::Split:
case raft_cmdpb::AdminCmdType::BatchSplit:
{
result.ori_region_range = meta.makeRaftCommandDelegate().regionState().getRange();
Expand Down
2 changes: 1 addition & 1 deletion release-centos7/build/build-tiflash-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mkdir -p ${SRCPATH}/libs/libtiflash-proxy
# upload: curl -F builds/pingcap/tiflash-proxy/{commit-hash}/libtiflash_proxy.so=@libtiflash_proxy.so http://fileserver.pingcap.net/upload

curl -o "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.so" \
http://fileserver.pingcap.net/download/builds/pingcap/tiflash-proxy/3b0917ef6237e7321cf202b9c586139c9a4061d9/libtiflash_proxy.so
http://fileserver.pingcap.net/download/builds/pingcap/tiflash-proxy/146b2b417dd15b9ad6ae877fca3e0469b3a91829/libtiflash_proxy.so
chmod 0731 "${SRCPATH}/libs/libtiflash-proxy/libtiflash_proxy.so"

build_dir="$SRCPATH/release-centos7/build-release"
Expand Down

0 comments on commit 2d30a83

Please sign in to comment.