View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004184 | SymmetricDS | Bug | public | 2019-12-05 17:50 | 2019-12-09 17:26 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.7 | Fixed in Version | 3.10.7 | ||
Summary | 0004184: Incorrect resolver behavior: Failed to find and delete the blocking row | ||||
Description | Incorrect resolver behavior when two conflicts occur in the same batch and the second conflict is caused by an UPDATE that affects zero rows. ERROR [client-1] [DefaultDatabaseWriterConflictResolver] [client-1-dataloader-22] Failed to find and delete the blocking row by primary key: DELETE from "DB"."PUBLIC"."MYTEST" where "ID" = ? {2} For example, a batch that contains an INSERT for a row that already exists, followed by an UPDATE to a row that does not exist. The first conflict gets an exception, but the exception is not cleared from memory. On the second conflict, there is no exception from the database, so it incorrectly uses the first exception to determine its behavior. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-05 17:50 | elong | New Issue | |
2019-12-05 17:50 | elong | Status | new => assigned |
2019-12-05 17:50 | elong | Assigned To | => elong |
2019-12-05 17:54 | elong | Status | assigned => resolved |
2019-12-05 17:54 | elong | Resolution | open => fixed |
2019-12-05 17:54 | elong | Fixed in Version | => 3.10.7 |
2019-12-05 17:55 | elong | Issue cloned: 0004185 | |
2019-12-05 17:55 | elong | Relationship added | related to 0004185 |
2019-12-05 18:00 | admin | Changeset attached | => SymmetricDS 3.10 bb5ae6d6 |
2019-12-09 17:26 | admin | Status | resolved => closed |