Skip to content

Commit

Permalink
update hbtop to 2.2.0-mdh3.2-SNAPSHOT and fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghao Zhang committed Sep 9, 2019
1 parent df39a58 commit 8a7b4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion hbase-hbtop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase-build-configuration</artifactId>
<groupId>org.apache.hbase</groupId>
<version>2.2.1</version>
<version>2.2.0-mdh3.2-SNAPSHOT</version>
<relativePath>../hbase-build-configuration</relativePath>
</parent>
<artifactId>hbase-hbtop</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,6 @@ private void restoreSnapshotAcl(final MasterProcedureEnv env) throws IOException
}
}

/**
* The procedure could be restarted from a different machine. If the variable is null, we need to
* retrieve it.
* @return traceEnabled
*/
private Boolean isTraceEnabled() {
if (traceEnabled == null) {
traceEnabled = LOG.isTraceEnabled();
}
return traceEnabled;
}

public SnapshotDescription getSnapshot() {
return this.snapshot;
}
Expand Down

0 comments on commit 8a7b4a3

Please sign in to comment.