Skip to content

Commit ffec8d5

Browse files
freakmaxisaghm
authored andcommitted
fixed for compatibility_error recover
1 parent 38de483 commit ffec8d5

File tree

1 file changed

+2
-0
lines changed
  • src/sdam/description/topology

1 file changed

+2
-0
lines changed

src/sdam/description/topology/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ impl TopologyDescription {
208208

209209
/// Check the cluster for a compatibility error, and record the error message if one is found.
210210
fn check_compatibility(&mut self) {
211+
self.compatibility_error = None;
212+
211213
for server in self.servers.values() {
212214
let error_message = server.compatibility_error_message();
213215

0 commit comments

Comments
 (0)