You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2015/02/09 19:31:35 UTC

[jira] [Updated] (HIVE-9621) HiveServer2 http mode - embedded jetty should use SynchronousQueue

     [ https://issues.apache.org/jira/browse/HIVE-9621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta updated HIVE-9621:
-----------------------------------
    Description: 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.  (was: Noticed an unreproducible bug, 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
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)