Skip to content

Commit

Permalink
Merge branch 'raftstore-proxy' into calvin_proactive_flush_part1
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinNeo authored Aug 15, 2023
2 parents 745272e + 15bcdfd commit a2070e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_components/proxy_ffi/src/raftstore_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl RaftStoreProxy {
// We don't use information stored in `GlobalReplicationState` to decouple.
*self.cluster_raftstore_ver.write().unwrap() = RaftstoreVer::Uncertain;
let mut retry_count: u64 = 0;
const RETRY_LIMIT: u64 = 15;
const RETRY_LIMIT: u64 = 40;
let stores = loop {
match self.pd_client.as_ref().unwrap().get_all_stores(false) {
Ok(stores) => break stores,
Expand Down

0 comments on commit a2070e8

Please sign in to comment.