You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by 谢良 <xi...@xiaomi.com> on 2012/10/19 05:28:28 UTC

答复: hbase.client.scanner.timeout.period not being respected

Did you rebounce your server cluster ?
Per HregionServer.java code :
    this.scannerLeaseTimeoutPeriod = conf.getInt(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD,
      HConstants.DEFAULT_HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD);
seems this parameter is used by server side as well

I am not an expert on it, hope hopeful for you:)

Best,
Liang
________________________________________
发件人: Bai Shen [baishen.lists@gmail.com]
发送时间: 2012年10月18日 23:25
收件人: user@hbase.apache.org
主题: hbase.client.scanner.timeout.period not being respected

I've set hbase.client.scanner.timeout.period on my client to 300000, but
I'm still getting errors showing that hbase is using the default value of
60000.

Any ideas why this is?

Thanks.