View Issue Details

IDProjectCategoryView StatusLast Update
0004086SymmetricDSImprovementpublic2019-11-01 12:44
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.5 
Target Version3.10.5Fixed in Version3.10.5 
Summary0004086: Optimize network usage on pull by closing connection as soon as batches are transferred
DescriptionThe pull connection for the client has a thread that writes all batches to staging. As each batch is completely written, a second thread is given the batch for loading. After all batches are written to staging, it waits for the loading thread to complete all batches, leaving the network connection open. By closing the connection at this point, it frees up another HTTP slot at the server for another client to pull.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 e37db0f4

2019-09-04 12:53:10

admin

Details Diff
0004086: Optimize network usage on pull by closing connection as soon as
batches are transferred
Affected Issues
0004086
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataLoaderService.java Diff File

Issue History

Date Modified Username Field Change
2019-09-04 15:26 elong New Issue
2019-09-04 15:26 elong Status new => assigned
2019-09-04 15:26 elong Assigned To => elong
2019-09-04 16:53 elong Status assigned => resolved
2019-09-04 16:53 elong Resolution open => fixed
2019-09-04 16:53 elong Fixed in Version => 3.10.5
2019-09-04 17:00 admin Changeset attached => SymmetricDS 3.10 e37db0f4
2019-11-01 12:44 admin Status resolved => closed