Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GODRIVER-2432 Improve panic handling in background processes #1471

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GODRIVER-2432 Remove commented message
  • Loading branch information
prestonvasquez committed Nov 14, 2023
commit 1008e4196e084f578256dacd4599185f2855a762
1 change: 0 additions & 1 deletion x/mongo/driver/topology/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ func logUnexpectedFailure(log *logger.Logger, msg string, callbacks ...func()) {
return
}

//msg := fmt.Sprintf("Encountered unexpected failure updating server: %v", recover())
log.Print(logger.LevelInfo, logger.ComponentTopology, fmt.Sprintf("%s: %v", msg, r))
}

Expand Down
Loading