You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/12/01 19:08:48 UTC

[04/50] [abbrv] storm git commit: DebugOptions needs to be above TopologyInfo

DebugOptions needs to be above TopologyInfo


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

Branch: refs/heads/STORM-1040
Commit: 037cd00d58418d588bffebf02c7897e29e193a9b
Parents: ccf3fd2
Author: Michael Schonfeld <mi...@schonfeld.org>
Authored: Mon Nov 16 14:48:45 2015 -0500
Committer: Michael Schonfeld <mi...@schonfeld.org>
Committed: Mon Nov 23 18:49:11 2015 -0500

----------------------------------------------------------------------
 storm-core/src/storm.thrift | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/037cd00d/storm-core/src/storm.thrift
----------------------------------------------------------------------
diff --git a/storm-core/src/storm.thrift b/storm-core/src/storm.thrift
index 6d967b0..d5952d7 100644
--- a/storm-core/src/storm.thrift
+++ b/storm-core/src/storm.thrift
@@ -231,6 +231,11 @@ struct ExecutorSummary {
   7: optional ExecutorStats stats;
 }
 
+struct DebugOptions {
+  1: optional bool enable
+  2: optional double samplingpct
+}
+
 struct TopologyInfo {
   1: required string id;
   2: required string name;
@@ -250,11 +255,6 @@ struct TopologyInfo {
 526: optional double assigned_cpu;
 }
 
-struct DebugOptions {
-  1: optional bool enable
-  2: optional double samplingpct
-}
-
 struct CommonAggregateStats {
 1: optional i32 num_executors;
 2: optional i32 num_tasks;