You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/05/22 17:08:58 UTC

[3/4] storm git commit: Merge branch 'fix/lgtm-alerts' of https://github.com/adityasharad/storm into STORM-2503

Merge branch 'fix/lgtm-alerts' of https://github.com/adityasharad/storm into STORM-2503

STORM-2503: Fix lgtm.com alerts on equality and comparison operations.


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

Branch: refs/heads/master
Commit: 83f11bd9e34948ae72ff50a55628298e36e62ec6
Parents: 8a4fe36 0a88924
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon May 22 10:34:57 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon May 22 10:34:57 2017 -0500

----------------------------------------------------------------------
 .../storm/starter/TransactionalWords.java       |  2 +-
 .../storm/container/cgroup/SubSystem.java       |  9 +++
 .../scheduler/SchedulerAssignmentImpl.java      |  9 +++
 .../DefaultResourceAwareStrategy.java           |  6 +-
 .../StoreBasedTridentWindowManager.java         |  2 +-
 .../org/apache/storm/daemon/nimbus/Nimbus.java  | 10 +--
 .../daemon/supervisor/ReadClusterState.java     |  2 +-
 .../TestDefaultResourceAwareStrategy.java       | 65 +++++---------------
 8 files changed, 46 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/83f11bd9/examples/storm-starter/src/jvm/org/apache/storm/starter/TransactionalWords.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/storm/blob/83f11bd9/storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java
----------------------------------------------------------------------