-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.0
-
Component/s: None
-
Labels:None
If the destroyConnection() call happens just before a client.append() or client.getBatchSize(), it is possible that an EventDeliveryException is thrown which is caused by an NPE (since destroyConnection() will set client to null).