View Issue Details

IDProjectCategoryView StatusLast Update
0006274SymmetricDSBugpublic2024-04-19 15:46
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.12 
Target Version3.14.13Fixed in Version3.14.13 
Summary0006274: FileSyncDataRouter gets FileTriggerRouters from database instead of cache
DescriptionFileSyncDataRouter gets FileTriggerRouters from database instead of cache for each Data routed.
This causes way too much database activity.
It also overuses the Java heap because each Data keeps a reference to a new Router data object.

FileSyncDataRouter.routeToNodes(...) calls fileSyncService.getFileTriggerRouter(triggerId, routerId, true), where the "true" parameter tells the method to refresh the cache. That parameter should be changed to false.
Tagsfile sync, routing

Relationships

related to 0006275 closedpmarzullo FileSyncDataRouter gets FileTriggerRouters from database instead of cache 

Activities

Related Changesets

SymmetricDS: 3.14 b40831d7

2024-03-05 21:45:10

pmarzullo

Details Diff
0006274: FileSyncDataRouter gets FileTriggerRouters from database
instead of cache
Affected Issues
0006274
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/route/FileSyncDataRouter.java Diff File

Issue History

Date Modified Username Field Change
2024-03-05 21:39 pmarzullo New Issue
2024-03-05 21:39 pmarzullo Status new => assigned
2024-03-05 21:39 pmarzullo Assigned To => pmarzullo
2024-03-05 21:39 pmarzullo Tag Attached: file sync
2024-03-05 21:39 pmarzullo Tag Attached: routing
2024-03-05 21:42 pmarzullo Relationship added related to 0006275
2024-03-11 16:26 pmarzullo Status assigned => resolved
2024-03-11 16:26 pmarzullo Resolution open => fixed
2024-03-11 16:26 pmarzullo Fixed in Version => 3.14.13
2024-03-11 16:26 pmarzullo Note Added: 0002421
2024-03-19 16:20 admin Status resolved => closed
2024-04-19 15:46 pmarzullo Changeset attached => SymmetricDS 3.14 b40831d7