Re: +How can I abort pending procedures?

2018-12-10 Thread Xu Cang
Hi Hossein, If you are facing this issue for HBase branch-1. You could not use hbck2. And be aware, some procedures are not abortable. The most practical solution to your issue it to follow what Wellington mentioned above. Removing the "/hbase/MasterProcWALs" will remove all master procedures for

Re: +How can I abort pending procedures?

2018-12-10 Thread Wellington Chevreuil
Hi Hossein, for which hbase version are you facing this issue? Removing "/hbase/MasterProcWALs" would probably help sort the mentioned error, but there might be some risk of creating other inconsistencies, depending on which procedures are running. Does list_procedures command show any "running" pr

Re: +How can I abort pending procedures?

2018-12-09 Thread Sakthi Vel
Hi Hossein, Aborting procedures can be dangerous (specially if the procedure is not rolled back). AFAIK, you can use hbck2(apache/hbase-operator-tools) tool to abort a procedure using the ('bypass') option. I would like to quote the official hbck2 doc here: bypass [OPTIONS] ... Options:

+How can I abort pending procedures?

2018-12-09 Thread Hossein Zolfi
Hi, I run hbase performance tools, and thousands tables have been created. And our cluster is currently in inconsistent state (We dont know what is the cause but we try found it), at first I try to disable/drop created tables (1700 tables) but nothing done. list_procedure show 492 rows, and It's no