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_r308312786
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java
##########
@@ -277,6 +277,6 @@ public long getCheckingStartTimestamp() {
* Used for web ui to show when the HBCK checking report generated.
*/
public long getCheckingEndTimestamp() {
- return this.checkingStartTimestamp;
+ return this.checkingEndTimestamp;
Review comment:
Good
----------------------------------------------------------------
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