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 2018/08/16 16:56:35 UTC

[1/2] storm git commit: STORM-3194 reduce FIFOSchedulingPriorityStrategy logging level

Repository: storm
Updated Branches:
  refs/heads/master 4c42ee3d2 -> 88d19b098


STORM-3194 reduce FIFOSchedulingPriorityStrategy logging level


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

Branch: refs/heads/master
Commit: cac56053b40c888cc7e448f2b525c7baea419205
Parents: 4c42ee3
Author: Aaron Gresch <ag...@yahoo-inc.com>
Authored: Tue Aug 14 13:06:47 2018 -0500
Committer: Aaron Gresch <ag...@yahoo-inc.com>
Committed: Tue Aug 14 13:06:47 2018 -0500

----------------------------------------------------------------------
 .../strategies/priority/FIFOSchedulingPriorityStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/cac56053/storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/priority/FIFOSchedulingPriorityStrategy.java
----------------------------------------------------------------------
diff --git a/storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/priority/FIFOSchedulingPriorityStrategy.java b/storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/priority/FIFOSchedulingPriorityStrategy.java
index 98b3f4e..229f5b5 100644
--- a/storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/priority/FIFOSchedulingPriorityStrategy.java
+++ b/storm-server/src/main/java/org/apache/storm/scheduler/resource/strategies/priority/FIFOSchedulingPriorityStrategy.java
@@ -46,7 +46,7 @@ public class FIFOSchedulingPriorityStrategy extends DefaultSchedulingPriorityStr
             Collections.sort(tds, new TopologyBySubmissionTimeComparator());
             td = getNextHighest();
             if (td != null) {
-                LOG.info("SCORE FOR {} is {}", td.getId(), td.getUpTime());
+                LOG.debug("SCORE FOR {} is {}", td.getId(), td.getUpTime());
                 return td.getUpTime();
             }
             return Double.MAX_VALUE;


[2/2] storm git commit: Merge branch 'agresch_fifologging' of https://github.com/agresch/storm into STORM-3194-merge

Posted by sr...@apache.org.
Merge branch 'agresch_fifologging' of https://github.com/agresch/storm into STORM-3194-merge


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

Branch: refs/heads/master
Commit: 88d19b09846838715218cfcb30fe72b6b906b546
Parents: 4c42ee3 cac5605
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Thu Aug 16 18:54:01 2018 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Thu Aug 16 18:54:01 2018 +0200

----------------------------------------------------------------------
 .../strategies/priority/FIFOSchedulingPriorityStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------