mirror of https://github.com/apache/druid.git
log errors in asyncForwardingServlet
This commit is contained in:
parent
465ac77b82
commit
95a09c04bf
|
@ -373,6 +373,7 @@ public class AsyncQueryForwardingServlet extends HttpServlet
|
|||
Throwable e
|
||||
)
|
||||
{
|
||||
log.error(e, "Error processing query response");
|
||||
// throwing an exception here may cause resource leak
|
||||
try {
|
||||
handleException(objectMapper, asyncContext, e);
|
||||
|
|
Loading…
Reference in New Issue