-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In DefaultConnectionPool.java a pooled connection invalidate the connection pool by invoking incrementGenerationAndOnSocketException and then propagate it to upper level. Then in DefaultServer.java, ProtocolExcecutor catches the exception and invalidate the connection pool again. I don't know why it is like that.