You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "David Laxer (JIRA)" <ji...@apache.org> on 2014/11/04 16:35:34 UTC

[jira] [Created] (SPARK-4218) Build Problems

David Laxer created SPARK-4218:
----------------------------------

             Summary: Build Problems
                 Key: SPARK-4218
                 URL: https://issues.apache.org/jira/browse/SPARK-4218
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.1.0
         Environment: Mac OS X 10.10 Yosemite
            Reporter: David Laxer


Last login: Tue Nov  4 09:17:04 on ttys003
David-Laxers-MacBook-Pro:~ davidlaxer$ cd storm
David-Laxers-MacBook-Pro:storm davidlaxer$ mvn clean install -e
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Storm
[INFO] maven-shade-clojure-transformer
[INFO] Storm Core
[INFO] storm-starter
[INFO] storm-kafka
[INFO] storm-hdfs
[INFO] storm-hbase
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Storm 0.9.3-rc2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storm ---
[INFO] Deleting /Users/davidlaxer/storm/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ storm ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ storm ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ storm ---
[INFO] Installing /Users/davidlaxer/storm/pom.xml to /Users/davidlaxer/.m2/repository/org/apache/storm/storm/0.9.3-rc2-SNAPSHOT/storm-0.9.3-rc2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building maven-shade-clojure-transformer 0.9.3-rc2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-shade-clojure-transformer ---
[INFO] Deleting /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-shade-clojure-transformer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-shade-clojure-transformer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ maven-shade-clojure-transformer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-shade-clojure-transformer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ maven-shade-clojure-transformer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-shade-clojure-transformer ---
[INFO] Surefire report directory: /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ maven-shade-clojure-transformer ---
[INFO] Building jar: /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/target/maven-shade-clojure-transformer-0.9.3-rc2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-shade-clojure-transformer ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ maven-shade-clojure-transformer ---
[INFO] Installing /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/target/maven-shade-clojure-transformer-0.9.3-rc2-SNAPSHOT.jar to /Users/davidlaxer/.m2/repository/org/apache/storm/maven-shade-clojure-transformer/0.9.3-rc2-SNAPSHOT/maven-shade-clojure-transformer-0.9.3-rc2-SNAPSHOT.jar
[INFO] Installing /Users/davidlaxer/storm/storm-buildtools/maven-shade-clojure-transformer/pom.xml to /Users/davidlaxer/.m2/repository/org/apache/storm/maven-shade-clojure-transformer/0.9.3-rc2-SNAPSHOT/maven-shade-clojure-transformer-0.9.3-rc2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Storm Core 0.9.3-rc2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storm-core ---
[INFO] Deleting /Users/davidlaxer/storm/storm-core/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ storm-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ storm-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 1 resource to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ storm-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 474 source files to /Users/davidlaxer/storm/storm-core/target/classes
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- clojure-maven-plugin:1.3.18:compile (compile-clojure) @ storm-core ---
Compiling backtype.storm.daemon.logviewer to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.ui.helpers to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.bootstrap to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.timer to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.clojure to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.config-value to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.rebalance to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.zookeeper to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.acker to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.event to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.LocalDRPC to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.drpc to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.messaging.local to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.scheduler.IsolationScheduler to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.worker to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.messaging.loader to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.kill-topology to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.dev-zookeeper to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.executor to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.common to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.supervisor to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.testing4j to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.activate to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.shell-submission to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.log to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.testing to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.process-simulator to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.tuple to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.deactivate to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.util to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.builtin-metrics to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.scheduler.DefaultScheduler to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.LocalCluster to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.ui.core to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.config to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.stats to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.task to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.disruptor to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.scheduler.EvenScheduler to /Users/davidlaxer/storm/storm-core/target/classes
Compiling storm.trident.testing to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.daemon.nimbus to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.cluster to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.list to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.command.monitor to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.thrift to /Users/davidlaxer/storm/storm-core/target/classes
Compiling backtype.storm.metric.testing to /Users/davidlaxer/storm/storm-core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ storm-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] skip non existing resourceDirectory /Users/davidlaxer/storm/storm-core/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ storm-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /Users/davidlaxer/storm/storm-core/target/test-classes
[WARNING] Note: /Users/davidlaxer/storm/storm-core/test/jvm/backtype/storm/utils/DisruptorQueueTest.java uses unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ storm-core ---
[INFO] Surefire report directory: /Users/davidlaxer/storm/storm-core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running backtype.storm.serialization.GzipBridgeSerializationDelegateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec
Running backtype.storm.utils.DisruptorQueueTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 sec
Running backtype.storm.utils.StormBoundedExponentialBackoffRetryTest
961  [main] WARN  org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (900). Pinning to 29
982  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [10] the maxSleepTimeMs [1000] the maxRetries [900]
982  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - The baseSleepMs [10] the maxSleepMs [1000] the maxRetries [900]
983  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [0] the previousSleepMs [0] the currentSleepMs [11]
983  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [1] the previousSleepMs [11] the currentSleepMs [12]
985  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [2] the previousSleepMs [12] the currentSleepMs [15]
985  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [3] the previousSleepMs [15] the currentSleepMs [18]
986  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [4] the previousSleepMs [18] the currentSleepMs [35]
986  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [5] the previousSleepMs [35] the currentSleepMs [48]
986  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [6] the previousSleepMs [48] the currentSleepMs [78]
987  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [7] the previousSleepMs [78] the currentSleepMs [179]
987  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [8] the previousSleepMs [179] the currentSleepMs [266]
987  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [9] the previousSleepMs [266] the currentSleepMs [267]
988  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [10] the previousSleepMs [267] the currentSleepMs [268]
988  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [11] the previousSleepMs [268] the currentSleepMs [269]
991  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [12] the previousSleepMs [269] the currentSleepMs [270]
992  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [13] the previousSleepMs [270] the currentSleepMs [271]
992  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [14] the previousSleepMs [271] the currentSleepMs [272]
992  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [15] the previousSleepMs [272] the currentSleepMs [273]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [16] the previousSleepMs [273] the currentSleepMs [274]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [17] the previousSleepMs [274] the currentSleepMs [275]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [18] the previousSleepMs [275] the currentSleepMs [276]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [19] the previousSleepMs [276] the currentSleepMs [277]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [20] the previousSleepMs [277] the currentSleepMs [278]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [21] the previousSleepMs [278] the currentSleepMs [279]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [22] the previousSleepMs [279] the currentSleepMs [280]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [23] the previousSleepMs [280] the currentSleepMs [281]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [24] the previousSleepMs [281] the currentSleepMs [282]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [25] the previousSleepMs [282] the currentSleepMs [283]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [26] the previousSleepMs [283] the currentSleepMs [284]
993  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [27] the previousSleepMs [284] the currentSleepMs [285]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [28] the previousSleepMs [285] the currentSleepMs [286]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [29] the previousSleepMs [286] the currentSleepMs [287]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [30] the previousSleepMs [287] the currentSleepMs [288]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [31] the previousSleepMs [288] the currentSleepMs [289]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [32] the previousSleepMs [289] the currentSleepMs [290]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [33] the previousSleepMs [290] the currentSleepMs [291]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [34] the previousSleepMs [291] the currentSleepMs [292]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [35] the previousSleepMs [292] the currentSleepMs [293]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [36] the previousSleepMs [293] the currentSleepMs [294]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [37] the previousSleepMs [294] the currentSleepMs [295]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [38] the previousSleepMs [295] the currentSleepMs [296]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [39] the previousSleepMs [296] the currentSleepMs [297]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [40] the previousSleepMs [297] the currentSleepMs [298]
994  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [41] the previousSleepMs [298] the currentSleepMs [299]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [42] the previousSleepMs [299] the currentSleepMs [300]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [43] the previousSleepMs [300] the currentSleepMs [301]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [44] the previousSleepMs [301] the currentSleepMs [302]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [45] the previousSleepMs [302] the currentSleepMs [303]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [46] the previousSleepMs [303] the currentSleepMs [304]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [47] the previousSleepMs [304] the currentSleepMs [305]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [48] the previousSleepMs [305] the currentSleepMs [306]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [49] the previousSleepMs [306] the currentSleepMs [307]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [50] the previousSleepMs [307] the currentSleepMs [308]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [51] the previousSleepMs [308] the currentSleepMs [309]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [52] the previousSleepMs [309] the currentSleepMs [310]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [53] the previousSleepMs [310] the currentSleepMs [311]
995  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [54] the previousSleepMs [311] the currentSleepMs [312]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [55] the previousSleepMs [312] the currentSleepMs [313]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [56] the previousSleepMs [313] the currentSleepMs [314]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [57] the previousSleepMs [314] the currentSleepMs [315]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [58] the previousSleepMs [315] the currentSleepMs [316]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [59] the previousSleepMs [316] the currentSleepMs [317]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [60] the previousSleepMs [317] the currentSleepMs [318]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [61] the previousSleepMs [318] the currentSleepMs [319]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [62] the previousSleepMs [319] the currentSleepMs [320]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [63] the previousSleepMs [320] the currentSleepMs [321]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [64] the previousSleepMs [321] the currentSleepMs [322]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [65] the previousSleepMs [322] the currentSleepMs [323]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [66] the previousSleepMs [323] the currentSleepMs [324]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [67] the previousSleepMs [324] the currentSleepMs [325]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [68] the previousSleepMs [325] the currentSleepMs [326]
996  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [69] the previousSleepMs [326] the currentSleepMs [327]
997  [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [70] the previousSleepMs [327] the currentSleepMs [328]
1006 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [71] the previousSleepMs [328] the currentSleepMs [329]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [72] the previousSleepMs [329] the currentSleepMs [330]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [73] the previousSleepMs [330] the currentSleepMs [331]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [74] the previousSleepMs [331] the currentSleepMs [332]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [75] the previousSleepMs [332] the currentSleepMs [333]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [76] the previousSleepMs [333] the currentSleepMs [334]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [77] the previousSleepMs [334] the currentSleepMs [335]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [78] the previousSleepMs [335] the currentSleepMs [336]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [79] the previousSleepMs [336] the currentSleepMs [337]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [80] the previousSleepMs [337] the currentSleepMs [338]
1007 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [81] the previousSleepMs [338] the currentSleepMs [339]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [82] the previousSleepMs [339] the currentSleepMs [340]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [83] the previousSleepMs [340] the currentSleepMs [341]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [84] the previousSleepMs [341] the currentSleepMs [342]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [85] the previousSleepMs [342] the currentSleepMs [343]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [86] the previousSleepMs [343] the currentSleepMs [344]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [87] the previousSleepMs [344] the currentSleepMs [345]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [88] the previousSleepMs [345] the currentSleepMs [346]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [89] the previousSleepMs [346] the currentSleepMs [347]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [90] the previousSleepMs [347] the currentSleepMs [348]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [91] the previousSleepMs [348] the currentSleepMs [349]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [92] the previousSleepMs [349] the currentSleepMs [350]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [93] the previousSleepMs [350] the currentSleepMs [351]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [94] the previousSleepMs [351] the currentSleepMs [352]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [95] the previousSleepMs [352] the currentSleepMs [353]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [96] the previousSleepMs [353] the currentSleepMs [354]
1008 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [97] the previousSleepMs [354] the currentSleepMs [355]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [98] the previousSleepMs [355] the currentSleepMs [356]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [99] the previousSleepMs [356] the currentSleepMs [357]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [100] the previousSleepMs [357] the currentSleepMs [358]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [101] the previousSleepMs [358] the currentSleepMs [359]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [102] the previousSleepMs [359] the currentSleepMs [360]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [103] the previousSleepMs [360] the currentSleepMs [361]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [104] the previousSleepMs [361] the currentSleepMs [362]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [105] the previousSleepMs [362] the currentSleepMs [363]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [106] the previousSleepMs [363] the currentSleepMs [364]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [107] the previousSleepMs [364] the currentSleepMs [365]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [108] the previousSleepMs [365] the currentSleepMs [366]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [109] the previousSleepMs [366] the currentSleepMs [367]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [110] the previousSleepMs [367] the currentSleepMs [368]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [111] the previousSleepMs [368] the currentSleepMs [369]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [112] the previousSleepMs [369] the currentSleepMs [370]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [113] the previousSleepMs [370] the currentSleepMs [371]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [114] the previousSleepMs [371] the currentSleepMs [372]
1009 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [115] the previousSleepMs [372] the currentSleepMs [373]
1010 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [116] the previousSleepMs [373] the currentSleepMs [374]
1010 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [117] the previousSleepMs [374] the currentSleepMs [375]
1010 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [118] the previousSleepMs [375] the currentSleepMs [376]
1010 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [119] the previousSleepMs [376] the currentSleepMs [377]
1045 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [120] the previousSleepMs [377] the currentSleepMs [378]
1048 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [121] the previousSleepMs [378] the currentSleepMs [379]
1049 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [122] the previousSleepMs [379] the currentSleepMs [380]
1049 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [123] the previousSleepMs [380] the currentSleepMs [381]
1059 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [124] the previousSleepMs [381] the currentSleepMs [382]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [125] the previousSleepMs [382] the currentSleepMs [383]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [126] the previousSleepMs [383] the currentSleepMs [384]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [127] the previousSleepMs [384] the currentSleepMs [385]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [128] the previousSleepMs [385] the currentSleepMs [386]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [129] the previousSleepMs [386] the currentSleepMs [387]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [130] the previousSleepMs [387] the currentSleepMs [388]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [131] the previousSleepMs [388] the currentSleepMs [389]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [132] the previousSleepMs [389] the currentSleepMs [390]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [133] the previousSleepMs [390] the currentSleepMs [391]
1060 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [134] the previousSleepMs [391] the currentSleepMs [392]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [135] the previousSleepMs [392] the currentSleepMs [393]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [136] the previousSleepMs [393] the currentSleepMs [394]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [137] the previousSleepMs [394] the currentSleepMs [395]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [138] the previousSleepMs [395] the currentSleepMs [396]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [139] the previousSleepMs [396] the currentSleepMs [397]
1061 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [140] the previousSleepMs [397] the currentSleepMs [398]
1062 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [141] the previousSleepMs [398] the currentSleepMs [399]
1062 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [142] the previousSleepMs [399] the currentSleepMs [400]
1062 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [143] the previousSleepMs [400] the currentSleepMs [401]
1062 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [144] the previousSleepMs [401] the currentSleepMs [402]
1064 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [145] the previousSleepMs [402] the currentSleepMs [403]
1064 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [146] the previousSleepMs [403] the currentSleepMs [404]
1064 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [147] the previousSleepMs [404] the currentSleepMs [405]
1064 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [148] the previousSleepMs [405] the currentSleepMs [406]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [149] the previousSleepMs [406] the currentSleepMs [407]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [150] the previousSleepMs [407] the currentSleepMs [408]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [151] the previousSleepMs [408] the currentSleepMs [409]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [152] the previousSleepMs [409] the currentSleepMs [410]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [153] the previousSleepMs [410] the currentSleepMs [411]
1065 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [154] the previousSleepMs [411] the currentSleepMs [412]
1066 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [155] the previousSleepMs [412] the currentSleepMs [413]
1066 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [156] the previousSleepMs [413] the currentSleepMs [414]
1070 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [157] the previousSleepMs [414] the currentSleepMs [415]
1070 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [158] the previousSleepMs [415] the currentSleepMs [416]
1070 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [159] the previousSleepMs [416] the currentSleepMs [417]
1070 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [160] the previousSleepMs [417] the currentSleepMs [418]
1070 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [161] the previousSleepMs [418] the currentSleepMs [419]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [162] the previousSleepMs [419] the currentSleepMs [420]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [163] the previousSleepMs [420] the currentSleepMs [421]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [164] the previousSleepMs [421] the currentSleepMs [422]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [165] the previousSleepMs [422] the currentSleepMs [423]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [166] the previousSleepMs [423] the currentSleepMs [424]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [167] the previousSleepMs [424] the currentSleepMs [425]
1071 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [168] the previousSleepMs [425] the currentSleepMs [426]
1072 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [169] the previousSleepMs [426] the currentSleepMs [427]
1072 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [170] the previousSleepMs [427] the currentSleepMs [428]
1072 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [171] the previousSleepMs [428] the currentSleepMs [429]
1072 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [172] the previousSleepMs [429] the currentSleepMs [430]
1072 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [173] the previousSleepMs [430] the currentSleepMs [431]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [174] the previousSleepMs [431] the currentSleepMs [432]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [175] the previousSleepMs [432] the currentSleepMs [433]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [176] the previousSleepMs [433] the currentSleepMs [434]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [177] the previousSleepMs [434] the currentSleepMs [435]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [178] the previousSleepMs [435] the currentSleepMs [436]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [179] the previousSleepMs [436] the currentSleepMs [437]
1073 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [180] the previousSleepMs [437] the currentSleepMs [438]
1074 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [181] the previousSleepMs [438] the currentSleepMs [439]
1074 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [182] the previousSleepMs [439] the currentSleepMs [440]
1074 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [183] the previousSleepMs [440] the currentSleepMs [441]
1074 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [184] the previousSleepMs [441] the currentSleepMs [442]
1074 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [185] the previousSleepMs [442] the currentSleepMs [443]
1075 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [186] the previousSleepMs [443] the currentSleepMs [444]
1075 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [187] the previousSleepMs [444] the currentSleepMs [445]
1075 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [188] the previousSleepMs [445] the currentSleepMs [446]
1075 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [189] the previousSleepMs [446] the currentSleepMs [447]
1076 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [190] the previousSleepMs [447] the currentSleepMs [448]
1076 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [191] the previousSleepMs [448] the currentSleepMs [449]
1076 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [192] the previousSleepMs [449] the currentSleepMs [450]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [193] the previousSleepMs [450] the currentSleepMs [451]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [194] the previousSleepMs [451] the currentSleepMs [452]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [195] the previousSleepMs [452] the currentSleepMs [453]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [196] the previousSleepMs [453] the currentSleepMs [454]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [197] the previousSleepMs [454] the currentSleepMs [455]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [198] the previousSleepMs [455] the currentSleepMs [456]
1077 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [199] the previousSleepMs [456] the currentSleepMs [457]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [200] the previousSleepMs [457] the currentSleepMs [458]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [201] the previousSleepMs [458] the currentSleepMs [459]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [202] the previousSleepMs [459] the currentSleepMs [460]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [203] the previousSleepMs [460] the currentSleepMs [461]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [204] the previousSleepMs [461] the currentSleepMs [462]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [205] the previousSleepMs [462] the currentSleepMs [463]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [206] the previousSleepMs [463] the currentSleepMs [464]
1078 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [207] the previousSleepMs [464] the currentSleepMs [465]
1079 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [208] the previousSleepMs [465] the currentSleepMs [466]
1082 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [209] the previousSleepMs [466] the currentSleepMs [467]
1083 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [210] the previousSleepMs [467] the currentSleepMs [468]
1083 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [211] the previousSleepMs [468] the currentSleepMs [469]
1083 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [212] the previousSleepMs [469] the currentSleepMs [470]
1083 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [213] the previousSleepMs [470] the currentSleepMs [471]
1083 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [214] the previousSleepMs [471] the currentSleepMs [472]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [215] the previousSleepMs [472] the currentSleepMs [473]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [216] the previousSleepMs [473] the currentSleepMs [474]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [217] the previousSleepMs [474] the currentSleepMs [475]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [218] the previousSleepMs [475] the currentSleepMs [476]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [219] the previousSleepMs [476] the currentSleepMs [477]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [220] the previousSleepMs [477] the currentSleepMs [478]
1084 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [221] the previousSleepMs [478] the currentSleepMs [479]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [222] the previousSleepMs [479] the currentSleepMs [480]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [223] the previousSleepMs [480] the currentSleepMs [481]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [224] the previousSleepMs [481] the currentSleepMs [482]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [225] the previousSleepMs [482] the currentSleepMs [483]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [226] the previousSleepMs [483] the currentSleepMs [484]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [227] the previousSleepMs [484] the currentSleepMs [485]
1085 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [228] the previousSleepMs [485] the currentSleepMs [486]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [229] the previousSleepMs [486] the currentSleepMs [487]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [230] the previousSleepMs [487] the currentSleepMs [488]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [231] the previousSleepMs [488] the currentSleepMs [489]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [232] the previousSleepMs [489] the currentSleepMs [490]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [233] the previousSleepMs [490] the currentSleepMs [491]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [234] the previousSleepMs [491] the currentSleepMs [492]
1086 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [235] the previousSleepMs [492] the currentSleepMs [493]
1087 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [236] the previousSleepMs [493] the currentSleepMs [494]
1087 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [237] the previousSleepMs [494] the currentSleepMs [495]
1087 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [238] the previousSleepMs [495] the currentSleepMs [496]
1087 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [239] the previousSleepMs [496] the currentSleepMs [497]
1087 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [240] the previousSleepMs [497] the currentSleepMs [498]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [241] the previousSleepMs [498] the currentSleepMs [499]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [242] the previousSleepMs [499] the currentSleepMs [500]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [243] the previousSleepMs [500] the currentSleepMs [501]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [244] the previousSleepMs [501] the currentSleepMs [502]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [245] the previousSleepMs [502] the currentSleepMs [503]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [246] the previousSleepMs [503] the currentSleepMs [504]
1088 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [247] the previousSleepMs [504] the currentSleepMs [505]
1089 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [248] the previousSleepMs [505] the currentSleepMs [506]
1089 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [249] the previousSleepMs [506] the currentSleepMs [507]
1089 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [250] the previousSleepMs [507] the currentSleepMs [508]
1089 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [251] the previousSleepMs [508] the currentSleepMs [509]
1089 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [252] the previousSleepMs [509] the currentSleepMs [510]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [253] the previousSleepMs [510] the currentSleepMs [511]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [254] the previousSleepMs [511] the currentSleepMs [512]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [255] the previousSleepMs [512] the currentSleepMs [513]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [256] the previousSleepMs [513] the currentSleepMs [514]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [257] the previousSleepMs [514] the currentSleepMs [515]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [258] the previousSleepMs [515] the currentSleepMs [516]
1090 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [259] the previousSleepMs [516] the currentSleepMs [517]
1091 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [260] the previousSleepMs [517] the currentSleepMs [518]
1091 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [261] the previousSleepMs [518] the currentSleepMs [519]
1091 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [262] the previousSleepMs [519] the currentSleepMs [520]
1091 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [263] the previousSleepMs [520] the currentSleepMs [521]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [264] the previousSleepMs [521] the currentSleepMs [522]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [265] the previousSleepMs [522] the currentSleepMs [523]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [266] the previousSleepMs [523] the currentSleepMs [524]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [267] the previousSleepMs [524] the currentSleepMs [525]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [268] the previousSleepMs [525] the currentSleepMs [526]
1092 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [269] the previousSleepMs [526] the currentSleepMs [527]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [270] the previousSleepMs [527] the currentSleepMs [528]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [271] the previousSleepMs [528] the currentSleepMs [529]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [272] the previousSleepMs [529] the currentSleepMs [530]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [273] the previousSleepMs [530] the currentSleepMs [531]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [274] the previousSleepMs [531] the currentSleepMs [532]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [275] the previousSleepMs [532] the currentSleepMs [533]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [276] the previousSleepMs [533] the currentSleepMs [534]
1093 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [277] the previousSleepMs [534] the currentSleepMs [535]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [278] the previousSleepMs [535] the currentSleepMs [536]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [279] the previousSleepMs [536] the currentSleepMs [537]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [280] the previousSleepMs [537] the currentSleepMs [538]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [281] the previousSleepMs [538] the currentSleepMs [539]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [282] the previousSleepMs [539] the currentSleepMs [540]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [283] the previousSleepMs [540] the currentSleepMs [541]
1094 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [284] the previousSleepMs [541] the currentSleepMs [542]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [285] the previousSleepMs [542] the currentSleepMs [543]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [286] the previousSleepMs [543] the currentSleepMs [544]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [287] the previousSleepMs [544] the currentSleepMs [545]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [288] the previousSleepMs [545] the currentSleepMs [546]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [289] the previousSleepMs [546] the currentSleepMs [547]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [290] the previousSleepMs [547] the currentSleepMs [548]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [291] the previousSleepMs [548] the currentSleepMs [549]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [292] the previousSleepMs [549] the currentSleepMs [550]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [293] the previousSleepMs [550] the currentSleepMs [551]
1095 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [294] the previousSleepMs [551] the currentSleepMs [552]
1098 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [295] the previousSleepMs [552] the currentSleepMs [553]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [296] the previousSleepMs [553] the currentSleepMs [554]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [297] the previousSleepMs [554] the currentSleepMs [555]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [298] the previousSleepMs [555] the currentSleepMs [556]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [299] the previousSleepMs [556] the currentSleepMs [557]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [300] the previousSleepMs [557] the currentSleepMs [558]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [301] the previousSleepMs [558] the currentSleepMs [559]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [302] the previousSleepMs [559] the currentSleepMs [560]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [303] the previousSleepMs [560] the currentSleepMs [561]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [304] the previousSleepMs [561] the currentSleepMs [562]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [305] the previousSleepMs [562] the currentSleepMs [563]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [306] the previousSleepMs [563] the currentSleepMs [564]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [307] the previousSleepMs [564] the currentSleepMs [565]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [308] the previousSleepMs [565] the currentSleepMs [566]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [309] the previousSleepMs [566] the currentSleepMs [567]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [310] the previousSleepMs [567] the currentSleepMs [568]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [311] the previousSleepMs [568] the currentSleepMs [569]
1099 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [312] the previousSleepMs [569] the currentSleepMs [570]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [313] the previousSleepMs [570] the currentSleepMs [571]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [314] the previousSleepMs [571] the currentSleepMs [572]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [315] the previousSleepMs [572] the currentSleepMs [573]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [316] the previousSleepMs [573] the currentSleepMs [574]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [317] the previousSleepMs [574] the currentSleepMs [575]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [318] the previousSleepMs [575] the currentSleepMs [576]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [319] the previousSleepMs [576] the currentSleepMs [577]
1100 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [320] the previousSleepMs [577] the currentSleepMs [578]
1103 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [321] the previousSleepMs [578] the currentSleepMs [579]
1103 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [322] the previousSleepMs [579] the currentSleepMs [580]
1104 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [323] the previousSleepMs [580] the currentSleepMs [581]
1104 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [324] the previousSleepMs [581] the currentSleepMs [582]
1105 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [325] the previousSleepMs [582] the currentSleepMs [583]
1105 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [326] the previousSleepMs [583] the currentSleepMs [584]
1105 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [327] the previousSleepMs [584] the currentSleepMs [585]
1106 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [328] the previousSleepMs [585] the currentSleepMs [586]
1107 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [329] the previousSleepMs [586] the currentSleepMs [587]
1107 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [330] the previousSleepMs [587] the currentSleepMs [588]
1108 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [331] the previousSleepMs [588] the currentSleepMs [589]
1108 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [332] the previousSleepMs [589] the currentSleepMs [590]
1108 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [333] the previousSleepMs [590] the currentSleepMs [591]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [334] the previousSleepMs [591] the currentSleepMs [592]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [335] the previousSleepMs [592] the currentSleepMs [593]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [336] the previousSleepMs [593] the currentSleepMs [594]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [337] the previousSleepMs [594] the currentSleepMs [595]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [338] the previousSleepMs [595] the currentSleepMs [596]
1109 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [339] the previousSleepMs [596] the currentSleepMs [597]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [340] the previousSleepMs [597] the currentSleepMs [598]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [341] the previousSleepMs [598] the currentSleepMs [599]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [342] the previousSleepMs [599] the currentSleepMs [600]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [343] the previousSleepMs [600] the currentSleepMs [601]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [344] the previousSleepMs [601] the currentSleepMs [602]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [345] the previousSleepMs [602] the currentSleepMs [603]
1110 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [346] the previousSleepMs [603] the currentSleepMs [604]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [347] the previousSleepMs [604] the currentSleepMs [605]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [348] the previousSleepMs [605] the currentSleepMs [606]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [349] the previousSleepMs [606] the currentSleepMs [607]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [350] the previousSleepMs [607] the currentSleepMs [608]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [351] the previousSleepMs [608] the currentSleepMs [609]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [352] the previousSleepMs [609] the currentSleepMs [610]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [353] the previousSleepMs [610] the currentSleepMs [611]
1111 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [354] the previousSleepMs [611] the currentSleepMs [612]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [355] the previousSleepMs [612] the currentSleepMs [613]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [356] the previousSleepMs [613] the currentSleepMs [614]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [357] the previousSleepMs [614] the currentSleepMs [615]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [358] the previousSleepMs [615] the currentSleepMs [616]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [359] the previousSleepMs [616] the currentSleepMs [617]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [360] the previousSleepMs [617] the currentSleepMs [618]
1112 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [361] the previousSleepMs [618] the currentSleepMs [619]
1113 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [362] the previousSleepMs [619] the currentSleepMs [620]
1113 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [363] the previousSleepMs [620] the currentSleepMs [621]
1113 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [364] the previousSleepMs [621] the currentSleepMs [622]
1113 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [365] the previousSleepMs [622] the currentSleepMs [623]
1114 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [366] the previousSleepMs [623] the currentSleepMs [624]
1114 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [367] the previousSleepMs [624] the currentSleepMs [625]
1114 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [368] the previousSleepMs [625] the currentSleepMs [626]
1114 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [369] the previousSleepMs [626] the currentSleepMs [627]
1115 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [370] the previousSleepMs [627] the currentSleepMs [628]
1115 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [371] the previousSleepMs [628] the currentSleepMs [629]
1116 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [372] the previousSleepMs [629] the currentSleepMs [630]
1116 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [373] the previousSleepMs [630] the currentSleepMs [631]
1116 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [374] the previousSleepMs [631] the currentSleepMs [632]
1117 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [375] the previousSleepMs [632] the currentSleepMs [633]
1117 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [376] the previousSleepMs [633] the currentSleepMs [634]
1118 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [377] the previousSleepMs [634] the currentSleepMs [635]
1118 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [378] the previousSleepMs [635] the currentSleepMs [636]
1140 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [379] the previousSleepMs [636] the currentSleepMs [637]
1140 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [380] the previousSleepMs [637] the currentSleepMs [638]
1141 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [381] the previousSleepMs [638] the currentSleepMs [639]
1141 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [382] the previousSleepMs [639] the currentSleepMs [640]
1141 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [383] the previousSleepMs [640] the currentSleepMs [641]
1141 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [384] the previousSleepMs [641] the currentSleepMs [642]
1141 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [385] the previousSleepMs [642] the currentSleepMs [643]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [386] the previousSleepMs [643] the currentSleepMs [644]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [387] the previousSleepMs [644] the currentSleepMs [645]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [388] the previousSleepMs [645] the currentSleepMs [646]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [389] the previousSleepMs [646] the currentSleepMs [647]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [390] the previousSleepMs [647] the currentSleepMs [648]
1142 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [391] the previousSleepMs [648] the currentSleepMs [649]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [392] the previousSleepMs [649] the currentSleepMs [650]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [393] the previousSleepMs [650] the currentSleepMs [651]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [394] the previousSleepMs [651] the currentSleepMs [652]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [395] the previousSleepMs [652] the currentSleepMs [653]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [396] the previousSleepMs [653] the currentSleepMs [654]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [397] the previousSleepMs [654] the currentSleepMs [655]
1143 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [398] the previousSleepMs [655] the currentSleepMs [656]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [399] the previousSleepMs [656] the currentSleepMs [657]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [400] the previousSleepMs [657] the currentSleepMs [658]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [401] the previousSleepMs [658] the currentSleepMs [659]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [402] the previousSleepMs [659] the currentSleepMs [660]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [403] the previousSleepMs [660] the currentSleepMs [661]
1144 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [404] the previousSleepMs [661] the currentSleepMs [662]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [405] the previousSleepMs [662] the currentSleepMs [663]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [406] the previousSleepMs [663] the currentSleepMs [664]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [407] the previousSleepMs [664] the currentSleepMs [665]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [408] the previousSleepMs [665] the currentSleepMs [666]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [409] the previousSleepMs [666] the currentSleepMs [667]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [410] the previousSleepMs [667] the currentSleepMs [668]
1145 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [411] the previousSleepMs [668] the currentSleepMs [669]
1146 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [412] the previousSleepMs [669] the currentSleepMs [670]
1146 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [413] the previousSleepMs [670] the currentSleepMs [671]
1146 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [414] the previousSleepMs [671] the currentSleepMs [672]
1147 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [415] the previousSleepMs [672] the currentSleepMs [673]
1147 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [416] the previousSleepMs [673] the currentSleepMs [674]
1147 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [417] the previousSleepMs [674] the currentSleepMs [675]
1148 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [418] the previousSleepMs [675] the currentSleepMs [676]
1148 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [419] the previousSleepMs [676] the currentSleepMs [677]
1148 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [420] the previousSleepMs [677] the currentSleepMs [678]
1149 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [421] the previousSleepMs [678] the currentSleepMs [679]
1149 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [422] the previousSleepMs [679] the currentSleepMs [680]
1149 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [423] the previousSleepMs [680] the currentSleepMs [681]
1150 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [424] the previousSleepMs [681] the currentSleepMs [682]
1150 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [425] the previousSleepMs [682] the currentSleepMs [683]
1150 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [426] the previousSleepMs [683] the currentSleepMs [684]
1159 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [427] the previousSleepMs [684] the currentSleepMs [685]
1159 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [428] the previousSleepMs [685] the currentSleepMs [686]
1159 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [429] the previousSleepMs [686] the currentSleepMs [687]
1159 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [430] the previousSleepMs [687] the currentSleepMs [688]
1160 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [431] the previousSleepMs [688] the currentSleepMs [689]
1160 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [432] the previousSleepMs [689] the currentSleepMs [690]
1160 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [433] the previousSleepMs [690] the currentSleepMs [691]
1160 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [434] the previousSleepMs [691] the currentSleepMs [692]
1160 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [435] the previousSleepMs [692] the currentSleepMs [693]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [436] the previousSleepMs [693] the currentSleepMs [694]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [437] the previousSleepMs [694] the currentSleepMs [695]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [438] the previousSleepMs [695] the currentSleepMs [696]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [439] the previousSleepMs [696] the currentSleepMs [697]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [440] the previousSleepMs [697] the currentSleepMs [698]
1161 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [441] the previousSleepMs [698] the currentSleepMs [699]
1162 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [442] the previousSleepMs [699] the currentSleepMs [700]
1162 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [443] the previousSleepMs [700] the currentSleepMs [701]
1162 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [444] the previousSleepMs [701] the currentSleepMs [702]
1163 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [445] the previousSleepMs [702] the currentSleepMs [703]
1210 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [446] the previousSleepMs [703] the currentSleepMs [704]
1210 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [447] the previousSleepMs [704] the currentSleepMs [705]
1210 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [448] the previousSleepMs [705] the currentSleepMs [706]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [449] the previousSleepMs [706] the currentSleepMs [707]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [450] the previousSleepMs [707] the currentSleepMs [708]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [451] the previousSleepMs [708] the currentSleepMs [709]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [452] the previousSleepMs [709] the currentSleepMs [710]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [453] the previousSleepMs [710] the currentSleepMs [711]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [454] the previousSleepMs [711] the currentSleepMs [712]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [455] the previousSleepMs [712] the currentSleepMs [713]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [456] the previousSleepMs [713] the currentSleepMs [714]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [457] the previousSleepMs [714] the currentSleepMs [715]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [458] the previousSleepMs [715] the currentSleepMs [716]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [459] the previousSleepMs [716] the currentSleepMs [717]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [460] the previousSleepMs [717] the currentSleepMs [718]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [461] the previousSleepMs [718] the currentSleepMs [719]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [462] the previousSleepMs [719] the currentSleepMs [720]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [463] the previousSleepMs [720] the currentSleepMs [721]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [464] the previousSleepMs [721] the currentSleepMs [722]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [465] the previousSleepMs [722] the currentSleepMs [723]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [466] the previousSleepMs [723] the currentSleepMs [724]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [467] the previousSleepMs [724] the currentSleepMs [725]
1211 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [468] the previousSleepMs [725] the currentSleepMs [726]
1261 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [469] the previousSleepMs [726] the currentSleepMs [727]
1261 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [470] the previousSleepMs [727] the currentSleepMs [728]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [471] the previousSleepMs [728] the currentSleepMs [729]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [472] the previousSleepMs [729] the currentSleepMs [730]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [473] the previousSleepMs [730] the currentSleepMs [731]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [474] the previousSleepMs [731] the currentSleepMs [732]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [475] the previousSleepMs [732] the currentSleepMs [733]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [476] the previousSleepMs [733] the currentSleepMs [734]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [477] the previousSleepMs [734] the currentSleepMs [735]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [478] the previousSleepMs [735] the currentSleepMs [736]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [479] the previousSleepMs [736] the currentSleepMs [737]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [480] the previousSleepMs [737] the currentSleepMs [738]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [481] the previousSleepMs [738] the currentSleepMs [739]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [482] the previousSleepMs [739] the currentSleepMs [740]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [483] the previousSleepMs [740] the currentSleepMs [741]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [484] the previousSleepMs [741] the currentSleepMs [742]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [485] the previousSleepMs [742] the currentSleepMs [743]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [486] the previousSleepMs [743] the currentSleepMs [744]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [487] the previousSleepMs [744] the currentSleepMs [745]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [488] the previousSleepMs [745] the currentSleepMs [746]
1262 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [489] the previousSleepMs [746] the currentSleepMs [747]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [490] the previousSleepMs [747] the currentSleepMs [748]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [491] the previousSleepMs [748] the currentSleepMs [749]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [492] the previousSleepMs [749] the currentSleepMs [750]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [493] the previousSleepMs [750] the currentSleepMs [751]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [494] the previousSleepMs [751] the currentSleepMs [752]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [495] the previousSleepMs [752] the currentSleepMs [753]
1263 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [496] the previousSleepMs [753] the currentSleepMs [754]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [497] the previousSleepMs [754] the currentSleepMs [755]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [498] the previousSleepMs [755] the currentSleepMs [756]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [499] the previousSleepMs [756] the currentSleepMs [757]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [500] the previousSleepMs [757] the currentSleepMs [758]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [501] the previousSleepMs [758] the currentSleepMs [759]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [502] the previousSleepMs [759] the currentSleepMs [760]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [503] the previousSleepMs [760] the currentSleepMs [761]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [504] the previousSleepMs [761] the currentSleepMs [762]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [505] the previousSleepMs [762] the currentSleepMs [763]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [506] the previousSleepMs [763] the currentSleepMs [764]
1270 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [507] the previousSleepMs [764] the currentSleepMs [765]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [508] the previousSleepMs [765] the currentSleepMs [766]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [509] the previousSleepMs [766] the currentSleepMs [767]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [510] the previousSleepMs [767] the currentSleepMs [768]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [511] the previousSleepMs [768] the currentSleepMs [769]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [512] the previousSleepMs [769] the currentSleepMs [770]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [513] the previousSleepMs [770] the currentSleepMs [771]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [514] the previousSleepMs [771] the currentSleepMs [772]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [515] the previousSleepMs [772] the currentSleepMs [773]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [516] the previousSleepMs [773] the currentSleepMs [774]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [517] the previousSleepMs [774] the currentSleepMs [775]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [518] the previousSleepMs [775] the currentSleepMs [776]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [519] the previousSleepMs [776] the currentSleepMs [777]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [520] the previousSleepMs [777] the currentSleepMs [778]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [521] the previousSleepMs [778] the currentSleepMs [779]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [522] the previousSleepMs [779] the currentSleepMs [780]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [523] the previousSleepMs [780] the currentSleepMs [781]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [524] the previousSleepMs [781] the currentSleepMs [782]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [525] the previousSleepMs [782] the currentSleepMs [783]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [526] the previousSleepMs [783] the currentSleepMs [784]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [527] the previousSleepMs [784] the currentSleepMs [785]
1271 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [528] the previousSleepMs [785] the currentSleepMs [786]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [529] the previousSleepMs [786] the currentSleepMs [787]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [530] the previousSleepMs [787] the currentSleepMs [788]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [531] the previousSleepMs [788] the currentSleepMs [789]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [532] the previousSleepMs [789] the currentSleepMs [790]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [533] the previousSleepMs [790] the currentSleepMs [791]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [534] the previousSleepMs [791] the currentSleepMs [792]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [535] the previousSleepMs [792] the currentSleepMs [793]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [536] the previousSleepMs [793] the currentSleepMs [794]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [537] the previousSleepMs [794] the currentSleepMs [795]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [538] the previousSleepMs [795] the currentSleepMs [796]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [539] the previousSleepMs [796] the currentSleepMs [797]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [540] the previousSleepMs [797] the currentSleepMs [798]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [541] the previousSleepMs [798] the currentSleepMs [799]
1272 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [542] the previousSleepMs [799] the currentSleepMs [800]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [543] the previousSleepMs [800] the currentSleepMs [801]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [544] the previousSleepMs [801] the currentSleepMs [802]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [545] the previousSleepMs [802] the currentSleepMs [803]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [546] the previousSleepMs [803] the currentSleepMs [804]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [547] the previousSleepMs [804] the currentSleepMs [805]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [548] the previousSleepMs [805] the currentSleepMs [806]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [549] the previousSleepMs [806] the currentSleepMs [807]
1277 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [550] the previousSleepMs [807] the currentSleepMs [808]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [551] the previousSleepMs [808] the currentSleepMs [809]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [552] the previousSleepMs [809] the currentSleepMs [810]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [553] the previousSleepMs [810] the currentSleepMs [811]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [554] the previousSleepMs [811] the currentSleepMs [812]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [555] the previousSleepMs [812] the currentSleepMs [813]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [556] the previousSleepMs [813] the currentSleepMs [814]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [557] the previousSleepMs [814] the currentSleepMs [815]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [558] the previousSleepMs [815] the currentSleepMs [816]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [559] the previousSleepMs [816] the currentSleepMs [817]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [560] the previousSleepMs [817] the currentSleepMs [818]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [561] the previousSleepMs [818] the currentSleepMs [819]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [562] the previousSleepMs [819] the currentSleepMs [820]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [563] the previousSleepMs [820] the currentSleepMs [821]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [564] the previousSleepMs [821] the currentSleepMs [822]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [565] the previousSleepMs [822] the currentSleepMs [823]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [566] the previousSleepMs [823] the currentSleepMs [824]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [567] the previousSleepMs [824] the currentSleepMs [825]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [568] the previousSleepMs [825] the currentSleepMs [826]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [569] the previousSleepMs [826] the currentSleepMs [827]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [570] the previousSleepMs [827] the currentSleepMs [828]
1278 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [571] the previousSleepMs [828] the currentSleepMs [829]
1279 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [572] the previousSleepMs [829] the currentSleepMs [830]
1279 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [573] the previousSleepMs [830] the currentSleepMs [831]
1279 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [574] the previousSleepMs [831] the currentSleepMs [832]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [575] the previousSleepMs [832] the currentSleepMs [833]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [576] the previousSleepMs [833] the currentSleepMs [834]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [577] the previousSleepMs [834] the currentSleepMs [835]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [578] the previousSleepMs [835] the currentSleepMs [836]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [579] the previousSleepMs [836] the currentSleepMs [837]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [580] the previousSleepMs [837] the currentSleepMs [838]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [581] the previousSleepMs [838] the currentSleepMs [839]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [582] the previousSleepMs [839] the currentSleepMs [840]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [583] the previousSleepMs [840] the currentSleepMs [841]
1291 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [584] the previousSleepMs [841] the currentSleepMs [842]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [585] the previousSleepMs [842] the currentSleepMs [843]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [586] the previousSleepMs [843] the currentSleepMs [844]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [587] the previousSleepMs [844] the currentSleepMs [845]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [588] the previousSleepMs [845] the currentSleepMs [846]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [589] the previousSleepMs [846] the currentSleepMs [847]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [590] the previousSleepMs [847] the currentSleepMs [848]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [591] the previousSleepMs [848] the currentSleepMs [849]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [592] the previousSleepMs [849] the currentSleepMs [850]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [593] the previousSleepMs [850] the currentSleepMs [851]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [594] the previousSleepMs [851] the currentSleepMs [852]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [595] the previousSleepMs [852] the currentSleepMs [853]
1292 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [596] the previousSleepMs [853] the currentSleepMs [854]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [597] the previousSleepMs [854] the currentSleepMs [855]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [598] the previousSleepMs [855] the currentSleepMs [856]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [599] the previousSleepMs [856] the currentSleepMs [857]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [600] the previousSleepMs [857] the currentSleepMs [858]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [601] the previousSleepMs [858] the currentSleepMs [859]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [602] the previousSleepMs [859] the currentSleepMs [860]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [603] the previousSleepMs [860] the currentSleepMs [861]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [604] the previousSleepMs [861] the currentSleepMs [862]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [605] the previousSleepMs [862] the currentSleepMs [863]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [606] the previousSleepMs [863] the currentSleepMs [864]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [607] the previousSleepMs [864] the currentSleepMs [865]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [608] the previousSleepMs [865] the currentSleepMs [866]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [609] the previousSleepMs [866] the currentSleepMs [867]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [610] the previousSleepMs [867] the currentSleepMs [868]
1293 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [611] the previousSleepMs [868] the currentSleepMs [869]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [612] the previousSleepMs [869] the currentSleepMs [870]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [613] the previousSleepMs [870] the currentSleepMs [871]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [614] the previousSleepMs [871] the currentSleepMs [872]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [615] the previousSleepMs [872] the currentSleepMs [873]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [616] the previousSleepMs [873] the currentSleepMs [874]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [617] the previousSleepMs [874] the currentSleepMs [875]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [618] the previousSleepMs [875] the currentSleepMs [876]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [619] the previousSleepMs [876] the currentSleepMs [877]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [620] the previousSleepMs [877] the currentSleepMs [878]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [621] the previousSleepMs [878] the currentSleepMs [879]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [622] the previousSleepMs [879] the currentSleepMs [880]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [623] the previousSleepMs [880] the currentSleepMs [881]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [624] the previousSleepMs [881] the currentSleepMs [882]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [625] the previousSleepMs [882] the currentSleepMs [883]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [626] the previousSleepMs [883] the currentSleepMs [884]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [627] the previousSleepMs [884] the currentSleepMs [885]
1294 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [628] the previousSleepMs [885] the currentSleepMs [886]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [629] the previousSleepMs [886] the currentSleepMs [887]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [630] the previousSleepMs [887] the currentSleepMs [888]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [631] the previousSleepMs [888] the currentSleepMs [889]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [632] the previousSleepMs [889] the currentSleepMs [890]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [633] the previousSleepMs [890] the currentSleepMs [891]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [634] the previousSleepMs [891] the currentSleepMs [892]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [635] the previousSleepMs [892] the currentSleepMs [893]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [636] the previousSleepMs [893] the currentSleepMs [894]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [637] the previousSleepMs [894] the currentSleepMs [895]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [638] the previousSleepMs [895] the currentSleepMs [896]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [639] the previousSleepMs [896] the currentSleepMs [897]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [640] the previousSleepMs [897] the currentSleepMs [898]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [641] the previousSleepMs [898] the currentSleepMs [899]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [642] the previousSleepMs [899] the currentSleepMs [900]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [643] the previousSleepMs [900] the currentSleepMs [901]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [644] the previousSleepMs [901] the currentSleepMs [902]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [645] the previousSleepMs [902] the currentSleepMs [903]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [646] the previousSleepMs [903] the currentSleepMs [904]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [647] the previousSleepMs [904] the currentSleepMs [905]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [648] the previousSleepMs [905] the currentSleepMs [906]
1295 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [649] the previousSleepMs [906] the currentSleepMs [907]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [650] the previousSleepMs [907] the currentSleepMs [908]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [651] the previousSleepMs [908] the currentSleepMs [909]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [652] the previousSleepMs [909] the currentSleepMs [910]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [653] the previousSleepMs [910] the currentSleepMs [911]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [654] the previousSleepMs [911] the currentSleepMs [912]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [655] the previousSleepMs [912] the currentSleepMs [913]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [656] the previousSleepMs [913] the currentSleepMs [914]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [657] the previousSleepMs [914] the currentSleepMs [915]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [658] the previousSleepMs [915] the currentSleepMs [916]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [659] the previousSleepMs [916] the currentSleepMs [917]
1296 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [660] the previousSleepMs [917] the currentSleepMs [918]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [661] the previousSleepMs [918] the currentSleepMs [919]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [662] the previousSleepMs [919] the currentSleepMs [920]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [663] the previousSleepMs [920] the currentSleepMs [921]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [664] the previousSleepMs [921] the currentSleepMs [922]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [665] the previousSleepMs [922] the currentSleepMs [923]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [666] the previousSleepMs [923] the currentSleepMs [924]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [667] the previousSleepMs [924] the currentSleepMs [925]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [668] the previousSleepMs [925] the currentSleepMs [926]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [669] the previousSleepMs [926] the currentSleepMs [927]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [670] the previousSleepMs [927] the currentSleepMs [928]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [671] the previousSleepMs [928] the currentSleepMs [929]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [672] the previousSleepMs [929] the currentSleepMs [930]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [673] the previousSleepMs [930] the currentSleepMs [931]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [674] the previousSleepMs [931] the currentSleepMs [932]
1299 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [675] the previousSleepMs [932] the currentSleepMs [933]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [676] the previousSleepMs [933] the currentSleepMs [934]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [677] the previousSleepMs [934] the currentSleepMs [935]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [678] the previousSleepMs [935] the currentSleepMs [936]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [679] the previousSleepMs [936] the currentSleepMs [937]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [680] the previousSleepMs [937] the currentSleepMs [938]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [681] the previousSleepMs [938] the currentSleepMs [939]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [682] the previousSleepMs [939] the currentSleepMs [940]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [683] the previousSleepMs [940] the currentSleepMs [941]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [684] the previousSleepMs [941] the currentSleepMs [942]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [685] the previousSleepMs [942] the currentSleepMs [943]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [686] the previousSleepMs [943] the currentSleepMs [944]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [687] the previousSleepMs [944] the currentSleepMs [945]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [688] the previousSleepMs [945] the currentSleepMs [946]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [689] the previousSleepMs [946] the currentSleepMs [947]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [690] the previousSleepMs [947] the currentSleepMs [948]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [691] the previousSleepMs [948] the currentSleepMs [949]
1300 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [692] the previousSleepMs [949] the currentSleepMs [950]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [693] the previousSleepMs [950] the currentSleepMs [951]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [694] the previousSleepMs [951] the currentSleepMs [952]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [695] the previousSleepMs [952] the currentSleepMs [953]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [696] the previousSleepMs [953] the currentSleepMs [954]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [697] the previousSleepMs [954] the currentSleepMs [955]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [698] the previousSleepMs [955] the currentSleepMs [956]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [699] the previousSleepMs [956] the currentSleepMs [957]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [700] the previousSleepMs [957] the currentSleepMs [958]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [701] the previousSleepMs [958] the currentSleepMs [959]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [702] the previousSleepMs [959] the currentSleepMs [960]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [703] the previousSleepMs [960] the currentSleepMs [961]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [704] the previousSleepMs [961] the currentSleepMs [962]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [705] the previousSleepMs [962] the currentSleepMs [963]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [706] the previousSleepMs [963] the currentSleepMs [964]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [707] the previousSleepMs [964] the currentSleepMs [965]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [708] the previousSleepMs [965] the currentSleepMs [966]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [709] the previousSleepMs [966] the currentSleepMs [967]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [710] the previousSleepMs [967] the currentSleepMs [968]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [711] the previousSleepMs [968] the currentSleepMs [969]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [712] the previousSleepMs [969] the currentSleepMs [970]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [713] the previousSleepMs [970] the currentSleepMs [971]
1301 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [714] the previousSleepMs [971] the currentSleepMs [972]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [715] the previousSleepMs [972] the currentSleepMs [973]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [716] the previousSleepMs [973] the currentSleepMs [974]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [717] the previousSleepMs [974] the currentSleepMs [975]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [718] the previousSleepMs [975] the currentSleepMs [976]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [719] the previousSleepMs [976] the currentSleepMs [977]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [720] the previousSleepMs [977] the currentSleepMs [978]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [721] the previousSleepMs [978] the currentSleepMs [979]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [722] the previousSleepMs [979] the currentSleepMs [980]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [723] the previousSleepMs [980] the currentSleepMs [981]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [724] the previousSleepMs [981] the currentSleepMs [982]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [725] the previousSleepMs [982] the currentSleepMs [983]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [726] the previousSleepMs [983] the currentSleepMs [984]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [727] the previousSleepMs [984] the currentSleepMs [985]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [728] the previousSleepMs [985] the currentSleepMs [986]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [729] the previousSleepMs [986] the currentSleepMs [987]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [730] the previousSleepMs [987] the currentSleepMs [988]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [731] the previousSleepMs [988] the currentSleepMs [989]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [732] the previousSleepMs [989] the currentSleepMs [990]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [733] the previousSleepMs [990] the currentSleepMs [991]
1302 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [734] the previousSleepMs [991] the currentSleepMs [992]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [735] the previousSleepMs [992] the currentSleepMs [993]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [736] the previousSleepMs [993] the currentSleepMs [994]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [737] the previousSleepMs [994] the currentSleepMs [995]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [738] the previousSleepMs [995] the currentSleepMs [996]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [739] the previousSleepMs [996] the currentSleepMs [997]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [740] the previousSleepMs [997] the currentSleepMs [998]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [741] the previousSleepMs [998] the currentSleepMs [999]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [742] the previousSleepMs [999] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [743] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [744] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [745] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [746] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [747] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [748] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [749] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [750] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [751] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [752] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [753] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [754] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [755] the previousSleepMs [1000] the currentSleepMs [1000]
1303 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [756] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [757] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [758] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [759] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [760] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [761] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [762] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [763] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [764] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [765] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [766] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [767] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [768] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [769] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [770] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [771] the previousSleepMs [1000] the currentSleepMs [1000]
1304 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [772] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [773] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [774] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [775] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [776] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [777] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [778] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [779] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [780] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [781] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [782] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [783] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [784] the previousSleepMs [1000] the currentSleepMs [1000]
1305 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [785] the previousSleepMs [1000] the currentSleepMs [1000]
1310 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [786] the previousSleepMs [1000] the currentSleepMs [1000]
1310 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [787] the previousSleepMs [1000] the currentSleepMs [1000]
1310 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [788] the previousSleepMs [1000] the currentSleepMs [1000]
1311 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [789] the previousSleepMs [1000] the currentSleepMs [1000]
1311 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [790] the previousSleepMs [1000] the currentSleepMs [1000]
1311 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [791] the previousSleepMs [1000] the currentSleepMs [1000]
1311 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [792] the previousSleepMs [1000] the currentSleepMs [1000]
1312 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [793] the previousSleepMs [1000] the currentSleepMs [1000]
1312 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [794] the previousSleepMs [1000] the currentSleepMs [1000]
1312 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [795] the previousSleepMs [1000] the currentSleepMs [1000]
1313 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [796] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [797] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [798] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [799] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [800] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [801] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [802] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [803] the previousSleepMs [1000] the currentSleepMs [1000]
1314 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [804] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [805] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [806] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [807] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [808] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [809] the previousSleepMs [1000] the currentSleepMs [1000]
1315 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [810] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [811] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [812] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [813] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [814] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [815] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [816] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [817] the previousSleepMs [1000] the currentSleepMs [1000]
1316 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [818] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [819] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [820] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [821] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [822] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [823] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [824] the previousSleepMs [1000] the currentSleepMs [1000]
1317 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [825] the previousSleepMs [1000] the currentSleepMs [1000]
1324 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [826] the previousSleepMs [1000] the currentSleepMs [1000]
1346 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [827] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [828] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [829] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [830] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [831] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [832] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [833] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [834] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [835] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [836] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [837] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [838] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [839] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [840] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [841] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [842] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [843] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [844] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [845] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [846] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [847] the previousSleepMs [1000] the currentSleepMs [1000]
1347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [848] the previousSleepMs [1000] the currentSleepMs [1000]
1348 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [849] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [850] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [851] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [852] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [853] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [854] the previousSleepMs [1000] the currentSleepMs [1000]
1353 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [855] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [856] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [857] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [858] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [859] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [860] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [861] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [862] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [863] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [864] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [865] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [866] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [867] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [868] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [869] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [870] the previousSleepMs [1000] the currentSleepMs [1000]
1354 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [871] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [872] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [873] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [874] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [875] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [876] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [877] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [878] the previousSleepMs [1000] the currentSleepMs [1000]
1358 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [879] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [880] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [881] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [882] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [883] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [884] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [885] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [886] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [887] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [888] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [889] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [890] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [891] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [892] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [893] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [894] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [895] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [896] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [897] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [898] the previousSleepMs [1000] the currentSleepMs [1000]
1359 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [899] the previousSleepMs [1000] the currentSleepMs [1000]
1360 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [900] the previousSleepMs [1000] the currentSleepMs [1000]
1360 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For badRetryCount [910] the previousSleepMs [1000] the currentSleepMs [1000]
1361 [main] WARN  org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (40). Pinning to 29
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [10] the maxSleepTimeMs [100] the maxRetries [40]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - The baseSleepMs [10] the maxSleepMs [100] the maxRetries [40]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [0] the previousSleepMs [0] the currentSleepMs [11]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [1] the previousSleepMs [11] the currentSleepMs [13]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [2] the previousSleepMs [13] the currentSleepMs [14]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [3] the previousSleepMs [14] the currentSleepMs [19]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [4] the previousSleepMs [19] the currentSleepMs [27]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [5] the previousSleepMs [27] the currentSleepMs [42]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [6] the previousSleepMs [42] the currentSleepMs [43]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [7] the previousSleepMs [43] the currentSleepMs [44]
1361 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [8] the previousSleepMs [44] the currentSleepMs [45]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [9] the previousSleepMs [45] the currentSleepMs [46]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [10] the previousSleepMs [46] the currentSleepMs [47]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [11] the previousSleepMs [47] the currentSleepMs [48]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [12] the previousSleepMs [48] the currentSleepMs [49]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [13] the previousSleepMs [49] the currentSleepMs [50]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [14] the previousSleepMs [50] the currentSleepMs [51]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [15] the previousSleepMs [51] the currentSleepMs [52]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [16] the previousSleepMs [52] the currentSleepMs [53]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [17] the previousSleepMs [53] the currentSleepMs [54]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [18] the previousSleepMs [54] the currentSleepMs [55]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [19] the previousSleepMs [55] the currentSleepMs [56]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [20] the previousSleepMs [56] the currentSleepMs [57]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [21] the previousSleepMs [57] the currentSleepMs [58]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [22] the previousSleepMs [58] the currentSleepMs [59]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [23] the previousSleepMs [59] the currentSleepMs [60]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [24] the previousSleepMs [60] the currentSleepMs [61]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [25] the previousSleepMs [61] the currentSleepMs [62]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [26] the previousSleepMs [62] the currentSleepMs [63]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [27] the previousSleepMs [63] the currentSleepMs [64]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [28] the previousSleepMs [64] the currentSleepMs [65]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [29] the previousSleepMs [65] the currentSleepMs [66]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [30] the previousSleepMs [66] the currentSleepMs [67]
1362 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [31] the previousSleepMs [67] the currentSleepMs [68]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [32] the previousSleepMs [68] the currentSleepMs [69]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [33] the previousSleepMs [69] the currentSleepMs [70]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [34] the previousSleepMs [70] the currentSleepMs [71]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [35] the previousSleepMs [71] the currentSleepMs [72]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [36] the previousSleepMs [72] the currentSleepMs [73]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [37] the previousSleepMs [73] the currentSleepMs [74]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [38] the previousSleepMs [74] the currentSleepMs [75]
1363 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [39] the previousSleepMs [75] the currentSleepMs [76]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [40] the previousSleepMs [76] the currentSleepMs [77]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For badRetryCount [50] the previousSleepMs [77] the currentSleepMs [87]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [5000] the maxRetries [10]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - The baseSleepMs [1000] the maxSleepMs [5000] the maxRetries [10]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [0] the previousSleepMs [0] the currentSleepMs [1001]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [1] the previousSleepMs [1001] the currentSleepMs [1002]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [2] the previousSleepMs [1002] the currentSleepMs [1005]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [3] the previousSleepMs [1005] the currentSleepMs [1011]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [4] the previousSleepMs [1011] the currentSleepMs [1022]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [5] the previousSleepMs [1022] the currentSleepMs [1060]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [6] the previousSleepMs [1060] the currentSleepMs [1091]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [7] the previousSleepMs [1091] the currentSleepMs [1169]
1364 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [8] the previousSleepMs [1169] the currentSleepMs [1466]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [9] the previousSleepMs [1466] the currentSleepMs [1808]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [10] the previousSleepMs [1808] the currentSleepMs [2024]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For badRetryCount [20] the previousSleepMs [2024] the currentSleepMs [2034]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [10] the maxSleepTimeMs [100] the maxRetries [0]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - The baseSleepMs [10] the maxSleepMs [100] the maxRetries [0]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [0] the previousSleepMs [0] the currentSleepMs [11]
1365 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For badRetryCount [10] the previousSleepMs [11] the currentSleepMs [47]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [10] the maxSleepTimeMs [100] the maxRetries [10]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - The baseSleepMs [10] the maxSleepMs [100] the maxRetries [10]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [0] the previousSleepMs [0] the currentSleepMs [11]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [1] the previousSleepMs [11] the currentSleepMs [13]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [2] the previousSleepMs [13] the currentSleepMs [14]
1366 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [3] the previousSleepMs [14] the currentSleepMs [23]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [4] the previousSleepMs [23] the currentSleepMs [34]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [5] the previousSleepMs [34] the currentSleepMs [51]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [6] the previousSleepMs [51] the currentSleepMs [56]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [7] the previousSleepMs [56] the currentSleepMs [80]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [8] the previousSleepMs [80] the currentSleepMs [83]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [9] the previousSleepMs [83] the currentSleepMs [100]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For retryCount [10] the previousSleepMs [100] the currentSleepMs [100]
1367 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetryTest - For badRetryCount [20] the previousSleepMs [100] the currentSleepMs [100]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.398 sec

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- clojure-maven-plugin:1.3.18:test-with-junit (test-clojure) @ storm-core ---
28622 [main] INFO  backtype.storm.zookeeper - Starting inprocess zookeeper at port 2000 and dir /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//0d3fe49b-df7d-4c3d-924b-e33c98464dd4
31485 [main] INFO  backtype.storm.daemon.nimbus - Starting Nimbus with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//67a62bb2-3496-447f-bb86-9257bed4c63e", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
31505 [main] INFO  backtype.storm.daemon.nimbus - Using default scheduler
31567 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
31925 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32403 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32406 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
32479 [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2000] WARN  org.apache.zookeeper.server.NIOServerCnxn - caught end of stream exception
org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client sessionid 0x1497b6fcdbb0000, likely client has closed socket
	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) ~[zookeeper-3.4.6.jar:3.4.6-1569965]
	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [zookeeper-3.4.6.jar:3.4.6-1569965]
	at java.lang.Thread.run(Thread.java:695) [na:1.6.0_65]
32485 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32486 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32493 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32538 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32540 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32566 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32566 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
32571 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32573 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32581 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32584 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32590 [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2000] WARN  org.apache.zookeeper.server.NIOServerCnxn - caught end of stream exception
org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client sessionid 0x1497b6fcdbb0002, likely client has closed socket
	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) ~[zookeeper-3.4.6.jar:3.4.6-1569965]
	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [zookeeper-3.4.6.jar:3.4.6-1569965]
	at java.lang.Thread.run(Thread.java:695) [na:1.6.0_65]
32594 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32594 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32594 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
32607 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32607 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32622 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32643 [main] INFO  backtype.storm.daemon.supervisor - Starting Supervisor with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
32660 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32661 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32671 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32671 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
32677 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
32677 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
32682 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
32776 [main] INFO  backtype.storm.daemon.supervisor - Starting supervisor with id b145bfb7-7e94-4429-a8f6-f38738c402fb at host 192.168.1.8
33060 [main] INFO  backtype.storm.daemon.nimbus - Received topology submission for topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74 with conf {"topology.max.task.parallelism" nil, "topology.acker.executors" nil, "topology.kryo.register" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74", "storm.id" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0"}
33086 [main] INFO  backtype.storm.daemon.nimbus - Activating topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74: topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0
33324 [main] INFO  backtype.storm.scheduler.EvenScheduler - Available slots: (["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025])
33406 [main] INFO  backtype.storm.daemon.nimbus - Setting new assignment for topology id topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0: #backtype.storm.daemon.common.Assignment{:master-code-dir "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//67a62bb2-3496-447f-bb86-9257bed4c63e/nimbus/stormdist/topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", :node->host {"b145bfb7-7e94-4429-a8f6-f38738c402fb" "192.168.1.8"}, :executor->node+port {[2 2] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025], [3 3] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024], [4 4] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025], [5 5] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024], [6 6] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025], [7 7] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024], [8 8] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025], [9 9] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024], [10 10] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1025], [11 11] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024], [1 1] ["b145bfb7-7e94-4429-a8f6-f38738c402fb" 1024]}, :executor->start-time-secs {[2 2] 0, [3 3] 0, [4 4] 0, [5 5] 0, [6 6] 0, [7 7] 0, [8 8] 0, [9 9] 0, [10 10] 0, [11 11] 0, [1 1] 0}}
33527 [Thread-7] INFO  backtype.storm.daemon.supervisor - Downloading code for storm id topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 from /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//67a62bb2-3496-447f-bb86-9257bed4c63e/nimbus/stormdist/topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0
33539 [Thread-7] INFO  backtype.storm.daemon.supervisor - Copying resources at file:/Users/davidlaxer/storm/storm-core/target/test-classes/resources to /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407/supervisor/stormdist/topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0/resources
33552 [Thread-7] INFO  backtype.storm.daemon.supervisor - Finished downloading code for storm id topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 from /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//67a62bb2-3496-447f-bb86-9257bed4c63e/nimbus/stormdist/topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0
33622 [Thread-8] INFO  backtype.storm.daemon.supervisor - Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", :executors ([3 3] [5 5] [7 7] [9 9] [11 11] [1 1])} for this supervisor b145bfb7-7e94-4429-a8f6-f38738c402fb on port 1024 with id 03066a36-0be7-409a-ba1c-2d3c236b6507
33641 [Thread-8] INFO  backtype.storm.daemon.worker - Launching worker for topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 on b145bfb7-7e94-4429-a8f6-f38738c402fb:1024 with id 03066a36-0be7-409a-ba1c-2d3c236b6507 and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
33647 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
33649 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
33653 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
33653 [Thread-8-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
33656 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
33657 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
33675 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
33680 [Thread-8] INFO  backtype.storm.daemon.worker - Reading Assignments.
34280 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[3 3]
34303 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[3 3]
34353 [Thread-10-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(3)
34356 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[3 3]
34362 [Thread-10-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(3)
34401 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[5 5]
34403 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[5 5]
34406 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[5 5]
34406 [Thread-12-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(5)
34407 [Thread-12-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(5)
34414 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[7 7]
34415 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[7 7]
34417 [Thread-14-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(7)
34417 [Thread-14-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(7)
34417 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[7 7]
34428 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 6d358c2f-8566-426b-babb-1e28a9450d05:[9 9]
34428 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 6d358c2f-8566-426b-babb-1e28a9450d05:[9 9]
34431 [Thread-16-6d358c2f-8566-426b-babb-1e28a9450d05] INFO  backtype.storm.daemon.executor - Preparing bolt 6d358c2f-8566-426b-babb-1e28a9450d05:(9)
34431 [Thread-16-6d358c2f-8566-426b-babb-1e28a9450d05] INFO  backtype.storm.daemon.executor - Prepared bolt 6d358c2f-8566-426b-babb-1e28a9450d05:(9)
34431 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 6d358c2f-8566-426b-babb-1e28a9450d05:[9 9]
34461 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor __acker:[11 11]
34462 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks __acker:[11 11]
34464 [Thread-8] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor __acker:[11 11]
34464 [Thread-18-__acker] INFO  backtype.storm.daemon.executor - Preparing bolt __acker:(11)
34465 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor __acker:[11 11]
34466 [Thread-18-__acker] INFO  backtype.storm.daemon.executor - Prepared bolt __acker:(11)
34472 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor __system:[-1 -1]
34474 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks __system:[-1 -1]
34477 [Thread-20-__system] INFO  backtype.storm.daemon.executor - Preparing bolt __system:(-1)
34479 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor __system:[-1 -1]
34495 [Thread-20-__system] INFO  backtype.storm.daemon.executor - Prepared bolt __system:(-1)
34513 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 1:[1 1]
34519 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[1 1]
34545 [Thread-22-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(1)
34546 [Thread-8] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[1 1]
34546 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[1 1]
34547 [Thread-8] INFO  backtype.storm.daemon.worker - Launching receive-thread for b145bfb7-7e94-4429-a8f6-f38738c402fb:1024
34556 [Thread-22-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(1)
34559 [Thread-22-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(1)
34623 [Thread-23-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, port: 1024, thread-id: 0 ]
34667 [Thread-8] INFO  backtype.storm.daemon.worker - Worker has topology config {"storm.id" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", "dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74", "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.kryo.register" nil, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
34667 [Thread-8] INFO  backtype.storm.daemon.worker - Worker 03066a36-0be7-409a-ba1c-2d3c236b6507 for storm topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 on b145bfb7-7e94-4429-a8f6-f38738c402fb:1024 has finished loading
34667 [Thread-8] INFO  backtype.storm.daemon.supervisor - Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", :executors ([2 2] [4 4] [6 6] [8 8] [10 10])} for this supervisor b145bfb7-7e94-4429-a8f6-f38738c402fb on port 1025 with id d13fe42f-16ca-48db-bbb0-95608d612f98
34669 [Thread-8] INFO  backtype.storm.daemon.worker - Launching worker for topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 on b145bfb7-7e94-4429-a8f6-f38738c402fb:1025 with id d13fe42f-16ca-48db-bbb0-95608d612f98 and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
34669 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
34670 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
34675 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
34687 [Thread-8-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
34690 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
34691 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
34694 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
34698 [Thread-8] INFO  backtype.storm.daemon.worker - Reading Assignments.
34770 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 1:[2 2]
34774 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[2 2]
34782 [Thread-26-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(2)
34782 [Thread-26-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(2)
34782 [Thread-26-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(2)
34786 [Thread-8] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[2 2]
34788 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[2 2]
34800 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[4 4]
34802 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[4 4]
34803 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[4 4]
34803 [Thread-28-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(4)
34804 [Thread-28-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(4)
34812 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[6 6]
34812 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[6 6]
34820 [Thread-30-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(6)
34821 [Thread-30-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(6)
34822 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[6 6]
34829 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[8 8]
34831 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[8 8]
34833 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[8 8]
34833 [Thread-32-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(8)
34834 [Thread-32-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(8)
34844 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor __acker:[10 10]
34846 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks __acker:[10 10]
34848 [Thread-8] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor __acker:[10 10]
34848 [Thread-34-__acker] INFO  backtype.storm.daemon.executor - Preparing bolt __acker:(10)
34848 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor __acker:[10 10]
34848 [Thread-34-__acker] INFO  backtype.storm.daemon.executor - Prepared bolt __acker:(10)
34858 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor __system:[-1 -1]
34881 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks __system:[-1 -1]
34885 [Thread-36-__system] INFO  backtype.storm.daemon.executor - Preparing bolt __system:(-1)
34886 [Thread-36-__system] INFO  backtype.storm.daemon.executor - Prepared bolt __system:(-1)
34886 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor __system:[-1 -1]
34886 [Thread-8] INFO  backtype.storm.daemon.worker - Launching receive-thread for b145bfb7-7e94-4429-a8f6-f38738c402fb:1025
34887 [Thread-37-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, port: 1025, thread-id: 0 ]
34905 [Thread-8] INFO  backtype.storm.daemon.worker - Worker has topology config {"storm.id" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", "dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74", "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.kryo.register" nil, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
34906 [Thread-8] INFO  backtype.storm.daemon.worker - Worker d13fe42f-16ca-48db-bbb0-95608d612f98 for storm topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 on b145bfb7-7e94-4429-a8f6-f38738c402fb:1025 has finished loading
38476 [main] ERROR backtype.storm.messaging-test - Error in cluster
java.lang.AssertionError: Test timed out (5000ms)
	at backtype.storm.testing$complete_topology.doInvoke(testing.clj:487) ~[classes/:na]
	at clojure.lang.RestFn.invoke(RestFn.java:464) [clojure-1.5.1.jar:na]
	at backtype.storm.messaging_test$fn__279$fn__284.invoke(messaging_test.clj:38) ~[na:na]
	at backtype.storm.messaging_test$fn__279.invoke(messaging_test.clj:27) [na:na]
	at clojure.test$test_var$fn__7145.invoke(test.clj:701) [clojure-1.5.1.jar:na]
	at clojure.test$test_var.invoke(test.clj:701) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars$fn__7149$fn__7156.invoke(test.clj:717) [clojure-1.5.1.jar:na]
	at clojure.test$default_fixture.invoke(test.clj:671) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars$fn__7149.invoke(test.clj:717) [clojure-1.5.1.jar:na]
	at clojure.test$default_fixture.invoke(test.clj:671) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars.invoke(test.clj:713) [clojure-1.5.1.jar:na]
	at clojure.test$test_ns.invoke(test.clj:736) [clojure-1.5.1.jar:na]
	at clojure.core$map$fn__4207.invoke(core.clj:2487) [clojure-1.5.1.jar:na]
	at clojure.lang.LazySeq.sval(LazySeq.java:42) [clojure-1.5.1.jar:na]
	at clojure.lang.LazySeq.seq(LazySeq.java:60) [clojure-1.5.1.jar:na]
	at clojure.lang.Cons.next(Cons.java:39) [clojure-1.5.1.jar:na]
	at clojure.lang.RT.boundedLength(RT.java:1654) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.applyTo(RestFn.java:130) [clojure-1.5.1.jar:na]
	at clojure.core$apply.invoke(core.clj:619) [clojure-1.5.1.jar:na]
	at clojure.test$run_tests.doInvoke(test.clj:751) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.invoke(RestFn.java:408) [clojure-1.5.1.jar:na]
	at com.theoryinpractise.clojure.testrunner$eval8419$fn__8424$fn__8439.invoke(run-test3943300593671731089.clj:90) [na:na]
	at com.theoryinpractise.clojure.testrunner$eval8419$fn__8424.invoke(run-test3943300593671731089.clj:87) [na:na]
	at com.theoryinpractise.clojure.testrunner$eval8419.invoke(run-test3943300593671731089.clj:72) [na:na]
	at clojure.lang.Compiler.eval(Compiler.java:6619) [clojure-1.5.1.jar:na]
	at clojure.lang.Compiler.load(Compiler.java:7064) [clojure-1.5.1.jar:na]
	at clojure.lang.Compiler.loadFile(Compiler.java:7020) [clojure-1.5.1.jar:na]
	at clojure.main$load_script.invoke(main.clj:294) [clojure-1.5.1.jar:na]
	at clojure.main$script_opt.invoke(main.clj:356) [clojure-1.5.1.jar:na]
	at clojure.main$main.doInvoke(main.clj:440) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.invoke(RestFn.java:408) [clojure-1.5.1.jar:na]
	at clojure.lang.Var.invoke(Var.java:415) [clojure-1.5.1.jar:na]
	at clojure.lang.AFn.applyToHelper(AFn.java:161) [clojure-1.5.1.jar:na]
	at clojure.lang.Var.applyTo(Var.java:532) [clojure-1.5.1.jar:na]
	at clojure.main.main(main.java:37) [clojure-1.5.1.jar:na]
38535 [main] INFO  backtype.storm.daemon.nimbus - Shutting down master
38549 [main] INFO  backtype.storm.daemon.nimbus - Shut down master
38557 [main] INFO  backtype.storm.daemon.supervisor - Shutting down b145bfb7-7e94-4429-a8f6-f38738c402fb:03066a36-0be7-409a-ba1c-2d3c236b6507
38558 [main] INFO  backtype.storm.process-simulator - Killing process 07873c3b-0ce9-4d09-9755-15fc01009ad5
38558 [main] INFO  backtype.storm.daemon.worker - Shutting down worker topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 b145bfb7-7e94-4429-a8f6-f38738c402fb 1024
38558 [main] INFO  backtype.storm.daemon.worker - Shutting down receive thread
38559 [main] INFO  backtype.storm.messaging.loader - Shutting down receiving-thread: [topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1024]
38559 [Thread-23-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Receiving-thread:[topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1024] received shutdown notice
38559 [main] INFO  backtype.storm.messaging.loader - Waiting for receiving-thread:[topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1024] to die
38561 [main] INFO  backtype.storm.messaging.loader - Shutdown receiving-thread: [topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1024]
38561 [main] INFO  backtype.storm.daemon.worker - Shut down receive thread
38562 [main] INFO  backtype.storm.daemon.worker - Terminating messaging context
38562 [main] INFO  backtype.storm.daemon.worker - Shutting down executors
38562 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[3 3]
38562 [Thread-10-2] INFO  backtype.storm.util - Async loop interrupted!
38563 [Thread-9-disruptor-executor[3 3]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38563 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[3 3]
38563 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[5 5]
38563 [Thread-12-2] INFO  backtype.storm.util - Async loop interrupted!
38565 [Thread-11-disruptor-executor[5 5]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38567 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[5 5]
38567 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[7 7]
38567 [Thread-14-2] INFO  backtype.storm.util - Async loop interrupted!
38568 [Thread-13-disruptor-executor[7 7]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38569 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[7 7]
38569 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 6d358c2f-8566-426b-babb-1e28a9450d05:[9 9]
38569 [Thread-16-6d358c2f-8566-426b-babb-1e28a9450d05] INFO  backtype.storm.util - Async loop interrupted!
38569 [Thread-15-disruptor-executor[9 9]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38570 [main] INFO  backtype.storm.daemon.executor - Shut down executor 6d358c2f-8566-426b-babb-1e28a9450d05:[9 9]
38570 [main] INFO  backtype.storm.daemon.executor - Shutting down executor __acker:[11 11]
38570 [Thread-18-__acker] INFO  backtype.storm.util - Async loop interrupted!
38571 [Thread-17-disruptor-executor[11 11]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38583 [main] INFO  backtype.storm.daemon.executor - Shut down executor __acker:[11 11]
38584 [main] INFO  backtype.storm.daemon.executor - Shutting down executor __system:[-1 -1]
38584 [Thread-20-__system] INFO  backtype.storm.util - Async loop interrupted!
38584 [Thread-19-disruptor-executor[-1 -1]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38584 [main] INFO  backtype.storm.daemon.executor - Shut down executor __system:[-1 -1]
38584 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 1:[1 1]
38585 [Thread-21-disruptor-executor[1 1]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38585 [Thread-22-1] INFO  backtype.storm.util - Async loop interrupted!
38585 [main] INFO  backtype.storm.daemon.executor - Shut down executor 1:[1 1]
38585 [main] INFO  backtype.storm.daemon.worker - Shut down executors
38585 [main] INFO  backtype.storm.daemon.worker - Shutting down transfer thread
38585 [Thread-24-disruptor-worker-transfer-queue] INFO  backtype.storm.util - Async loop interrupted!
38589 [main] INFO  backtype.storm.daemon.worker - Shut down transfer thread
38590 [main] INFO  backtype.storm.daemon.worker - Shutting down default resources
38590 [main] INFO  backtype.storm.daemon.worker - Shut down default resources
38598 [main] INFO  backtype.storm.daemon.worker - Disconnecting from storm cluster state context
38604 [main] INFO  backtype.storm.daemon.worker - Shut down worker topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 b145bfb7-7e94-4429-a8f6-f38738c402fb 1024
38625 [main] INFO  backtype.storm.daemon.supervisor - Shut down b145bfb7-7e94-4429-a8f6-f38738c402fb:03066a36-0be7-409a-ba1c-2d3c236b6507
38625 [main] INFO  backtype.storm.daemon.supervisor - Shutting down b145bfb7-7e94-4429-a8f6-f38738c402fb:d13fe42f-16ca-48db-bbb0-95608d612f98
38666 [main] INFO  backtype.storm.process-simulator - Killing process d5dd5911-f48c-46cc-8d1d-1d72fe0cf265
38741 [main] INFO  backtype.storm.daemon.worker - Shutting down worker topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 b145bfb7-7e94-4429-a8f6-f38738c402fb 1025
38712 [Thread-8] INFO  backtype.storm.daemon.supervisor - Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0", :executors ([3 3] [5 5] [7 7] [9 9] [11 11] [1 1])} for this supervisor b145bfb7-7e94-4429-a8f6-f38738c402fb on port 1024 with id 32a9713b-898b-419b-8da8-188dc51144b0
38744 [Thread-8] INFO  backtype.storm.daemon.worker - Launching worker for topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 on b145bfb7-7e94-4429-a8f6-f38738c402fb:1024 with id 32a9713b-898b-419b-8da8-188dc51144b0 and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 1, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" false, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
38744 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
38745 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
38745 [main] INFO  backtype.storm.daemon.worker - Shutting down receive thread
38745 [main] INFO  backtype.storm.messaging.loader - Shutting down receiving-thread: [topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1025]
38746 [Thread-37-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Receiving-thread:[topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1025] received shutdown notice
38746 [main] INFO  backtype.storm.messaging.loader - Waiting for receiving-thread:[topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1025] to die
38747 [main] INFO  backtype.storm.messaging.loader - Shutdown receiving-thread: [topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0, 1025]
38747 [main] INFO  backtype.storm.daemon.worker - Shut down receive thread
38747 [main] INFO  backtype.storm.daemon.worker - Terminating messaging context
38747 [main] INFO  backtype.storm.daemon.worker - Shutting down executors
38747 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 1:[2 2]
38748 [Thread-25-disruptor-executor[2 2]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38901 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
38901 [Thread-8-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
38909 [Thread-26-1] INFO  backtype.storm.util - Async loop interrupted!
38912 [Thread-8] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
38913 [Thread-8] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
38913 [main] INFO  backtype.storm.daemon.executor - Shut down executor 1:[2 2]
38914 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[4 4]
38914 [Thread-28-2] INFO  backtype.storm.util - Async loop interrupted!
38914 [Thread-27-disruptor-executor[4 4]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38926 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[4 4]
38926 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[6 6]
38927 [Thread-30-2] INFO  backtype.storm.util - Async loop interrupted!
38927 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
38928 [Thread-29-disruptor-executor[6 6]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38928 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[6 6]
38928 [main] INFO  backtype.storm.daemon.executor - Shutting down executor 2:[8 8]
38928 [Thread-32-2] INFO  backtype.storm.util - Async loop interrupted!
38929 [Thread-31-disruptor-executor[8 8]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38929 [main] INFO  backtype.storm.daemon.executor - Shut down executor 2:[8 8]
38930 [main] INFO  backtype.storm.daemon.executor - Shutting down executor __acker:[10 10]
38930 [Thread-34-__acker] INFO  backtype.storm.util - Async loop interrupted!
38930 [Thread-33-disruptor-executor[10 10]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38930 [Thread-8] INFO  backtype.storm.daemon.worker - Reading Assignments.
38931 [main] INFO  backtype.storm.daemon.executor - Shut down executor __acker:[10 10]
38931 [main] INFO  backtype.storm.daemon.executor - Shutting down executor __system:[-1 -1]
38931 [Thread-36-__system] INFO  backtype.storm.util - Async loop interrupted!
38932 [Thread-35-disruptor-executor[-1 -1]-send-queue] INFO  backtype.storm.util - Async loop interrupted!
38932 [main] INFO  backtype.storm.daemon.executor - Shut down executor __system:[-1 -1]
38932 [main] INFO  backtype.storm.daemon.worker - Shut down executors
38933 [main] INFO  backtype.storm.daemon.worker - Shutting down transfer thread
38933 [Thread-38-disruptor-worker-transfer-queue] INFO  backtype.storm.util - Async loop interrupted!
38933 [main] INFO  backtype.storm.daemon.worker - Shut down transfer thread
38934 [main] INFO  backtype.storm.daemon.worker - Shutting down default resources
38934 [main] INFO  backtype.storm.daemon.worker - Shut down default resources
38943 [main] INFO  backtype.storm.daemon.worker - Disconnecting from storm cluster state context
38945 [main] INFO  backtype.storm.daemon.worker - Shut down worker topologytest-2f5ede39-7bc9-4622-afbe-f11511605c74-1-0 b145bfb7-7e94-4429-a8f6-f38738c402fb 1025
38959 [Thread-8] INFO  backtype.storm.daemon.executor - Loading executor 2:[3 3]
38961 [Thread-8] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[3 3]
38972 [main] INFO  backtype.storm.daemon.supervisor - Shut down b145bfb7-7e94-4429-a8f6-f38738c402fb:d13fe42f-16ca-48db-bbb0-95608d612f98
38973 [Thread-42-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(3)
38973 [Thread-42-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(3)
38973 [Thread-8] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[3 3]
38974 [main] INFO  backtype.storm.daemon.supervisor - Shutting down supervisor b145bfb7-7e94-4429-a8f6-f38738c402fb
38975 [Thread-7] INFO  backtype.storm.event - Event manager interrupted
38975 [Thread-8] INFO  backtype.storm.event - Event manager interrupted
38977 [main] INFO  backtype.storm.testing - Shutting down in process zookeeper
38979 [main] INFO  backtype.storm.testing - Done shutting down in process zookeeper
38979 [main] INFO  backtype.storm.testing - Deleting temporary path /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//67a62bb2-3496-447f-bb86-9257bed4c63e
38982 [main] INFO  backtype.storm.testing - Deleting temporary path /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//0d3fe49b-df7d-4c3d-924b-e33c98464dd4
38983 [main] INFO  backtype.storm.testing - Deleting temporary path /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//84eceac5-ecf9-47f9-a060-c5b660709407
39085 [Thread-8-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: SUSPENDED
39088 [Thread-8-EventThread] WARN  backtype.storm.cluster - Received event :disconnected::none: with disconnected Zookeeper.
39110 [main] INFO  backtype.storm.zookeeper - Starting inprocess zookeeper at port 2000 and dir /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//e5e4584d-a382-47b1-9dfd-9a15de07239c
39259 [main] INFO  backtype.storm.daemon.nimbus - Starting Nimbus with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//6db4133c-115e-478b-9531-6db669da79ae", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" [6700 6701 6702 6703], "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
39286 [main] INFO  backtype.storm.daemon.nimbus - Using default scheduler
39289 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39290 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39337 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39337 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
39347 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39348 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39362 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39377 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39378 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39399 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39399 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
39446 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39447 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39469 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39471 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39473 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39483 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39484 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
39501 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39502 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39507 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39512 [main] INFO  backtype.storm.daemon.supervisor - Starting Supervisor with conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
39518 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39519 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39532 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39532 [main-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
39538 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39538 [main] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39544 [main-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39551 [main] INFO  backtype.storm.daemon.supervisor - Starting supervisor with id b90265e4-11aa-4bfe-a9c2-e322162cfe5d at host 192.168.1.8
39560 [main] INFO  backtype.storm.daemon.nimbus - Received topology submission for topologytest-38c89c6b-7c27-44d7-8862-757f520daa62 with conf {"topology.max.task.parallelism" nil, "topology.acker.executors" nil, "topology.kryo.register" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62", "storm.id" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0"}
39585 [main] INFO  backtype.storm.daemon.nimbus - Activating topologytest-38c89c6b-7c27-44d7-8862-757f520daa62: topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0
39623 [main] INFO  backtype.storm.scheduler.EvenScheduler - Available slots: (["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025])
39668 [main] INFO  backtype.storm.daemon.nimbus - Setting new assignment for topology id topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0: #backtype.storm.daemon.common.Assignment{:master-code-dir "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//6db4133c-115e-478b-9531-6db669da79ae/nimbus/stormdist/topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0", :node->host {"b90265e4-11aa-4bfe-a9c2-e322162cfe5d" "192.168.1.8"}, :executor->node+port {[2 2] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [3 3] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [4 4] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [5 5] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [6 6] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [7 7] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [8 8] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [9 9] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [10 10] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [11 11] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [12 12] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [13 13] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [14 14] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1025], [15 15] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024], [1 1] ["b90265e4-11aa-4bfe-a9c2-e322162cfe5d" 1024]}, :executor->start-time-secs {[2 2] 0, [3 3] 0, [4 4] 0, [5 5] 0, [6 6] 0, [7 7] 0, [8 8] 0, [9 9] 0, [10 10] 0, [11 11] 0, [12 12] 0, [13 13] 0, [14 14] 0, [15 15] 0, [1 1] 0}}
39709 [Thread-45] INFO  backtype.storm.daemon.supervisor - Downloading code for storm id topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 from /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//6db4133c-115e-478b-9531-6db669da79ae/nimbus/stormdist/topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0
39711 [Thread-45] INFO  backtype.storm.daemon.supervisor - Copying resources at file:/Users/davidlaxer/storm/storm-core/target/test-classes/resources to /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf/supervisor/stormdist/topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0/resources
39717 [Thread-45] INFO  backtype.storm.daemon.supervisor - Finished downloading code for storm id topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 from /var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//6db4133c-115e-478b-9531-6db669da79ae/nimbus/stormdist/topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0
39727 [Thread-46] INFO  backtype.storm.daemon.supervisor - Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0", :executors ([3 3] [5 5] [7 7] [9 9] [11 11] [13 13] [15 15] [1 1])} for this supervisor b90265e4-11aa-4bfe-a9c2-e322162cfe5d on port 1024 with id 0e319e88-53f5-4259-acaf-61e17a43f2aa
39735 [Thread-46] INFO  backtype.storm.daemon.worker - Launching worker for topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 on b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1024 with id 0e319e88-53f5-4259-acaf-61e17a43f2aa and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
39735 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39743 [Thread-46] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39769 [Thread-46-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39769 [Thread-46-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
39774 [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2000] WARN  org.apache.zookeeper.server.NIOServerCnxn - caught end of stream exception
org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read additional data from client sessionid 0x1497b6ff67b0008, likely client has closed socket
	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) ~[zookeeper-3.4.6.jar:3.4.6-1569965]
	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [zookeeper-3.4.6.jar:3.4.6-1569965]
	at java.lang.Thread.run(Thread.java:695) [na:1.6.0_65]
39777 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
39778 [Thread-46] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
39781 [Thread-46-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
39785 [Thread-46] INFO  backtype.storm.daemon.worker - Reading Assignments.
39795 [Thread-46] INFO  backtype.storm.messaging.TransportFactory - Storm peer transport plugin:backtype.storm.messaging.netty.Context
39916 [Thread-46] WARN  org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (300). Pinning to 29
39917 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [100] the maxSleepTimeMs [1000] the maxRetries [300]
39917 [Thread-46] INFO  backtype.storm.messaging.netty.Client - New Netty Client, connect to 192.168.1.8, 1025, config: , buffer_size: 5242880
39960 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [0]
40002 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[3 3]
40004 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[3 3]
40008 [Thread-48-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(3)
40008 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[3 3]
40009 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[3 3]
40009 [Thread-48-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(3)
40009 [Thread-48-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(3)
40089 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[5 5]
40091 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[5 5]
40095 [Thread-50-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(5)
40095 [Thread-50-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(5)
40095 [Thread-50-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(5)
40128 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [1]
40152 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[5 5]
40153 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[5 5]
40205 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[7 7]
40207 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[7 7]
40212 [Thread-52-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(7)
40213 [Thread-52-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(7)
40213 [Thread-52-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(7)
40215 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[7 7]
40217 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[7 7]
40245 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [2]
40363 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [3]
40387 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 2:[9 9]
40388 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[9 9]
40392 [Thread-54-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(9)
40393 [Thread-54-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(9)
40412 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[9 9]
40438 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 2:[11 11]
40440 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[11 11]
40450 [Thread-56-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(11)
40451 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[11 11]
40451 [Thread-56-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(11)
40487 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64:[13 13]
40488 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64:[13 13]
40492 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [4]
40520 [Thread-58-5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64] INFO  backtype.storm.daemon.executor - Preparing bolt 5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64:(13)
40520 [Thread-58-5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64] INFO  backtype.storm.daemon.executor - Prepared bolt 5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64:(13)
40651 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 5c0ec1ea-6b65-4f36-8ca5-6d4a68b14d64:[13 13]
40664 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor __acker:[15 15]
40665 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks __acker:[15 15]
40668 [Thread-60-__acker] INFO  backtype.storm.daemon.executor - Preparing bolt __acker:(15)
40668 [Thread-60-__acker] INFO  backtype.storm.daemon.executor - Prepared bolt __acker:(15)
40755 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor __acker:[15 15]
40755 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor __acker:[15 15]
40770 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [5]
40814 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor __system:[-1 -1]
40815 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks __system:[-1 -1]
40828 [Thread-62-__system] INFO  backtype.storm.daemon.executor - Preparing bolt __system:(-1)
40828 [Thread-62-__system] INFO  backtype.storm.daemon.executor - Prepared bolt __system:(-1)
40839 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor __system:[-1 -1]
40845 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[1 1]
40846 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[1 1]
40848 [Thread-64-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(1)
40848 [Thread-64-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(1)
40849 [Thread-64-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(1)
40948 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[1 1]
40948 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[1 1]
40948 [Thread-46] INFO  backtype.storm.daemon.worker - Launching receive-thread for b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1024
40967 [Thread-46] INFO  backtype.storm.messaging.netty.Server - Create Netty Server Netty-server-localhost-1024, buffer_size: 5242880, maxWorkers: 1
40989 [Thread-65-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0, port: 1024, thread-id: 0 ]
40989 [Thread-66-worker-receiver-thread-1] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0, port: 1024, thread-id: 1 ]
40992 [Thread-46] INFO  backtype.storm.daemon.worker - Worker has topology config {"storm.id" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0", "dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62", "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.kryo.register" nil, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
40992 [Thread-46] INFO  backtype.storm.daemon.worker - Worker 0e319e88-53f5-4259-acaf-61e17a43f2aa for storm topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 on b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1024 has finished loading
41112 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [6]
41294 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [7]
41303 [Thread-46] INFO  backtype.storm.daemon.supervisor - Launching worker with assignment #backtype.storm.daemon.supervisor.LocalAssignment{:storm-id "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0", :executors ([2 2] [4 4] [6 6] [8 8] [10 10] [12 12] [14 14])} for this supervisor b90265e4-11aa-4bfe-a9c2-e322162cfe5d on port 1025 with id 49ca27af-12ae-4cc4-8580-0c67d0de74e4
41318 [Thread-46] INFO  backtype.storm.daemon.worker - Launching worker for topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 on b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1025 with id 49ca27af-12ae-4cc4-8580-0c67d0de74e4 and conf {"dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
41318 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
41319 [Thread-46] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
41348 [Thread-46-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
41348 [Thread-46-EventThread] INFO  backtype.storm.zookeeper - Zookeeper state update: :connected:none
41353 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [1000] the maxSleepTimeMs [30000] the maxRetries [5]
41353 [Thread-46] INFO  org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
41363 [Thread-46-EventThread] INFO  org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
41380 [Thread-46] INFO  backtype.storm.daemon.worker - Reading Assignments.
41411 [Thread-46] INFO  backtype.storm.messaging.TransportFactory - Storm peer transport plugin:backtype.storm.messaging.netty.Context
41451 [Thread-46] WARN  org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (300). Pinning to 29
41451 [Thread-46] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [100] the maxSleepTimeMs [1000] the maxRetries [300]
41451 [Thread-46] INFO  backtype.storm.messaging.netty.Client - New Netty Client, connect to 192.168.1.8, 1024, config: , buffer_size: 5242880
41452 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1024... [0]
41463 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[2 2]
41464 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[2 2]
41466 [Thread-69-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(2)
41466 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[2 2]
41466 [Thread-69-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(2)
41466 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[2 2]
41466 [Thread-69-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(2)
41486 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[4 4]
41487 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[4 4]
41491 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[4 4]
41491 [Thread-71-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(4)
41492 [Thread-71-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(4)
41492 [Thread-71-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(4)
41494 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[4 4]
41580 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [8]
41685 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - connection established to a remote host Netty-Client-/192.168.1.8:1024, [id: 0x0398116d, /192.168.1.8:64644 => /192.168.1.8:1024]
41693 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[6 6]
41694 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[6 6]
41696 [Thread-73-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(6)
41696 [Thread-73-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(6)
41696 [Thread-73-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(6)
41754 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[6 6]
41756 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[6 6]
42024 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [9]
42032 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 1:[8 8]
42033 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 1:[8 8]
42035 [Thread-75-1] INFO  backtype.storm.daemon.executor - Opening spout 1:(8)
42036 [Thread-75-1] INFO  backtype.storm.daemon.executor - Opened spout 1:(8)
42036 [Thread-75-1] INFO  backtype.storm.daemon.executor - Activating spout 1:(8)
42050 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor 1:[8 8]
42050 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 1:[8 8]
42058 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 2:[10 10]
42059 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[10 10]
42066 [Thread-77-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(10)
42067 [Thread-77-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(10)
42080 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[10 10]
42087 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor 2:[12 12]
42087 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks 2:[12 12]
42091 [Thread-79-2] INFO  backtype.storm.daemon.executor - Preparing bolt 2:(12)
42092 [Thread-79-2] INFO  backtype.storm.daemon.executor - Prepared bolt 2:(12)
42101 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor 2:[12 12]
42113 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor __acker:[14 14]
42114 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks __acker:[14 14]
42126 [Thread-46] INFO  backtype.storm.daemon.executor - Timeouts disabled for executor __acker:[14 14]
42127 [Thread-81-__acker] INFO  backtype.storm.daemon.executor - Preparing bolt __acker:(14)
42127 [Thread-81-__acker] INFO  backtype.storm.daemon.executor - Prepared bolt __acker:(14)
42127 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor __acker:[14 14]
42134 [Thread-46] INFO  backtype.storm.daemon.executor - Loading executor __system:[-1 -1]
42385 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [10]
42420 [Thread-46] INFO  backtype.storm.daemon.executor - Loaded executor tasks __system:[-1 -1]
42445 [Thread-83-__system] INFO  backtype.storm.daemon.executor - Preparing bolt __system:(-1)
42446 [Thread-83-__system] INFO  backtype.storm.daemon.executor - Prepared bolt __system:(-1)
42446 [Thread-46] INFO  backtype.storm.daemon.executor - Finished loading executor __system:[-1 -1]
42446 [Thread-46] INFO  backtype.storm.daemon.worker - Launching receive-thread for b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1025
42448 [Thread-46] INFO  backtype.storm.messaging.netty.Server - Create Netty Server Netty-server-localhost-1025, buffer_size: 5242880, maxWorkers: 1
42456 [Thread-84-worker-receiver-thread-0] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0, port: 1025, thread-id: 0 ]
42457 [Thread-85-worker-receiver-thread-1] INFO  backtype.storm.messaging.loader - Starting receive-thread: [stormId: topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0, port: 1025, thread-id: 1 ]
42471 [Thread-46] INFO  backtype.storm.daemon.worker - Worker has topology config {"storm.id" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0", "dev.zookeeper.path" "/tmp/dev-storm-zookeeper", "topology.tick.tuple.freq.secs" nil, "topology.builtin.metrics.bucket.size.secs" 60, "topology.fall.back.on.java.serialization" true, "topology.max.error.report.per.interval" 5, "zmq.linger.millis" 0, "topology.skip.missing.kryo.registrations" true, "storm.messaging.netty.client_worker_threads" 1, "ui.childopts" "-Xmx768m", "storm.zookeeper.session.timeout" 20000, "nimbus.reassign" true, "topology.trident.batch.emit.interval.millis" 50, "storm.messaging.netty.flush.check.interval.ms" 10, "nimbus.monitor.freq.secs" 10, "logviewer.childopts" "-Xmx128m", "java.library.path" "/usr/local/lib:/opt/local/lib:/usr/lib", "topology.executor.send.buffer.size" 1024, "storm.local.dir" "/var/folders/nj/nphdkhyj6s1dttb0pd9zb2wc0000gn/T//ba3494a2-59e4-40c5-9195-265d5d025adf", "storm.messaging.netty.buffer_size" 5242880, "supervisor.worker.start.timeout.secs" 120, "topology.enable.message.timeouts" false, "nimbus.cleanup.inbox.freq.secs" 600, "nimbus.inbox.jar.expiration.secs" 3600, "drpc.worker.threads" 64, "storm.meta.serialization.delegate" "backtype.storm.serialization.DefaultSerializationDelegate", "topology.worker.shared.thread.pool.size" 4, "nimbus.host" "localhost", "storm.messaging.netty.min_wait_ms" 100, "storm.zookeeper.port" 2000, "transactional.zookeeper.port" nil, "topology.executor.receive.buffer.size" 1024, "transactional.zookeeper.servers" nil, "storm.zookeeper.root" "/storm", "storm.zookeeper.retry.intervalceiling.millis" 30000, "supervisor.enable" true, "storm.messaging.netty.server_worker_threads" 1, "storm.zookeeper.servers" ["localhost"], "transactional.zookeeper.root" "/transactional", "topology.acker.executors" nil, "topology.kryo.decorators" (), "topology.name" "topologytest-38c89c6b-7c27-44d7-8862-757f520daa62", "topology.transfer.buffer.size" 1024, "topology.worker.childopts" nil, "drpc.queue.size" 128, "worker.childopts" "-Xmx768m", "supervisor.heartbeat.frequency.secs" 5, "topology.error.throttle.interval.secs" 10, "zmq.hwm" 0, "drpc.port" 3772, "supervisor.monitor.frequency.secs" 3, "drpc.childopts" "-Xmx768m", "topology.receiver.buffer.size" 8, "task.heartbeat.frequency.secs" 3, "topology.tasks" nil, "storm.messaging.netty.max_retries" 300, "topology.spout.wait.strategy" "backtype.storm.spout.SleepSpoutWaitStrategy", "nimbus.thrift.max_buffer_size" 1048576, "topology.max.spout.pending" nil, "storm.zookeeper.retry.interval" 1000, "topology.sleep.spout.wait.strategy.time.ms" 1, "nimbus.topology.validator" "backtype.storm.nimbus.DefaultTopologyValidator", "supervisor.slots.ports" (1024 1025), "topology.environment" nil, "topology.debug" false, "nimbus.task.launch.secs" 120, "nimbus.supervisor.timeout.secs" 60, "topology.kryo.register" nil, "topology.message.timeout.secs" 30, "task.refresh.poll.secs" 10, "topology.workers" 2, "supervisor.childopts" "-Xmx256m", "nimbus.thrift.port" 6627, "topology.stats.sample.rate" 0.05, "worker.heartbeat.frequency.secs" 1, "topology.tuple.serializer" "backtype.storm.serialization.types.ListDelegateSerializer", "topology.disruptor.wait.strategy" "com.lmax.disruptor.BlockingWaitStrategy", "topology.multilang.serializer" "backtype.storm.multilang.JsonSerializer", "nimbus.task.timeout.secs" 30, "storm.zookeeper.connection.timeout" 15000, "topology.kryo.factory" "backtype.storm.serialization.DefaultKryoFactory", "drpc.invocations.port" 3773, "logviewer.port" 8000, "zmq.threads" 1, "storm.zookeeper.retry.times" 5, "topology.worker.receiver.thread.count" 2, "storm.thrift.transport" "backtype.storm.security.auth.SimpleTransportPlugin", "topology.state.synchronization.timeout.secs" 60, "supervisor.worker.timeout.secs" 30, "nimbus.file.copy.expiration.secs" 600, "storm.messaging.transport" "backtype.storm.messaging.netty.Context", "logviewer.appender.name" "A1", "storm.messaging.netty.max_wait_ms" 1000, "drpc.request.timeout.secs" 600, "storm.local.mode.zmq" true, "ui.port" 8080, "nimbus.childopts" "-Xmx1024m", "storm.cluster.mode" "local", "topology.max.task.parallelism" nil, "storm.messaging.netty.transfer.batch.size" 262144, "topology.classpath" nil}
42471 [Thread-46] INFO  backtype.storm.daemon.worker - Worker 49ca27af-12ae-4cc4-8580-0c67d0de74e4 for storm topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 on b90265e4-11aa-4bfe-a9c2-e322162cfe5d:1025 has finished loading
42782 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-/192.168.1.8:1025... [11]
42783 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - connection established to a remote host Netty-Client-/192.168.1.8:1025, [id: 0x164b339d, /192.168.1.8:64649 => /192.168.1.8:1025]
44919 [main] ERROR backtype.storm.messaging-test - Error in cluster
java.lang.AssertionError: Test timed out (5000ms)
	at backtype.storm.testing$complete_topology.doInvoke(testing.clj:487) ~[classes/:na]
	at clojure.lang.RestFn.invoke(RestFn.java:425) [clojure-1.5.1.jar:na]
	at backtype.storm.messaging_test$fn__324$fn__325.invoke(messaging_test.clj:87) ~[na:na]
	at backtype.storm.messaging_test$fn__324.invoke(messaging_test.clj:70) [na:na]
	at clojure.test$test_var$fn__7145.invoke(test.clj:701) [clojure-1.5.1.jar:na]
	at clojure.test$test_var.invoke(test.clj:701) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars$fn__7149$fn__7156.invoke(test.clj:717) [clojure-1.5.1.jar:na]
	at clojure.test$default_fixture.invoke(test.clj:671) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars$fn__7149.invoke(test.clj:717) [clojure-1.5.1.jar:na]
	at clojure.test$default_fixture.invoke(test.clj:671) [clojure-1.5.1.jar:na]
	at clojure.test$test_all_vars.invoke(test.clj:713) [clojure-1.5.1.jar:na]
	at clojure.test$test_ns.invoke(test.clj:736) [clojure-1.5.1.jar:na]
	at clojure.core$map$fn__4207.invoke(core.clj:2487) [clojure-1.5.1.jar:na]
	at clojure.lang.LazySeq.sval(LazySeq.java:42) [clojure-1.5.1.jar:na]
	at clojure.lang.LazySeq.seq(LazySeq.java:60) [clojure-1.5.1.jar:na]
	at clojure.lang.Cons.next(Cons.java:39) [clojure-1.5.1.jar:na]
	at clojure.lang.RT.boundedLength(RT.java:1654) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.applyTo(RestFn.java:130) [clojure-1.5.1.jar:na]
	at clojure.core$apply.invoke(core.clj:619) [clojure-1.5.1.jar:na]
	at clojure.test$run_tests.doInvoke(test.clj:751) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.invoke(RestFn.java:408) [clojure-1.5.1.jar:na]
	at com.theoryinpractise.clojure.testrunner$eval8419$fn__8424$fn__8439.invoke(run-test3943300593671731089.clj:90) [na:na]
	at com.theoryinpractise.clojure.testrunner$eval8419$fn__8424.invoke(run-test3943300593671731089.clj:87) [na:na]
	at com.theoryinpractise.clojure.testrunner$eval8419.invoke(run-test3943300593671731089.clj:72) [na:na]
	at clojure.lang.Compiler.eval(Compiler.java:6619) [clojure-1.5.1.jar:na]
	at clojure.lang.Compiler.load(Compiler.java:7064) [clojure-1.5.1.jar:na]
	at clojure.lang.Compiler.loadFile(Compiler.java:7020) [clojure-1.5.1.jar:na]
	at clojure.main$load_script.invoke(main.clj:294) [clojure-1.5.1.jar:na]
	at clojure.main$script_opt.invoke(main.clj:356) [clojure-1.5.1.jar:na]
	at clojure.main$main.doInvoke(main.clj:440) [clojure-1.5.1.jar:na]
	at clojure.lang.RestFn.invoke(RestFn.java:408) [clojure-1.5.1.jar:na]
	at clojure.lang.Var.invoke(Var.java:415) [clojure-1.5.1.jar:na]
	at clojure.lang.AFn.applyToHelper(AFn.java:161) [clojure-1.5.1.jar:na]
	at clojure.lang.Var.applyTo(Var.java:532) [clojure-1.5.1.jar:na]
	at clojure.main.main(main.java:37) [clojure-1.5.1.jar:na]
44919 [main] INFO  backtype.storm.daemon.nimbus - Shutting down master
45144 [main] INFO  backtype.storm.daemon.nimbus - Shut down master
45149 [main] INFO  backtype.storm.daemon.supervisor - Shutting down b90265e4-11aa-4bfe-a9c2-e322162cfe5d:0e319e88-53f5-4259-acaf-61e17a43f2aa
45149 [main] INFO  backtype.storm.process-simulator - Killing process 7bbda5c1-ad85-489d-af55-b2c95987af69
45149 [main] INFO  backtype.storm.daemon.worker - Shutting down worker topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0 b90265e4-11aa-4bfe-a9c2-e322162cfe5d 1024
45150 [main] INFO  backtype.storm.messaging.netty.Client - Closing Netty Client Netty-Client-/192.168.1.8:1025
45150 [main] INFO  backtype.storm.messaging.netty.Client - Waiting for pending batchs to be sent with Netty-Client-/192.168.1.8:1025..., timeout: 600000ms, pendings: 0
45154 [main] INFO  backtype.storm.daemon.worker - Shutting down receive thread
45154 [main] WARN  org.apache.curator.retry.ExponentialBackoffRetry - maxRetries too large (300). Pinning to 29
45154 [main] INFO  backtype.storm.utils.StormBoundedExponentialBackoffRetry - The baseSleepTimeMs [100] the maxSleepTimeMs [1000] the maxRetries [300]
45154 [main] INFO  backtype.storm.messaging.netty.Client - New Netty Client, connect to localhost, 1024, config: , buffer_size: 5242880
45155 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - Reconnect started for Netty-Client-localhost/127.0.0.1:1024... [0]
45156 [client-schedule-service-1] INFO  backtype.storm.messaging.netty.Client - connection established to a remote host Netty-Client-localhost/127.0.0.1:1024, [id: 0xd33a982f, /127.0.0.1:64652 => localhost/127.0.0.1:1024]
45158 [main] INFO  backtype.storm.messaging.loader - Shutting down receiving-thread: [topologytest-38c89c6b-7c27-44d7-8862-757f520daa62-1-0, 1024]
45158 [main] INFO  backtype.storm.messaging.netty.Client - Closing Netty Client Netty-Client-localhost/127.0.0.1:1024
45158 [main] INFO  backtype.storm.messaging.netty.Client - Waiting for pending batchs to be sent with Netty-Client-localhost/127.0.0.1:1024..., timeout: 600000ms, pendings: 1
45161 [Thread-67-disruptor-worker-transfer-queue] ERROR backtype.storm.util - Async loop died!
java.lang.RuntimeException: java.lang.RuntimeException: Client is being closed, and does not take requests any more
	at backtype.storm.utils.DisruptorQueue.consumeBatchToCursor(DisruptorQueue.java:127) ~[classes/:na]
	at backtype.storm.utils.DisruptorQueue.consumeBatchWhenAvailable(DisruptorQueue.java:96) ~[classes/:na]
	at backtype.storm.disruptor$consume_batch_when_available.invoke(disruptor.clj:81) ~[classes/:na]
	at backtype.storm.disruptor$consume_loop_STAR_$fn__2792.invoke(disruptor.clj:95) ~[classes/:na]
	at backtype.storm.util$async_loop$fn__1046.invoke(util.clj:457) ~[classes/:na]
	at clojure.lang.AFn.run(AFn.java:24) [clojure-1.5.1.jar:na]
	at java.lang.Thread.run(Thread.java:695) [na:1.6.0_65]
Caused by: java.lang.RuntimeException: Client is being closed, and does not take requests any more
	at backtype.storm.messaging.netty.Client.send(Client.java:183) ~[classes/:na]
	at backtype.storm.utils.TransferDrainer.send(TransferDrainer.java:54) ~[classes/:na]
	at backtype.storm.daemon.worker$mk_transfer_tuples_handler$fn__5695$fn__5696.invoke(worker.clj:330) ~[classes/:na]
	at backtype.storm.daemon.worker$mk_transfer_tuples_handler$fn__5695.invoke(worker.clj:328) ~[classes/:na]
	at backtype.storm.disruptor$clojure_handler$reify__2779.onEvent(disruptor.clj:59) ~[classes/:na]
	at backtype.storm.utils.DisruptorQueue.consumeBatchToCursor(DisruptorQueue.java:124) ~[classes/:na]
	... 6 common frames omitted
45167 [Thread-67-disruptor-worker-transfer-queue] ERROR backtype.storm.util - Halting process: ("Async loop died!")
java.lang.RuntimeException: ("Async loop died!")
	at backtype.storm.util$exit_process_BANG_.doInvoke(util.clj:319) [classes/:na]
	at clojure.lang.RestFn.invoke(RestFn.java:423) [clojure-1.5.1.jar:na]
	at backtype.storm.disruptor$consume_loop_STAR_$fn__2790.invoke(disruptor.clj:93) [classes/:na]
	at backtype.storm.util$async_loop$fn__1046.invoke(util.clj:467) [classes/:na]
	at clojure.lang.AFn.run(AFn.java:24) [clojure-1.5.1.jar:na]
	at java.lang.Thread.run(Thread.java:695) [na:1.6.0_65]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Storm ............................................. SUCCESS [  5.732 s]
[INFO] maven-shade-clojure-transformer ................... SUCCESS [  8.162 s]
[INFO] Storm Core ........................................ FAILURE [02:11 min]
[INFO] storm-starter ..................................... SKIPPED
[INFO] storm-kafka ....................................... SKIPPED
[INFO] storm-hdfs ........................................ SKIPPED
[INFO] storm-hbase ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:28 min
[INFO] Finished at: 2014-11-04T09:33:02-06:00
[INFO] Final Memory: 26M/113M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.theoryinpractise:clojure-maven-plugin:1.3.18:test-with-junit (test-clojure) on project storm-core: Clojure failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.theoryinpractise:clojure-maven-plugin:1.3.18:test-with-junit (test-clojure) on project storm-core: Clojure failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Clojure failed.
	at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:451)
	at com.theoryinpractise.clojure.AbstractClojureCompilerMojo.callClojureWith(AbstractClojureCompilerMojo.java:353)
	at com.theoryinpractise.clojure.ClojureRunTestWithJUnitMojo.execute(ClojureRunTestWithJUnitMojo.java:153)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :storm-core
David-Laxers-MacBook-Pro:storm davidlaxer$ 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org