Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.13.0
-
None
-
None
Description
I run two queries and it is run sequentially. Result is returned for first query then result of second query is returned.
I 'm running drill in one node filesystem storage and I have parquet files for query.
After some digging I discovered that Drill Rest API is locked during an execution of a request and runs requests sequentially. Is it necessary?