Author: ron.sigal(a)jboss.com
Date: 2010-09-23 00:08:05 -0400 (Thu, 23 Sep 2010)
New Revision: 6107
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
Log:
JBREM-1245: Added "connection shutdown" to RETRIABLE_ERROR_MESSAGE.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java 2010-09-23
04:05:40 UTC (rev 6106)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java 2010-09-23
04:08:05 UTC (rev 6107)
@@ -139,7 +139,7 @@
public static long serializeTime = 0;
public static long deserializeTime = 0;
- private static final String patternString =
"^.*(?:connection.*reset|connection.*closed|broken.*pipe).*$";
+ private static final String patternString =
"^.*(?:connection.*reset|connection.*closed|broken.*pipe|connection.*shutdown).*$";
private static final Pattern RETRIABLE_ERROR_MESSAGE = Pattern.compile(patternString,
Pattern.CASE_INSENSITIVE);
/**
Show replies by date