HBASE-20114 Fix IllegalFormatConversionException in rsgroup.jsp - revert premature commit

This commit is contained in:
tedyu 2018-03-02 12:07:16 -08:00
parent 4ec2eeef63
commit 9e9b347d66
1 changed files with 1 additions and 1 deletions

View File

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