View Issue Details

IDProjectCategoryView StatusLast Update
0003495SymmetricDSBugpublic2018-03-28 22:16
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version2.2.0 
Target Version3.9.6Fixed in Version3.9.6 
Summary0003495: Multiple channels in error, should sort batches order by oldest first
DescriptionWhen 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.
TagsNo tags attached.

Relationships

related to 0003494 closedelong Multiple channels in error, should sort batches order by oldest first 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 1015e86f

2018-03-15 13:30:21

admin

Details Diff
0003495: Multiple channels in error, should sort batches order by oldest
first
Affected Issues
0003495
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

Issue History

Date Modified Username Field Change
2018-03-15 17:28 elong New Issue
2018-03-15 17:28 elong Status new => assigned
2018-03-15 17:28 elong Assigned To => elong
2018-03-15 17:28 elong Relationship added related to 0003494
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.9.6
2018-03-15 18:00 admin Changeset attached => SymmetricDS 3.9 1015e86f
2018-03-28 22:16 mmichalek Status resolved => closed