-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61829/
-----------------------------------------------------------
Review request for geode, Alexander Murmann, Galen O'Sullivan, Hitesh Khamesra,
Udo Kohlmeyer, and Brian Rowe.
Bugs: GEODE-3408
https://issues.apache.org/jira/browse/GEODE-3408
Repository: geode
Description
-------
Modified the message handler to catch EOFException and effect shutdown of the
connection & server thread. I also fixed the handling of IOException.
The methods invoked are the same as for the old protocol's handling of
EOFException and IOException.
Diffs
-----
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/GenericProtocolServerConnection.java
cd1647a
Diff: https://reviews.apache.org/r/61829/diff/1/
Testing
-------
as this just affects logging behavior there are no new unit tests. I verified
that the behavior is correct with the manual test used to reproduce GEODE-3409
(my other review that is currently open).
precheckin is running now.
Thanks,
Bruce Schuchardt