View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002577 | SymmetricDS | Improvement | public | 2016-04-27 13:14 | 2016-08-09 17:10 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.8.0 | Fixed in Version | 3.8.0 | ||
Summary | 0002577: Separate thread for transfer and loading or extract | ||||
Description | For incoming, as each batch is written to staging, queue the loading of the batch to a thread pool of size 1, which lets batches load on a separate thread, but batches will still load in correct order. This would allow some parallelism of loading batches while batches are being transferred. For outgoing, as each batch is extracted to staging, queue the sending of the batch to a thread pool of size 1, which lets batches send on a separate thread, but batches will still send in correct order. This would allow some parallelism of extracting batches while batches are being transferred. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 761b081e 2016-04-27 09:20:28 Details Diff |
0002577: Separate thread for transfer and loading |
Affected Issues 0002577 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataLoaderService.java | Diff File | ||
SymmetricDS: 3.8 4945eb7b 2016-04-28 10:55:56 Details Diff |
0002577: Separate thread for transfer and loading or extract |
Affected Issues 0002577 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
SymmetricDS: 3.8 b4133ebd 2016-06-30 09:31:37 Details Diff |
0002577: Separate thread for transfer and loading or extract |
Affected Issues 0002577 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
SymmetricDS: 3.8 5dd7e813 2016-07-26 15:50:17 Details Diff |
0002577: Separate thread for transfer and loading or extract fix problem where max bytes reached and it skips extracting |
Affected Issues 0002577 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
SymmetricDS: 3.8 d4975795 2016-07-28 15:25:56 Details Diff |
0002577: Separate thread for transfer and loading or extract |
Affected Issues 0002577 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-27 13:14 | elong | New Issue | |
2016-04-27 13:14 | elong | Status | new => assigned |
2016-04-27 13:14 | elong | Assigned To | => elong |
2016-04-27 13:20 | elong | Status | assigned => resolved |
2016-04-27 13:20 | elong | Fixed in Version | => 3.8.0 |
2016-04-27 13:20 | elong | Resolution | open => fixed |
2016-04-28 14:01 | admin | Changeset attached | => SymmetricDS 3.8 761b081e |
2016-04-28 14:55 | admin | Summary | Separate thread for transfer and loading => Separate thread for transfer and loading or extract |
2016-04-28 14:55 | admin | Description Updated | View Revisions |
2016-04-28 15:00 | admin | Changeset attached | => SymmetricDS 3.8 4945eb7b |
2016-06-30 14:00 | mmichalek | Changeset attached | => SymmetricDS 3.8 b4133ebd |
2016-07-27 02:00 | admin | Changeset attached | => SymmetricDS 3.8 5dd7e813 |
2016-07-28 20:00 | admin | Changeset attached | => SymmetricDS 3.8 d4975795 |
2016-08-09 17:10 | admin | Status | resolved => closed |