Member since
03-07-2016
4
Posts
1
Kudos Received
0
Solutions
03-21-2016
11:43 AM
Thanks, but like I posted last week, that only seems to address one of the timeouts. There appear to be others that I do not know how to set. Any ideas? thanks, Nelson
... View more
03-14-2016
06:02 AM
That helped some, but hen I run a SQL query on each table in Apache Phoenix, all queries work except one, which returns error: java.net .SocketTimeoutException: callTimeout=60000, callDuration=60304: row '1455896856429_192.87.106.229_3976241770750533' on table 'rawnetflow' Caused by: java.net .SocketTimeoutException: callTimeout=60000, callDuration=60304: row '1455896856429_192.87.106.229_3976241770750533' on table 'rawnetflow' Configuration property "HBase RegionServer Lease Period" is set to 3600000 ms (60 mins), "HBase RegionServer Handler Count" is set to 60, "RPC Timeout" is set to 3600000 ms (60 mins), "hbase.client.operation.timeout" is set to 1200000ms (20mins), "phoenix.query.timeoutMS" is set to 600000ms (10 mins), "phoenix.query.KeepAliveMs" is set to 600000ms (10 mins). Where is that 60000ms timer being set?
... View more
03-10-2016
10:04 AM
I'm seeing a similar problem: HBase throws a error when we query one large table. The error is as follows: ERROR: Call id=58, waitTime=60001, operationTimeout=60000 expired. Configuration property "HBase RegionServer Lease Period" is set to 3600000 ms, "HBase RegionServer Handler Count" is set to 60, "RPC Timeout" is set to 3600000 ms. How to fix this problem? How do I set up "operationTimeout" for HBase?
... View more