Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 1146625c4 -> b325ae559


HBASE-20114 Fix IllegalFormatConversionException in rsgroup.jsp
Repplication. Was reverted earlier.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b325ae55
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b325ae55
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b325ae55

Branch: refs/heads/branch-2.0
Commit: b325ae5593aee52137079d20b19564bf8291e3cb
Parents: 1146625
Author: haxiaolin <haxiao...@xiaomi.com>
Authored: Fri Mar 2 11:21:12 2018 +0800
Committer: Michael Stack <st...@apache.org>
Committed: Thu Mar 8 09:27:51 2018 -0800

----------------------------------------------------------------------
 hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b325ae55/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp 
b/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
index 7b7e227..43753a5 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
@@ -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>

Reply via email to