fix: retry on unknown error (#4138)

This commit is contained in:
Weny Xu
2024-06-13 19:15:38 +08:00
committed by GitHub
parent 573e25a40f
commit 1f315e300f

View File

@@ -192,6 +192,9 @@ impl Error {
} | Self::RegionServer {
code: Code::Unavailable,
..
} | Self::RegionServer {
code: Code::Unknown,
..
}
)
}