You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/09/09 04:21:57 UTC

[1/2] git commit: fix stress metrics format strings

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 c1c337536 -> 4bdbdc1e3


fix stress metrics format strings


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

Branch: refs/heads/cassandra-2.1
Commit: 852f084f03f8b71b2275fd2e51fd0f2c08e0a0ab
Parents: 0580fb2
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Mon Sep 8 22:20:29 2014 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Mon Sep 8 22:20:29 2014 -0400

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/StressMetrics.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/852f084f/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java b/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
index a9edfc6..dd3b867 100644
--- a/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
+++ b/tools/stress/src/org/apache/cassandra/stress/StressMetrics.java
@@ -132,8 +132,8 @@ public class StressMetrics
 
     // PRINT FORMATTING
 
-    public static final String HEADFORMAT = "%-10s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%7s,%9s";
-    public static final String ROWFORMAT =  "%-10d,%8.0f,%8.0f,%8.0f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%7.1f,%9.5f";
+    public static final String HEADFORMAT = "%-10s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%8s,%7s,%9s";
+    public static final String ROWFORMAT =  "%-10d,%8.0f,%8.0f,%8.0f,%8.0f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%8.1f,%7.1f,%9.5f";
 
     private static void printHeader(String prefix, PrintStream output)
     {


[2/2] git commit: Merge branch 'cassandra-2.1.0' into cassandra-2.1

Posted by db...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: 4bdbdc1e397902ff35623878c7264324bf675afd
Parents: c1c3375 852f084
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Mon Sep 8 22:21:13 2014 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Mon Sep 8 22:21:13 2014 -0400

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/StressMetrics.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------