You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by lk_hadoop <lk...@163.com> on 2019/11/06 08:16:55 UTC

how to config the ipc timeout

hi,all:
I'm using apache-kylin-2.6.3-bin-cdh57 ,I meet CallTimeoutException: 
org.apache.kylin.job.exception.PersistentException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=1, exceptions:
Wed Nov 06 11:19:58 GMT+08:00 2019, RpcRetryingCaller{globalStartTime=1573010393489, pause=100, retries=1}, java.io.IOException: Call to bdp-regionserver-06-10-8-50-23/10.8.50.23:60020 failed on local exception: org.apache.hadoop.hbase.ipc.CallTimeoutException: Call id=
180986, waitTime=5001, operationTimeout=5000 expired.

I hive configed the hbase.rpc.timeout at the kylin side hbase-site.xml with value 600000 , but why I got TimeoutException with 5 seconds . 

2019-11-06


lk_hadoop 

Re: Re: how to config the ipc timeout

Posted by lk_hadoop <lk...@163.com>.
@Yaqian_Zhang@126.com thank you very much. 

2019-11-08 

lk_hadoop 



发件人:Yaqian Zhang <Ya...@126.com>
发送时间:2019-11-07 09:49
主题:Re: how to config the ipc timeout
收件人:"user"<us...@kylin.apache.org>
抄送:

Hi:


You can try to adjust "kylin.metadata.hbase-rpc-timeout" to a larger value in kylin.properties,  its default is 5000ms.


And then run metadata/StorageCleanup.


在 2019年11月6日,16:16,lk_hadoop <lk...@163.com> 写道:


hi,all:
I'm using apache-kylin-2.6.3-bin-cdh57 ,I meet CallTimeoutException:
org.apache.kylin.job.exception.PersistentException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=1, exceptions:
Wed Nov 06 11:19:58 GMT+08:00 2019, RpcRetryingCaller{globalStartTime=1573010393489, pause=100, retries=1}, java.io.IOException: Call to bdp-regionserver-06-10-8-50-23/10.8.50.23:60020 failed on local exception: org.apache.hadoop.hbase.ipc.CallTimeoutException: Call id=
180986, waitTime=5001, operationTimeout=5000 expired.

I hive configed the hbase.rpc.timeout at the kylin side hbase-site.xml with value 600000 , but why I got TimeoutException with 5 seconds .

2019-11-06


lk_hadoop

Re: how to config the ipc timeout

Posted by Yaqian Zhang <Ya...@126.com>.
Hi:

You can try to adjust "kylin.metadata.hbase-rpc-timeout" to a larger value in kylin.properties,  its default is 5000ms.

And then run metadata/StorageCleanup.

> 在 2019年11月6日,16:16,lk_hadoop <lk...@163.com> 写道:
> 
> hi,all:
> I'm using apache-kylin-2.6.3-bin-cdh57 ,I meet CallTimeoutException:
> org.apache.kylin.job.exception.PersistentException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=1, exceptions:
> Wed Nov 06 11:19:58 GMT+08:00 2019, RpcRetryingCaller{globalStartTime=1573010393489, pause=100, retries=1}, java.io.IOException: Call to bdp-regionserver-06-10-8-50-23/10.8.50.23:60020 failed on local exception: org.apache.hadoop.hbase.ipc.CallTimeoutException: Call id=
> 180986, waitTime=5001, operationTimeout=5000 expired.
>  
> I hive configed the hbase.rpc.timeout at the kylin side hbase-site.xml with value 600000 , but why I got TimeoutException with 5 seconds .
>  
> 2019-11-06
> lk_hadoop