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

Min Zhou updated TAJO-537:
--------------------------

    Description: 
 I ran a big query applied this patch, still OOM.  This is because if the 
quantity of different connections is large, Hyoungjun's patch won't help. 
Different connection create different thread pool.
Actually, we can share the thread pool among all the clients.

  was:
 I ran a big query applied this patch, still OOM.  This is because if the 
quantity of different connections is large, this patch won't help. 
Actually, we can share the thread pool among all the clients.


> After TAJO-522,  still OutOfMemoryError: unable to create new native thread
> ---------------------------------------------------------------------------
>
>                 Key: TAJO-537
>                 URL: https://issues.apache.org/jira/browse/TAJO-537
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Min Zhou
>            Priority: Critical
>         Attachments: TAJO-537.patch
>
>
>  I ran a big query applied this patch, still OOM.  This is because if the 
> quantity of different connections is large, Hyoungjun's patch won't help. 
> Different connection create different thread pool.
> Actually, we can share the thread pool among all the clients.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to