You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Bruce Schuchardt <bs...@pivotal.io> on 2016/04/07 01:39:02 UTC

Review Request 45844: GEODE-1187 If a server launched by Gfsh goes into auto-reconnect the server's PID file is deleted

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45844/
-----------------------------------------------------------

Review request for geode, Hitesh Khamesra, Jianxia Chen, Jens Deppe, and Udo Kohlmeyer.


Repository: geode


Description
-------

ServerLauncher needed to be made aware of auto-reconnect.  I changed getCache() to look for a new, reconnected cache and I changed isWaiting() to see if the current cache is in a reconnecting state.

I also changed the shutdown logic to cancel reconnect attempts if the cache is in that state when a stop is requested.


Diffs
-----

  geode-core/src/main/java/com/gemstone/gemfire/distributed/ServerLauncher.java 2a8c9f3c232a981fb8123df57c1f207d5de81f4f 
  geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java d3a7050749004fd62975d10024f9e59752700e54 

Diff: https://reviews.apache.org/r/45844/diff/


Testing
-------

new tests for reconnect and for stopping the server.  Precheckin is underway.  I ran manual network-down tests as well using iptable manipulation to simulate a network partition with and without the change.


Thanks,

Bruce Schuchardt


Re: Review Request 45844: GEODE-1187 If a server launched by Gfsh goes into auto-reconnect the server's PID file is deleted

Posted by Hitesh Khamesra <hk...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45844/#review127515
-----------------------------------------------------------


Ship it!




Ship It!

- Hitesh Khamesra


On April 6, 2016, 11:39 p.m., Bruce Schuchardt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45844/
> -----------------------------------------------------------
> 
> (Updated April 6, 2016, 11:39 p.m.)
> 
> 
> Review request for geode, Hitesh Khamesra, Jianxia Chen, Jens Deppe, and Udo Kohlmeyer.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> ServerLauncher needed to be made aware of auto-reconnect.  I changed getCache() to look for a new, reconnected cache and I changed isWaiting() to see if the current cache is in a reconnecting state.
> 
> I also changed the shutdown logic to cancel reconnect attempts if the cache is in that state when a stop is requested.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/main/java/com/gemstone/gemfire/distributed/ServerLauncher.java 2a8c9f3c232a981fb8123df57c1f207d5de81f4f 
>   geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java d3a7050749004fd62975d10024f9e59752700e54 
> 
> Diff: https://reviews.apache.org/r/45844/diff/
> 
> 
> Testing
> -------
> 
> new tests for reconnect and for stopping the server.  Precheckin is underway.  I ran manual network-down tests as well using iptable manipulation to simulate a network partition with and without the change.
> 
> 
> Thanks,
> 
> Bruce Schuchardt
> 
>


Re: Review Request 45844: GEODE-1187 If a server launched by Gfsh goes into auto-reconnect the server's PID file is deleted

Posted by Jens Deppe <jd...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45844/#review127703
-----------------------------------------------------------


Ship it!




Ship It!

- Jens Deppe


On April 6, 2016, 11:39 p.m., Bruce Schuchardt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45844/
> -----------------------------------------------------------
> 
> (Updated April 6, 2016, 11:39 p.m.)
> 
> 
> Review request for geode, Hitesh Khamesra, Jianxia Chen, Jens Deppe, and Udo Kohlmeyer.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> ServerLauncher needed to be made aware of auto-reconnect.  I changed getCache() to look for a new, reconnected cache and I changed isWaiting() to see if the current cache is in a reconnecting state.
> 
> I also changed the shutdown logic to cancel reconnect attempts if the cache is in that state when a stop is requested.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/main/java/com/gemstone/gemfire/distributed/ServerLauncher.java 2a8c9f3c232a981fb8123df57c1f207d5de81f4f 
>   geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java d3a7050749004fd62975d10024f9e59752700e54 
> 
> Diff: https://reviews.apache.org/r/45844/diff/
> 
> 
> Testing
> -------
> 
> new tests for reconnect and for stopping the server.  Precheckin is underway.  I ran manual network-down tests as well using iptable manipulation to simulate a network partition with and without the change.
> 
> 
> Thanks,
> 
> Bruce Schuchardt
> 
>


Re: Review Request 45844: GEODE-1187 If a server launched by Gfsh goes into auto-reconnect the server's PID file is deleted

Posted by Jianxia Chen <jc...@pivotal.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45844/#review127686
-----------------------------------------------------------


Ship it!




Ship It!

- Jianxia Chen


On April 6, 2016, 11:39 p.m., Bruce Schuchardt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45844/
> -----------------------------------------------------------
> 
> (Updated April 6, 2016, 11:39 p.m.)
> 
> 
> Review request for geode, Hitesh Khamesra, Jianxia Chen, Jens Deppe, and Udo Kohlmeyer.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> ServerLauncher needed to be made aware of auto-reconnect.  I changed getCache() to look for a new, reconnected cache and I changed isWaiting() to see if the current cache is in a reconnecting state.
> 
> I also changed the shutdown logic to cancel reconnect attempts if the cache is in that state when a stop is requested.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/main/java/com/gemstone/gemfire/distributed/ServerLauncher.java 2a8c9f3c232a981fb8123df57c1f207d5de81f4f 
>   geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java d3a7050749004fd62975d10024f9e59752700e54 
> 
> Diff: https://reviews.apache.org/r/45844/diff/
> 
> 
> Testing
> -------
> 
> new tests for reconnect and for stopping the server.  Precheckin is underway.  I ran manual network-down tests as well using iptable manipulation to simulate a network partition with and without the change.
> 
> 
> Thanks,
> 
> Bruce Schuchardt
> 
>


Re: Review Request 45844: GEODE-1187 If a server launched by Gfsh goes into auto-reconnect the server's PID file is deleted

Posted by Udo Kohlmeyer <uk...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45844/#review127639
-----------------------------------------------------------


Ship it!




Ship It!

- Udo Kohlmeyer


On April 6, 2016, 11:39 p.m., Bruce Schuchardt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45844/
> -----------------------------------------------------------
> 
> (Updated April 6, 2016, 11:39 p.m.)
> 
> 
> Review request for geode, Hitesh Khamesra, Jianxia Chen, Jens Deppe, and Udo Kohlmeyer.
> 
> 
> Repository: geode
> 
> 
> Description
> -------
> 
> ServerLauncher needed to be made aware of auto-reconnect.  I changed getCache() to look for a new, reconnected cache and I changed isWaiting() to see if the current cache is in a reconnecting state.
> 
> I also changed the shutdown logic to cancel reconnect attempts if the cache is in that state when a stop is requested.
> 
> 
> Diffs
> -----
> 
>   geode-core/src/main/java/com/gemstone/gemfire/distributed/ServerLauncher.java 2a8c9f3c232a981fb8123df57c1f207d5de81f4f 
>   geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java d3a7050749004fd62975d10024f9e59752700e54 
> 
> Diff: https://reviews.apache.org/r/45844/diff/
> 
> 
> Testing
> -------
> 
> new tests for reconnect and for stopping the server.  Precheckin is underway.  I ran manual network-down tests as well using iptable manipulation to simulate a network partition with and without the change.
> 
> 
> Thanks,
> 
> Bruce Schuchardt
> 
>