-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61936/
-----------------------------------------------------------
Review request for lens.
Bugs: LENS-1465
https://issues.apache.org/jira/browse/LENS-1465
Repository: lens
Description
-------
Sync queries taking more time than timeout are blocking threads due to a
deadlock. Each sync query is blocking one thread from jdbc execution pool and
one thread from query completion pool.
Diffs
-----
lens-server-api/src/main/java/org/apache/lens/server/api/query/QueryContext.java
466fb25992dd3aa89813fe0bbd6aa65bead4d375
Diff: https://reviews.apache.org/r/61936/diff/1/
Testing
-------
Thanks,
Rajat Khandelwal