View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003626 | SymmetricDS | Bug | public | 2018-07-11 16:00 | 2018-07-11 17:00 |
Reporter | maxwellpettit | Assigned To | maxwellpettit | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.9.9 | ||||
Target Version | 3.9.10 | Fixed in Version | 3.9.10 | ||
Summary | 0003626: Incorrect default value for stream.to.file.enabled | ||||
Description | boolean 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)); } | ||||
Tags | No tags attached. | ||||
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 |