View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005216 | SymmetricDS | Bug | public | 2022-02-14 20:00 | 2022-04-11 19:28 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.13.4 | Fixed in Version | 3.13.4 | ||
Summary | 0005216: Metadata error can skip data when using dataloader.ignore.missing.tables parameter | ||||
Description | The data loader can skip rows in the batch for a table when the lookup of metadata for the table definition gets an exception. The dataloader.ignore.missing.tables parameter allows data for non-existent tables to be skipped. It uses the logic of checking if the target table object is null or not. The logic that looks up the table definition can get an exception from the database, such as a transient read timeout or no objects left in pool, and it catches the exception, leaving the target table as null. | ||||
Tags | data sync | ||||
SymmetricDS: 3.13 19c1d7e7 2022-02-14 20:04:07 Details Diff |
0005216: Metadata error can skip data when using dataloader.ignore.missing.tables parameter |
Affected Issues 0005216 |
|
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/AbstractDatabaseWriter.java | Diff File | ||
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriter.java | Diff File | ||
SymmetricDS: 3.14 fd10c7b6 2022-02-14 20:04:07 Details Diff |
0005216: Metadata error can skip data when using dataloader.ignore.missing.tables parameter |
Affected Issues 0005216 |
|
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/AbstractDatabaseWriter.java | Diff File | ||
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriter.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-02-14 20:00 | elong | New Issue | |
2022-02-14 20:00 | elong | Status | new => assigned |
2022-02-14 20:00 | elong | Assigned To | => elong |
2022-02-14 20:00 | elong | Tag Attached: data sync | |
2022-02-14 20:04 | elong | Status | assigned => resolved |
2022-02-14 20:04 | elong | Resolution | open => fixed |
2022-02-14 20:04 | elong | Fixed in Version | => 3.12.16 |
2022-02-14 20:05 | elong | Fixed in Version | 3.12.16 => 3.13.4 |
2022-02-14 20:05 | elong | Target Version | 3.12.16 => 3.13.4 |
2022-02-14 21:00 | admin | Changeset attached | => SymmetricDS 3.13 19c1d7e7 |
2022-02-14 21:00 | admin | Changeset attached | => SymmetricDS 3.14 fd10c7b6 |
2022-04-11 19:28 | admin | Status | resolved => closed |