[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-24 Thread Jira


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

László Bodor updated HIVE-27993:

Fix Version/s: 4.0.0

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
> Attachments: HIVE-27993.01.patch
>
>
> Similar to Tez TEZ-4394, and 
> [Hadoop|https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353],
>  [Hive LLAP 
> ShuffleHandler|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]
>  should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-10 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-27993:
--
Labels: pull-request-available  (was: )

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
>  Labels: pull-request-available
> Attachments: HIVE-27993.01.patch
>
>
> Similar to Tez TEZ-4394, and 
> [Hadoop|https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353],
>  [Hive LLAP 
> ShuffleHandler|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]
>  should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-10 Thread Anmol Sundaram (Jira)


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

Anmol Sundaram updated HIVE-27993:
--
Attachment: HIVE-27993.01.patch

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
> Attachments: HIVE-27993.01.patch
>
>
> Similar to Tez TEZ-4394, and 
> [Hadoop|https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353],
>  [Hive LLAP 
> ShuffleHandler|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]
>  should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-10 Thread Anmol Sundaram (Jira)


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

Anmol Sundaram updated HIVE-27993:
--
Description: Similar to Tez TEZ-4394, and 
[Hadoop|https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353],
 [Hive LLAP 
ShuffleHandler|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]
 should also use a single thread for boss thread pool.   (was: Similar to Tez 
TEZ-4394, and [Hadoop|#L353], [Hive LLAP ShuffleHandler|#L299] should also use 
a single thread for boss thread pool. )

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
>
> Similar to Tez TEZ-4394, and 
> [Hadoop|https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353],
>  [Hive LLAP 
> ShuffleHandler|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]
>  should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-10 Thread Anmol Sundaram (Jira)


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

Anmol Sundaram updated HIVE-27993:
--
Description: Similar to Tez TEZ-4394, and [Hadoop|#L353]], [Hive LLAP 
ShuffleHandler|#L299]] should also use a single thread for boss thread pool.   
(was: Similar to Tez [TEZ-4394|https://issues.apache.org/jira/browse/TEZ-4394], 
and 
[Hadoop|[https://github.com/apache/hadoop/blob/7a0903b7436e7f3fb4f07c40bed2218a2653ba38/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java#L353]],
 [Hive LLAP 
ShuffleHandler|[https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]|https://github.com/apache/hive/blob/cc3f4d1d3b766f444606a4b06341eb8c4ae8148c/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java#L299]should]
 should also use a single thread for boss thread pool. )

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
>
> Similar to Tez TEZ-4394, and [Hadoop|#L353]], [Hive LLAP 
> ShuffleHandler|#L299]] should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (HIVE-27993) Netty4 ShuffleHandler: should use 1 boss thread

2024-01-10 Thread Anmol Sundaram (Jira)


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

Anmol Sundaram updated HIVE-27993:
--
Description: Similar to Tez TEZ-4394, and [Hadoop|#L353], [Hive LLAP 
ShuffleHandler|#L299] should also use a single thread for boss thread pool.   
(was: Similar to Tez TEZ-4394, and [Hadoop|#L353]], [Hive LLAP 
ShuffleHandler|#L299]] should also use a single thread for boss thread pool. )

> Netty4 ShuffleHandler: should use 1 boss thread
> ---
>
> Key: HIVE-27993
> URL: https://issues.apache.org/jira/browse/HIVE-27993
> Project: Hive
>  Issue Type: Bug
>  Components: llap
>Reporter: Anmol Sundaram
>Priority: Major
>
> Similar to Tez TEZ-4394, and [Hadoop|#L353], [Hive LLAP ShuffleHandler|#L299] 
> should also use a single thread for boss thread pool. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)