View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004072 | SymmetricDS | Improvement | public | 2019-08-20 16:39 | 2019-08-23 16:46 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.4 | Fixed in Version | 3.10.4 | ||
Summary | 0004072: Potential bottleneck from checking exists() on staging files | ||||
Description | The DataExtractorService extracts batch data into local staging files, and it checks multiple times if the file exists. We should minimize the checks on File.exists() because the call is expensive on some SAN and network file systems. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.10 37fc149a 2019-08-20 15:17:59 Details Diff |
0004072: Potential bottleneck from checking exists() on staging files |
Affected Issues 0004072 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/stage/StagingManager.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-08-20 16:39 | elong | New Issue | |
2019-08-20 16:39 | elong | Status | new => assigned |
2019-08-20 16:39 | elong | Assigned To | => elong |
2019-08-20 19:18 | elong | Status | assigned => resolved |
2019-08-20 19:18 | elong | Resolution | open => fixed |
2019-08-20 19:18 | elong | Fixed in Version | => 3.10.4 |
2019-08-20 19:40 | admin | Changeset attached | => SymmetricDS 3.10 37fc149a |
2019-08-23 16:46 | admin | Status | resolved => closed |