View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005740 | SymmetricDS | Improvement | public | 2023-03-15 16:36 | 2023-10-04 13:10 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.5.0 | ||||
Target Version | 3.15.0 | Fixed in Version | 3.15.0 | ||
Summary | 0005740: Have file sync make better use of staging | ||||
Description | Currently, 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. | ||||
Tags | file sync, performance | ||||
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 |
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 |