HBASE-20114 Fix IllegalFormatConversionException in rsgroup.jsp - revert premature commit
This commit is contained in:
parent
4ec2eeef63
commit
9e9b347d66
|
@ -254,7 +254,7 @@
|
|||
%>
|
||||
<tr>
|
||||
<td><a href="<%= url %>"><%= serverName.getServerName() %></a></td>
|
||||
<td><%= sl.getRequestCountPerSecond() %></td>
|
||||
<td><%= String.format("%.0f", sl.getRequestCountPerSecond()) %></td>
|
||||
<td><%= readRequestCount %></td>
|
||||
<td><%= writeRequestCount %></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue