-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60834/
-----------------------------------------------------------
Review request for geode, Alexander Murmann, Bruce Schuchardt, Galen
O'Sullivan, Hitesh Khamesra, and Udo Kohlmeyer.
Bugs: GEODE-3051
https://issues.apache.org/jira/browse/GEODE-3051
Repository: geode
Description
-------
This removes handling of SSL exceptions from the AccepterImpl.accept call, as
the SSL handling code is now all done in another thread.
The exception handling being done in the other thread appears to be correct, as
validated by CacheServerSSLConnectionDUnitTest.testNonSSLClient
Diffs
-----
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/AcceptorImpl.java
3c424d397
Diff: https://reviews.apache.org/r/60834/diff/1/
Testing
-------
Thanks,
Brian Rowe