[
https://issues.apache.org/jira/browse/HIVE-9621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thejas M Nair updated HIVE-9621:
--------------------------------
Description: Noticed an unreproducible bug (customer reported), where
HiveServer2 in http mode would accept the incoming tcp connection but would not
allocate a new thread to process the request. Switching from
LinkedBlockingQueue to SynchronousQueue fixes the issue and also simplifies the
threading model. (was: Noticed an unreproducible bug (customer reported),
where jetty has some issue with the currently used LinkedBlockingQueue. Using
SynchronousQueue fixes the issue and also simplifies the threading model.)
> HiveServer2 http mode - embedded jetty should use SynchronousQueue
> ------------------------------------------------------------------
>
> Key: HIVE-9621
> URL: https://issues.apache.org/jira/browse/HIVE-9621
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 1.2.0, 1.1.0
> Reporter: Vaibhav Gumashta
> Assignee: Vaibhav Gumashta
> Fix For: 1.1.0
>
> Attachments: HIVE-9621.1.patch
>
>
> Noticed an unreproducible bug (customer reported), where HiveServer2 in http
> mode would accept the incoming tcp connection but would not allocate a new
> thread to process the request. Switching from LinkedBlockingQueue to
> SynchronousQueue fixes the issue and also simplifies the threading model.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)