View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002699 | SymmetricDS | Improvement | public | 2016-07-29 19:26 | 2022-10-13 15:17 |
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 | 0002699: Copy directly to staging when nodes are on same server | ||||
Description | Copy directly to staging when nodes are on same server. The staging (stream to file) needs to be enabled, and the nodes need to be multi-homed in the same SymmetricDS instance. Instead of compressing and streaming the file over HTTP, copy directly from the outgoing staging file to the incoming staging file. The HTTP transport is still used to send a "retry, X" for batch X, which causes the target node to read the batch content from staging. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.8 80ae9dab 2016-07-29 15:29:01 Details Diff |
0002699: Copy directly to staging when nodes are on same server |
Affected Issues 0002699 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-core/src/main/resources/symmetric-default.properties | Diff File | ||
SymmetricDS: 3.8 822859a9 2016-08-01 09:16:23 Details Diff |
0002699: Copy directly to staging when nodes are on same server use native file copy if it's available, else use streams |
Affected Issues 0002699 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/util/SymmetricUtils.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-29 19:26 | elong | New Issue | |
2016-07-29 19:26 | elong | Status | new => assigned |
2016-07-29 19:26 | elong | Assigned To | => elong |
2016-07-29 19:29 | elong | Status | assigned => resolved |
2016-07-29 19:29 | elong | Fixed in Version | => 3.8.0 |
2016-07-29 19:29 | elong | Resolution | open => fixed |
2016-07-29 20:00 | admin | Changeset attached | => SymmetricDS 3.8 80ae9dab |
2016-08-01 14:00 | admin | Changeset attached | => SymmetricDS 3.8 822859a9 |
2016-08-09 17:10 | admin | Status | resolved => closed |
2022-10-13 15:17 | elong | Relationship added | related to 0005530 |