GEODE-1727 NPE in JGroups during shutdown
Moved the shutdown of the JGroups timer to before super.stop() so that
timer tasks won't fire after the bundler variable has been nulled out.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/
Repository: incubator-geode
Updated Branches:
refs/heads/develop 64c3c6278 -> c7a0a458f
GEODE-1727 NPE in JGroups during shutdown
Moved the shutdown of the JGroups timer to before super.stop() so that
timer tasks won't fire after the bundler variable has been nulled out.
Project: http://git-