View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003494 | SymmetricDS | Bug | public | 2018-03-15 17:14 | 2018-03-20 16:56 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 2.2.0 | ||||
Target Version | 3.8.34 | Fixed in Version | 3.8.34 | ||
Summary | 0003494: Multiple channels in error, should sort batches order by oldest first | ||||
Description | When a channel gets into error, its batches are sorted last to be sent. If two channels get into an error, the channels should take turns being first. The channel sorting uses the last update time on the batches, but if there are multiple batches on the same channel with the error_flag set, it uses the wrong last update time. Change the routine to use the max last update time for the batches on each channel. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 7e78a6f1 2018-03-15 13:29:22 Details Diff |
0003494: Multiple channels in error, should sort batches order by oldest first |
Affected Issues 0003494 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/model/OutgoingBatches.java | Diff File | ||
mod - symmetric-core/src/test/java/org/jumpmind/symmetric/model/OutgoingBatchesTest.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-03-15 17:14 | elong | New Issue | |
2018-03-15 17:14 | elong | Status | new => assigned |
2018-03-15 17:14 | elong | Assigned To | => elong |
2018-03-15 17:28 | elong | Relationship added | related to 0003495 |
2018-03-15 17:30 | elong | Status | assigned => resolved |
2018-03-15 17:30 | elong | Resolution | open => fixed |
2018-03-15 17:30 | elong | Fixed in Version | => 3.8.34 |
2018-03-15 18:00 | admin | Changeset attached | => SymmetricDS 3.8 7e78a6f1 |
2018-03-20 16:56 | chenson | Status | resolved => closed |