View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003715 | SymmetricDS | Bug | public | 2018-09-10 19:59 | 2018-09-13 16:00 |
Reporter | mmichalek | Assigned To | mmichalek | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.14 | Fixed in Version | 3.9.14 | ||
Summary | 0003715: File sync extract batches sometimes show incorrect row counts | ||||
Description | The fix made for https://www.symmetricds.org/issues/view.php?id=3632 basically filtered out files from the initial load on the extract side. This had the side effect of still creating batches (sometimes many) with row counts, even though no files would get sync'd (which was the desired behavior in this case). This fix modifies the file sync extract query against sym_file_snapshot to join to sym_file_trigger_router and check if the initial_load_enabled flag is on. For a system with file sync enabled, you should just get one empty batch (which reports 0 rows) which should be expected. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.9 669b8fd2 2018-09-10 16:08:09 Details Diff |
0003715: File sync extract batches sometimes show incorrect row counts |
Affected Issues 0003715 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File | ||
SymmetricDS: 3.9 f93149d8 2018-09-13 11:16:44 Details Diff |
0003715: File sync extract batches sometimes show incorrect row counts |
Affected Issues 0003715 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-09-10 19:59 | mmichalek | New Issue | |
2018-09-10 19:59 | mmichalek | Status | new => assigned |
2018-09-10 19:59 | mmichalek | Assigned To | => mmichalek |
2018-09-10 20:00 | mmichalek | Relationship added | related to 0003632 |
2018-09-10 20:08 | mmichalek | Status | assigned => resolved |
2018-09-10 20:08 | mmichalek | Resolution | open => fixed |
2018-09-10 20:08 | mmichalek | Fixed in Version | => 3.9.14 |
2018-09-10 21:00 | mmichalek | Changeset attached | => SymmetricDS 3.9 669b8fd2 |
2018-09-13 16:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.9 f93149d8 |