HBASE-20114 Fix IllegalFormatConversionException in rsgroup.jsp

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
haxiaolin 2018-03-02 11:21:12 +08:00 committed by tedyu
parent 9927c2e14a
commit 4ec2eeef63
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
%>
<tr>
<td><a href="<%= url %>"><%= serverName.getServerName() %></a></td>
<td><%= String.format("%.0f", sl.getRequestCountPerSecond()) %></td>
<td><%= sl.getRequestCountPerSecond() %></td>
<td><%= readRequestCount %></td>
<td><%= writeRequestCount %></td>
</tr>