saintstack commented on a change in pull request #425: HBASE-22737 Add a new
admin method and shell cmd to trigger the hbck …
URL: https://github.com/apache/hbase/pull/425#discussion_r308313547
##########
File path: hbase-shell/src/main/ruby/hbase/admin.rb
##########
@@ -266,6 +266,12 @@ def in_maintenance_mode?
@admin.isMasterInMaintenanceMode
end
+
#----------------------------------------------------------------------------------------------
+ # Request HBCK chore to run
+ def hbck_chore_run
+ @admin.runHbckChore
Review comment:
Yeah, good question by @duo regards whether it should be in hbcksevice or
not. It probably should?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services