Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1-incubating
-
None
Description
The issue can be easily reproduced by submitting a query that throws an exception with a null message, e.g.
:> throw new RuntimeException()
This results in a NPE on the client end in GryoMessageSerializerV1d0.dese
rializeResponse
The offending code is the invocation of .intern() on statusMsg on line 208
There are several ways to fix this problem, but I don't see the utility behind interning the message so I suggest removing the call to intern.
Attachments
Issue Links
- is related to
-
TINKERPOP-814 ConnectionPool can fill with dead Connections
- Closed