View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003462 | SymmetricDS | Improvement | public | 2018-02-28 15:38 | 2018-03-12 12:26 |
Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.9.5 | Fixed in Version | 3.9.5 | ||
Summary | 0003462: Adjust default parameter value for dataloader.apply.changes.only | ||||
Description | The prior default for this parameter was false. As a result updates that contained the same old and new data values would not actually fire an update on the target. However with configurations that use sync on incoming this might cause issues. For example if a load was sent from client 1 to server and the data already existed at the server this update would be captured and sent to clients 2, 3, etc. However once it arrived at these other clients the data would not actually run an update since old and new matched. The batch is marked ok with the updates in it as if they had ran. The problem arises if these clients did not have the data at all or had old data. Since the update was never ran to make the data truly up to date or also fall back to insert in case it was missing the client is now out of sync. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-28 15:38 | josh-a-hicks | New Issue | |
2018-02-28 15:38 | josh-a-hicks | Status | new => assigned |
2018-02-28 15:38 | josh-a-hicks | Assigned To | => josh-a-hicks |
2018-02-28 15:39 | josh-a-hicks | Project | SymmetricDS Pro => SymmetricDS |
2018-03-02 18:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.9 3bc64887 |
2018-03-07 15:18 | josh-a-hicks | Status | assigned => resolved |
2018-03-07 15:18 | josh-a-hicks | Resolution | open => fixed |
2018-03-07 15:18 | josh-a-hicks | Fixed in Version | => 3.9.5 |
2018-03-12 12:26 | chenson | Status | resolved => closed |