View Issue Details

IDProjectCategoryView StatusLast Update
0002577SymmetricDSImprovementpublic2016-08-09 17:10
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.0 
Target Version3.8.0Fixed in Version3.8.0 
Summary0002577: Separate thread for transfer and loading or extract
DescriptionFor 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.8 761b081e

2016-04-27 09:20:28

admin

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

admin

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

mmichalek

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

admin

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

admin

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

Issue History

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