We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38de483 commit ffec8d5Copy full SHA for ffec8d5
src/sdam/description/topology/mod.rs
@@ -208,6 +208,8 @@ impl TopologyDescription {
208
209
/// Check the cluster for a compatibility error, and record the error message if one is found.
210
fn check_compatibility(&mut self) {
211
+ self.compatibility_error = None;
212
+
213
for server in self.servers.values() {
214
let error_message = server.compatibility_error_message();
215
0 commit comments