Skip to content

Commit

Permalink
fix: retry on unknown error (#4138)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu authored Jun 13, 2024
1 parent 573e25a commit 1f315e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ impl Error {
} | Self::RegionServer {
code: Code::Unavailable,
..
} | Self::RegionServer {
code: Code::Unknown,
..
}
)
}
Expand Down

0 comments on commit 1f315e3

Please sign in to comment.