View Issue Details

IDProjectCategoryView StatusLast Update
0003626SymmetricDSBugpublic2018-07-11 17:00
Reportermaxwellpettit Assigned Tomaxwellpettit  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.9.9 
Target Version3.9.10Fixed in Version3.9.10 
Summary0003626: Incorrect default value for stream.to.file.enabled
Descriptionboolean useExtractJob = parameterService.is(ParameterConstants.INITIAL_LOAD_USE_EXTRACT_JOB, true);
        boolean streamToFile = parameterService.is(ParameterConstants.STREAM_TO_FILE_ENABLED, false);
        if (useExtractJob && !streamToFile) {
            throw new SymmetricException(String.format("Node '%s' is configured with confilcting parameters which may result in replication stopping and/or empty load batches. "
                    + "One of these two parameters needs to be changed: %s=%s and %s=%s",
                    node.getNodeId(), ParameterConstants.INITIAL_LOAD_USE_EXTRACT_JOB, useExtractJob, ParameterConstants.STREAM_TO_FILE_ENABLED,
                    streamToFile));
        }
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 ef0a3a43

2018-07-11 12:03:52

maxwellpettit

Details Diff
0003626: Incorrect default value for stream.to.file.enabled Affected Issues
0003626
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File

Issue History

Date Modified Username Field Change
2018-07-11 16:00 maxwellpettit New Issue
2018-07-11 16:00 maxwellpettit Status new => assigned
2018-07-11 16:00 maxwellpettit Assigned To => maxwellpettit
2018-07-11 16:04 maxwellpettit Status assigned => resolved
2018-07-11 16:04 maxwellpettit Resolution open => fixed
2018-07-11 17:00 maxwellpettit Changeset attached => SymmetricDS 3.9 ef0a3a43