View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004398 | SymmetricDS | Bug | public | 2020-05-13 19:25 | 2020-06-04 17:55 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.12 | Fixed in Version | 3.10.12 | ||
Summary | 0004398: Initial load leaves batch in RQ status with message "batch not ready for delivery" | ||||
Description | When using initial load with extract job enabled, after re-installing a node and sending it an initial load, a batch can get stuck in the RQ status. From the logs, the batch is extracted to staging by the extract job, but the client cannot pull the batch because its status remains as RQ. In the database, the extract request is OK, but the outgoing batch status is RQ: [server] Done with request 2 to extract table MYTEST into batches 9 through 9 for node 1 [server] Batch 9 is not ready for delivery. It is currently scheduled for extraction. What's happening is the batch is already in staging, left over from a previous run with this node. When the extract job goes to extract the table, no data is processed because the batch is found in staging already, so the MultiBatchStaging writer is never called, and the batch status is never changed. The workaround is to remove staging files. | ||||
Tags | initial/partial load | ||||
SymmetricDS: 3.10 a6a19e36 2020-05-21 11:23:44 Details Diff |
0004398: Initial load leaves batch in RQ status with message "batch not ready for delivery" |
Affected Issues 0004398 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
SymmetricDS: 3.11 e5534c79 2020-05-21 11:23:44 Details Diff |
0004398: Initial load leaves batch in RQ status with message "batch not ready for delivery" |
Affected Issues 0004398 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-13 19:25 | elong | New Issue | |
2020-05-13 19:25 | elong | Status | new => assigned |
2020-05-13 19:25 | elong | Assigned To | => elong |
2020-05-13 19:25 | elong | Tag Attached: initial/partial load | |
2020-05-21 15:24 | elong | Status | assigned => resolved |
2020-05-21 15:24 | elong | Resolution | open => fixed |
2020-05-21 15:24 | elong | Fixed in Version | => 3.10.11 |
2020-05-21 15:24 | elong | Fixed in Version | 3.10.11 => 3.10.12 |
2020-05-21 15:24 | elong | Target Version | => 3.10.12 |
2020-05-21 15:25 | elong | Issue cloned: 0004404 | |
2020-05-21 15:25 | elong | Relationship added | related to 0004404 |
2020-05-26 16:36 | elong | Status | resolved => closed |
2020-06-04 17:55 | admin | Changeset attached | => SymmetricDS 3.10 a6a19e36 |
2020-06-04 17:55 | admin | Changeset attached | => SymmetricDS 3.11 e5534c79 |