[
https://issues.apache.org/jira/browse/KYLIN-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
chaoli updated KYLIN-2814:
--------------------------
Description:
here is error log which I added to find why sync wipe cache ofthen fails :
{code:java}
Thread failed during wipe cache at java.lang.IllegalStateException: Inval
{code}
id use of BasicClientConnManager: connection still allocated.
so I add some code to make sure connection to be released
my patch address is :[link title|https://github.com/apache/kylin/pull/63]
was:
here is error log which I added to find why sync wipe cache ofthen fails
```
Thread failed during wipe cache at java.lang.IllegalStateException: Invalid use
of BasicClientConnManager: connection still allocated.
```
so I add some code to make sure connection to be released
my patch address is :[link title|https://github.com/apache/kylin/pull/63]
> connection still allocated when sync wipe cache
> ------------------------------------------------
>
> Key: KYLIN-2814
> URL: https://issues.apache.org/jira/browse/KYLIN-2814
> Project: Kylin
> Issue Type: Bug
> Reporter: chaoli
>
> here is error log which I added to find why sync wipe cache ofthen fails :
> {code:java}
> Thread failed during wipe cache at java.lang.IllegalStateException: Inval
> {code}
> id use of BasicClientConnManager: connection still allocated.
> so I add some code to make sure connection to be released
> my patch address is :[link title|https://github.com/apache/kylin/pull/63]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)