Changes
[iotcloud.git] / version2 / src / java / light_fan_embed_benchmark / LightsController.java
index 69eed6f0db7e2645a8aed25afafafc67a883f648..46df781187376e224e522ab6ef8bdce863c6cb3a 100644 (file)
@@ -117,6 +117,9 @@ class LightsController {
 
 
 
+        // Table t2 = new Table("http://dc-6.calit2.uci.edu/test.iotcloud/", "reallysecret", 400, -1);
+        // t2.rebuild();
+
 
         while (true) {
 
@@ -127,11 +130,16 @@ class LightsController {
                 String pingTimer = Long.toString(System.currentTimeMillis());
                 IoTString ipingTimer = new IoTString(pingTimer);
 
-                t1.update();
+                // t1.update();
                 t1.startTransaction();
                 t1.addKV(ipingTimerKey, ipingTimer);
                 t1.commitTransaction();
 
+                // // t2.update();
+                // t2.startTransaction();
+                // t2.addKV(ipingTimerKey, ipingTimer);
+                // t2.commitTransaction();
+