Jacques Nadeau created DRILL-3242:
-------------------------------------
Summary: Enhance RPC layer to offload all request work onto a separate thread.
Key: DRILL-3242
URL: https://issues.apache.org/jira/browse/DRILL-3242
Project: Apache Drill
Issue Type: Improvement
Components: Execution - RPC
Reporter: Jacques Nadeau
Assignee: Jacques Nadeau
Fix For: 1.1.0
Right now, the app is responsible for ensuring that very small amounts of work are done on
the RPC thread. In some cases, the app doesn't do this correctly. Additionally, in high
load situations these small amounts of work become no trivial. As such, we need to make RPC
layer protect itself from slow requests/responses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|