Skip to content

Commit

Permalink
Fix proxy panic when meet TiFlashApplyRes::NotFound. (#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Tong Zhigao <[email protected]>

Co-authored-by: Tong Zhigao <[email protected]>
  • Loading branch information
ti-srebot and solotzg authored Jun 22, 2020
1 parent ffc9204 commit edfe550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
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/a1192bd198f42cd3921129b0ecceffa9a386588e/libtiflash_proxy.so
http://fileserver.pingcap.net/download/builds/pingcap/tiflash-proxy/c49475dcc6a846cdeaf823bf65ecb47b43c9e977/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 edfe550

Please sign in to comment.