HBASE-23199 Error populating Table-Attribute fields (#741)

Signed-off-by: GuangxuCheng  <guangxucheng@gmail.com>
This commit is contained in:
Karthik Palanisamy 2019-10-28 20:31:25 -07:00 committed by Guangxu Cheng
parent a881678ef4
commit 02370911b0
1 changed files with 3 additions and 4 deletions

View File

@ -368,8 +368,7 @@ if (fqtn != null && master.isInitialized()) {
</tr>
<%
}
if (quota.hasThrottle()) {
if (quota != null && quota.hasThrottle()) {
List<ThrottleSettings> throttles = QuotaSettingsFactory.fromTableThrottles(table.getName(), quota.getThrottle());
if (throttles.size() > 0) {
%>
@ -401,8 +400,8 @@ if (fqtn != null && master.isInitialized()) {
</tr>
<%
}
}
}
}
}
%>
</table>
<h2>Table Schema</h2>