HBASE-28253: HBCK2 filesystem command to fix version file fails when Master in not up.#139
HBASE-28253: HBCK2 filesystem command to fix version file fails when Master in not up.#139robin7roy wants to merge 1 commit intoapache:masterfrom
Conversation
…Master in not up. Removed the check for HBCK support in the filesystem command as it causes issues while trying to run command filesystem -f which doesn't need master to be up. Filesystem checks are all offline and doesn't need the master.
|
🎊 +1 overall
This message was automatically generated. |
|
Any file system struct specific new stuff that we leverage in HBCK2 check/fix? I dont think so |
|
Yeah no new stuff specific to HBCK2, we are still using the hbck1 codebase for filesystem checks
|
There was a problem hiding this comment.
There's already a -s|--skip option in hbck2 for skipping the check (see here). I would rather modify checkHBCKSupport to mention this option in case of master connection failure.
Ohh missed this option, will make the needful changes in |
Removed the check for HBCK support in the filesystem command as it causes issues while trying to run command filesystem -f which doesn't need master to be up. Filesystem checks are all offline and doesn't need the master.