mreddington commented on a change in pull request #662:
URL: https://github.com/apache/geode-native/pull/662#discussion_r500554011
##########
File path: cppcache/src/ThinClientPoolDM.cpp
##########
@@ -1427,17 +1427,18 @@ GfErrType ThinClientPoolDM::sendSyncRequest(
GF_SAFE_DELETE_CON(conn);
}
excludeServers.insert(ServerLocation(ep->name()));
- if (error == GF_IOERR) {
+ if (error == GF_IOERR || error == GF_TIMEOUT) {
Review comment:
Can you combine these nested conditions into one and remove a whole
level of indentation?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]