View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004088 | SymmetricDS | Bug | public | 2019-09-13 18:00 | 2019-11-01 12:44 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.5 | Fixed in Version | 3.10.5 | ||
Summary | 0004088: Failed to delete blocking row | ||||
Description | The data loader has auto resolution logic to remove a blocking row that can fail for a couple reasons. 1) It fails to delete a blocking row when one of the column values are NULL in the unique constraint. Failed to find and delete the blocking row by unique constraint: DELETE from testfallback where ID = ? and NAME = ? {1,null} 2) It fails to delete a blocking row when an extra primary key column is sent from the source that doesn't exist on the target. This can cause misleading logging, where it uses the wrong column value and possibly a conversion error. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-13 18:00 | elong | New Issue | |
2019-09-13 18:00 | elong | Status | new => assigned |
2019-09-13 18:00 | elong | Assigned To | => elong |
2019-09-13 18:02 | elong | Status | assigned => resolved |
2019-09-13 18:02 | elong | Resolution | open => fixed |
2019-09-13 18:02 | elong | Fixed in Version | => 3.10.5 |
2019-09-13 19:00 | admin | Changeset attached | => SymmetricDS 3.10 e1d08151 |
2019-11-01 12:44 | admin | Status | resolved => closed |