[QFJ-493] When a gap fill satisfies a resend request, QF does not realize it Created: 25/Dec/09 Updated: 01/Apr/14 Resolved: 01/Apr/14 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.2.1 |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | Rhys Yarranton | Assignee: | Christoph John |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | None |
Attachments: | QFJ-493.diff.1.4.0.txt |
Description |
In our production environment, we saw the following scenario: We tracked the problem down to the We are running 1.2.1. Based on inspection of the code, I believe this also affects 1.3.x and 1.4.x. Will attach a patch, diff.txt. |
Comments |
Comment by Rhys Yarranton [ 25/Dec/09 ] |
Hmm, I can't find the link to add an attachment, so I will paste the patch here instead. — core/src/main/java/quickfix/Session.java 2009-12-08 16:28:15.657576498 -0700 if ((checkTooHigh || checkTooLow) && state.isResendRequested()) {
|
Comment by Rhys Yarranton [ 04/May/10 ] |
Attachments seem to be working again. This one is a patch against 1.4.0. |
Comment by Christoph John [ 01/Apr/14 ] |
Was not able to reproduce this. Added unit test: http://sourceforge.net/p/quickfixj/code/1170/ |