View Issue Details

IDProjectCategoryView StatusLast Update
0003731SymmetricDSBugpublic2018-09-20 21:00
Reporterelong Assigned Toelong  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.9.0 
Target Version3.9.14Fixed in Version3.9.14 
Summary0003731: Gaps taking longer to expire and using slower method of querying sym_data
DescriptionGaps taking longer to expire than the timeout specified in routing.stale.dataid.gap.time.ms because routing is setting the flag to indicate not all data is read even when it is. Gap expiration then waits until routing.stale.gap.busy.expire.time.ms to perform "busy expiration" which involves querying for the gap in sym_data, which is more expensive.
Additional InformationWorkaround is to disable the routing.query.channels.first parameter.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 284db669

2018-09-20 16:38:39

admin

Details Diff
0003731: Gaps taking longer to expire and using slower method of
querying sym_data
Affected Issues
0003731
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RouterService.java Diff File

Issue History

Date Modified Username Field Change
2018-09-20 20:37 elong New Issue
2018-09-20 20:37 elong Status new => assigned
2018-09-20 20:37 elong Assigned To => elong
2018-09-20 20:38 elong Status assigned => resolved
2018-09-20 20:38 elong Resolution open => fixed
2018-09-20 20:38 elong Fixed in Version => 3.9.14
2018-09-20 21:00 admin Changeset attached => SymmetricDS 3.9 284db669