View Issue Details

IDProjectCategoryView StatusLast Update
0003494SymmetricDSBugpublic2018-03-20 16:56
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version2.2.0 
Target Version3.8.34Fixed in Version3.8.34 
Summary0003494: 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 0003495 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.8 7e78a6f1

2018-03-15 13:29:22

admin

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

Issue History

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