Skip to content

Commit 819810e

Browse files
nhachichavbabanin
andauthored
Update driver-core/src/main/com/mongodb/internal/connection/DefaultSdamServerDescriptionManager.java
Co-authored-by: Viacheslav Babanin <[email protected]>
1 parent b24f7ec commit 819810e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/main/com/mongodb/internal/connection/DefaultSdamServerDescriptionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private void handleException(final SdamIssue sdamIssue, final boolean beforeHand
137137
serverMonitor.connect();
138138
} else if (sdamIssue.relatedToNetworkNotTimeout()
139139
|| (beforeHandshake && (sdamIssue.relatedToNetworkTimeout() || sdamIssue.relatedToAuth()))) {
140-
if (sdamIssue.hasBackpressureLabel()) {
140+
if (sdamIssue.hasSystemOverloadedLabel()) {
141141
return;
142142
}
143143
updateDescription(sdamIssue.serverDescription());

0 commit comments

Comments
 (0)