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 2018/07/13 23:03:21 UTC

[4/4] storm git commit: Merge branch 'STORM-3148' of https://github.com/revans2/incubator-storm into STORM-3148

Merge branch 'STORM-3148' of https://github.com/revans2/incubator-storm into STORM-3148

STORM-3148: Avoid threading issues with kryo

This closes #2762


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

Branch: refs/heads/master
Commit: c9e9a7c294458c8bb1166e0646a5fa580661e21e
Parents: e21110d bfb267e
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Fri Jul 13 15:42:53 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Fri Jul 13 15:42:53 2018 -0500

----------------------------------------------------------------------
 .../storm/daemon/worker/BackPressureTracker.java    | 13 ++++++++-----
 .../org/apache/storm/messaging/netty/Client.java    |  4 ----
 .../org/apache/storm/messaging/netty/Server.java    |  8 ++++----
 .../storm/messaging/netty/StormClientHandler.java   | 16 ++++++++++++++--
 .../messaging/netty/StormClientPipelineFactory.java |  3 ++-
 .../messaging/netty/StormServerPipelineFactory.java | 11 +++--------
 6 files changed, 31 insertions(+), 24 deletions(-)
----------------------------------------------------------------------