We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2b290 commit b18681cCopy full SHA for b18681c
hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -356,8 +356,7 @@ if (fqtn != null && master.isInitialized()) {
356
</tr>
357
<%
358
}
359
-
360
- if (quota.hasThrottle()) {
+ if (quota != null && quota.hasThrottle()) {
361
List<ThrottleSettings> throttles = QuotaSettingsFactory.fromTableThrottles(table.getName(), quota.getThrottle());
362
if (throttles.size() > 0) {
363
%>
@@ -389,8 +388,8 @@ if (fqtn != null && master.isInitialized()) {
389
388
390
391
392
- }
393
+ }
394
395
</table>
396
<h2>Table Schema</h2>
0 commit comments