RE: How to set Timeout for get/scan operations without impacting others

2015-05-27 Thread Fang, Mike
Thanks Ted. From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Thursday, May 28, 2015 6:12 AM To: Fang, Mike Cc: user@hbase.apache.org; Dai, Kevin; Huang, Jianshi Subject: Re: How to set Timeout for get/scan operations without impacting others Mike: Please take a look at HBASE-13783 FYI On Mon

Re: How to set Timeout for get/scan operations without impacting others

2015-05-27 Thread Ted Yu
...@gmail.com] *Sent:* Tuesday, May 19, 2015 9:29 AM *To:* Fang, Mike *Cc:* user@hbase.apache.org; Dai, Kevin; Huang, Jianshi *Subject:* Re: How to set Timeout for get/scan operations without impacting others bq. Caused by: java.io.IOException: Invalid HFile block magic: \x00\x00\x00\x00

Re: How to set Timeout for get/scan operations without impacting others

2015-05-18 Thread Ted Yu
hbase.client.operation.timeout is used by HBaseAdmin operations, by RegionReplicaFlushHandler and by various HTable operations (including Get). hbase.rpc.timeout is for the RPC layer to define how long HBase client applications take for a remote call to time out. It uses pings to check

Re: How to set Timeout for get/scan operations without impacting others

2015-05-18 Thread Ted Yu
@hbase.apache.org *Cc:* Fang, Mike; Dai, Kevin *Subject:* Re: How to set Timeout for get/scan operations without impacting others hbase.client.operation.timeout is used by HBaseAdmin operations, by RegionReplicaFlushHandler and by various HTable operations (including Get). hbase.rpc.timeout

RE: How to set Timeout for get/scan operations without impacting others

2015-05-18 Thread Fang, Mike
@hbase.apache.orgmailto:user@hbase.apache.org Cc: Fang, Mike; Dai, Kevin Subject: Re: How to set Timeout for get/scan operations without impacting others hbase.client.operation.timeout is used by HBaseAdmin operations, by RegionReplicaFlushHandler and by various HTable operations (including Get

RE: How to set Timeout for get/scan operations without impacting others

2015-05-18 Thread Fang, Mike
[mailto:yuzhih...@gmail.com] Sent: Monday, May 18, 2015 11:55 PM To: user@hbase.apache.org Cc: Fang, Mike; Dai, Kevin Subject: Re: How to set Timeout for get/scan operations without impacting others hbase.client.operation.timeout is used by HBaseAdmin operations, by RegionReplicaFlushHandler