[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-12 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-18899:
--
   Resolution: Fixed
Fix Version/s: 3.0.0
   Status: Resolved  (was: Patch Available)

Committed to master

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Affects Versions: 3.0.0
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
>  Labels: performance
> Fix For: 3.0.0
>
> Attachments: HIVE-18899.1.patch, HIVE-18899.2.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-08 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-18899:
--
Attachment: HIVE-18899.2.patch

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Affects Versions: 3.0.0
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
>  Labels: performance
> Attachments: HIVE-18899.1.patch, HIVE-18899.2.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-07 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-18899:
---
Affects Version/s: 3.0.0

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Affects Versions: 3.0.0
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
>  Labels: performance
> Attachments: HIVE-18899.1.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-07 Thread Gopal V (JIRA)

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

Gopal V updated HIVE-18899:
---
Labels: performance  (was: )

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Affects Versions: 3.0.0
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
>  Labels: performance
> Attachments: HIVE-18899.1.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-07 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-18899:
--
Attachment: HIVE-18899.1.patch

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
> Attachments: HIVE-18899.1.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-18899) Separate FetchWork required for each query that uses the results cache

2018-03-07 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-18899:
--
Status: Patch Available  (was: Open)

> Separate FetchWork required for each query that uses the results cache
> --
>
> Key: HIVE-18899
> URL: https://issues.apache.org/jira/browse/HIVE-18899
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Jason Dere
>Assignee: Jason Dere
>Priority: Major
> Attachments: HIVE-18899.1.patch
>
>
> [~gopalv] found issues when running lots of concurrent queries against HS2 
> with the query cache. Looks like the FetchWork held by the results cache 
> cannot be shared between multiple queries because it contains a 
> ListSinkOperator that is used to hold the results of a fetch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)