Re: [Discuss] Member Launcher API

2018-02-26 Thread Kirk Lund
You might want to also consider moving these Launcher classes from org.apache.geode.distributed to some other package such as one of the following: 1) org.apache.geode 2) org.apache.geode.api 3) org.apache.geode.launcher 4) org.apache.geode.management 5) org.apache.geode.process The existing Laun

[Discuss] Member Launcher API

2018-02-26 Thread Patrick Rhomberg
Hello, all. There has been some discussion [1] on the JIRA regarding GEODE-3584, to reduce code duplication and improve clarity across LocatorLauncher, ServerLauncher, and AbstractLauncher classes. In no particular order, I think the following would be a good starting point for refactoring the