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
|
Throwable e
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
log.error(e, "Error processing query response");
|
||||||
// throwing an exception here may cause resource leak
|
// throwing an exception here may cause resource leak
|
||||||
try {
|
try {
|
||||||
handleException(objectMapper, asyncContext, e);
|
handleException(objectMapper, asyncContext, e);
|
||||||
|
|
Loading…
Reference in New Issue