-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
In avro-sink/source it would appear that every time the connection is reset some duplicate logs can be generated. I haven't been able to figure out the cause of this(they should have been rolled back when the connection gets closed by the timer)
I've put together a patch that serializes the reset. This gets rid of the duplicates and shouldn't result in a performance penalty as events sent during the reset end up getting reset anyway.
- links to