-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.3.2
-
Component/s: JavaScript, Shell
-
None
There are a bunch of places in v8_db.cpp that catch exceptions and then blindly throw a v8 exception that always just says "socket exception". In some of my testing, this was reporting "socket exception" even on other types of errors. Should be trivial to at least take the error message out of the caught exception and use that instead (this is what we do in spidermonkey).
- duplicates
-
SERVER-7843 any V8 error during a query from the shell results in "new socket error on query"
- Closed