-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Error Handling
In the mongo/collection.go file there are a number of places where we invoke a function and do not handle the case of a panic occurring. Since any unhandled panic will crash the process, we need to handle these panics, even if we throw it out.
Additionally, we might want to change these methods so they are always concurrent and use channels to send the results back to the caller.
- is related to
-
GODRIVER-204 Eliminate internal use of panic() wherever possible
- Closed
- related to
-
GODRIVER-2432 Improve panic handling in background processes
- Closed