View Issue Details

IDProjectCategoryView StatusLast Update
0004206SymmetricDSImprovementpublic2020-01-02 14:37
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.0 
Target Version3.10.8Fixed in Version3.10.8 
Summary0004206: Disable initial load in background if max batch size is 1
DescriptionDisable the initial load and log an error if a reload channel has a max batch size of 1 and the initial load is using extract job.

[ERROR] Max batch size must be greater than 1 for '{}' channel
[ERROR] Initial loads are disabled until max batch size is corrected or initial.load.use.extract.job.enabled is set to false

There are two modes to initial load: the original mode of 1 table per batch, and the mode introduced in 3.8 that uses multiple batches for each table. The initial.load.use.extract.job.enabled parameter controls the background job to extract multiple batches for tables. When enabled, the max batch size controls the number of rows per batch. When disabled, the max batch size controls the number of tables per batch, which is typically set to 1.
TagsNo tags attached.

Relationships

related to 0004205 closedelong Disable initial load in background if max batch size is 1 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 7c7a1825

2019-12-13 09:56:47

admin

Details Diff
0004206: Disable initial load in background if max batch size is 1 Affected Issues
0004206
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RouterService.java Diff File

Issue History

Date Modified Username Field Change
2019-12-13 14:56 elong New Issue
2019-12-13 14:56 elong Status new => assigned
2019-12-13 14:56 elong Assigned To => elong
2019-12-13 14:56 elong Issue generated from: 0004205
2019-12-13 14:56 elong Relationship added related to 0004205
2019-12-13 14:57 elong Status assigned => resolved
2019-12-13 14:57 elong Resolution open => fixed
2019-12-13 14:57 elong Fixed in Version => 3.10.8
2019-12-13 15:00 admin Changeset attached => SymmetricDS 3.10 7c7a1825
2020-01-02 14:37 admin Status resolved => closed