[07/16] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-11 Thread dschneider
GEODE-2732 after auto-reconnect a server is restarted on the default port Now that gfsh cache server parameters are no longer held in a ThreadLocal we need to clear the static variables holding the parameters in order to avoid having one test affect another. Project:

[02/16] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-11 Thread dschneider
GEODE-2732 after auto-reconnect a server is restarted on the default port Gfsh command line parameters were put into ThreadLocals to make them available to the XML parser. These are now held in non-thread-local variables so that all threads, including the auto-reconnect thread, can see them when

[04/16] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-11 Thread dschneider
GEODE-2732 after auto-reconnect a server is restarted on the default port Changes to the new test based on feedback from Galen Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/669d3ed1 Tree:

[07/12] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-07 Thread klund
GEODE-2732 after auto-reconnect a server is restarted on the default port Now that gfsh cache server parameters are no longer held in a ThreadLocal we need to clear the static variables holding the parameters in order to avoid having one test affect another. Project:

[04/12] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-07 Thread klund
GEODE-2732 after auto-reconnect a server is restarted on the default port Changes to the new test based on feedback from Galen Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/669d3ed1 Tree:

geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-06 Thread bschuchardt
Repository: geode Updated Branches: refs/heads/develop 19376d306 -> 799548ee4 GEODE-2732 after auto-reconnect a server is restarted on the default port Now that gfsh cache server parameters are no longer held in a ThreadLocal we need to clear the static variables holding the parameters in

[2/2] geode git commit: GEODE-2732 after auto-reconnect a server is restarted on the default port

2017-04-05 Thread bschuchardt
GEODE-2732 after auto-reconnect a server is restarted on the default port Gfsh command line parameters were put into ThreadLocals to make them available to the XML parser. These are now held in non-thread-local variables so that all threads, including the auto-reconnect thread, can see them when