[GitHub] storm pull request #2339: STORM-2084: Refactor localization to combine files...

2017-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2339


---


[GitHub] storm pull request #2339: STORM-2084: Refactor localization to combine files...

2017-09-21 Thread revans2
GitHub user revans2 opened a pull request:

https://github.com/apache/storm/pull/2339

STORM-2084: Refactor localization to combine files together

This is mostly fairly standard refactoring.  I am doing some of this in 
preparation for more changes coming in STORM-2438.

I am happy to remove the changes to testing4j_test.  They were mostly 
trying to debug some test failures there related to messages being dropped in 
netty mode, but are not related to this change.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/revans2/incubator-storm STORM-2084

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2339.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2339


commit 78cb243c4bc9aaeaffd6f1c76915ac20016b32e7
Author: Robert (Bobby) Evans 
Date:   2017-09-15T18:29:40Z

STORM-2084: Refactor localization to combine files together




---