Re: Is it necessary to use an individual wait time for each procedure

2015-09-24 Thread Jingcheng Du
-necessary-to-use-an-individual-wait-time-for-each-procedure-tp4074899p4074901.html Sent from the HBase Developer mailing list archive at Nabble.com.

Re: Is it necessary to use an individual wait time for each procedure

2015-09-24 Thread Ted Yu
Looking at master branch: this.operationTimeout = this.conf.getInt(HConstants. HBASE_CLIENT_OPERATION_TIMEOUT, HConstants.DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT); If I read code correctly, HBaseAdmin.execProcedure() uses the above. Which procedure were you checking ? Cheers On Thu

Is it necessary to use an individual wait time for each procedure

2015-09-24 Thread Du, Jingcheng
Hi all, Currently HBaseAdmin.execProcedure uses a default wait time (SnapshotDescriptionUtils.DEFAULT_MAX_WAIT_TIME) for all procedure calls. Should we use an individual value for each procedure? I guess, we could add a return value for MasterProcedureManager.execProcedure which is a long t