View Issue Details

IDProjectCategoryView StatusLast Update
0005740SymmetricDSImprovementpublic2023-10-04 13:10
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.5.0 
Target Version3.15.0Fixed in Version3.15.0 
Summary0005740: Have file sync make better use of staging
DescriptionCurrently, file sync uses staging to temporarily hold zip files, but it deletes these files immediately after attempting to sync them. This means that if synchronization fails, it must re-create the zip files during the next sync attempt. Instead, it should keep the zip files in staging and re-use them if synchronization is re-attempted. There should be a new parameter that controls whether file sync uses this improved functionality.
Tagsfile sync, performance

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 1f44f21d

2023-03-15 16:38:39

evan-miller-jumpmind

Details Diff
0005740: Made file sync make better use of staging Affected Issues
0005740
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/io/stage/BatchStagingManager.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/FileSyncService.java Diff File
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File

Issue History

Date Modified Username Field Change
2023-03-15 16:36 emiller New Issue
2023-03-15 16:36 emiller Status new => assigned
2023-03-15 16:36 emiller Assigned To => emiller
2023-03-15 16:39 emiller Status assigned => resolved
2023-03-15 16:39 emiller Resolution open => fixed
2023-03-15 16:39 emiller Fixed in Version => 3.15.0
2023-10-01 23:46 admin Status resolved => closed
2023-10-03 23:00 Changeset attached => SymmetricDS 3.15 1f44f21d
2023-10-04 13:10 elong Tag Attached: file sync
2023-10-04 13:10 elong Tag Attached: performance