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/06/25 18:55:40 UTC

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

Merge branch 'agresch_blob_delete' of https://github.com/agresch/storm into STORM-3117

STORM-3117: prevent deleting blobs while topologies still active

This closes #2732


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

Branch: refs/heads/master
Commit: 21bb1388414d373572779289edc785c7e5aa52aa
Parents: 950e527 733d58c
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon Jun 25 13:33:30 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon Jun 25 13:33:30 2018 -0500

----------------------------------------------------------------------
 .../storm/generated/IllegalStateException.java  | 380 +++++++++++++++++++
 .../jvm/org/apache/storm/generated/Nimbus.java  | 130 ++++++-
 .../utils/WrappedIllegalStateException.java     |  32 ++
 storm-client/src/py/storm/Nimbus.py             |  20 +-
 storm-client/src/py/storm/ttypes.py             |  66 ++++
 storm-client/src/storm.thrift                   |   6 +-
 .../org/apache/storm/daemon/nimbus/Nimbus.java  |  27 +-
 7 files changed, 649 insertions(+), 12 deletions(-)
----------------------------------------------------------------------