View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002278 | SymmetricDS | Bug | public | 2015-04-21 07:50 | 2022-09-09 21:07 |
Reporter | alepel69 | Assigned To | |||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.7.10 | ||||
Target Version | 3.12.0 | Fixed in Version | 3.12.0 | ||
Summary | 0002278: File sync during initial load doesn't work | ||||
Description | From the manual: [...] File Routing also provides a flag that indicates if the target node should be seeded with the files from the source node during SymmetricDS’s initial load process. [...] Well, on my server node (Oracle 11) I've this file trigger: (TRIGGER_ID,BASE_DIR,RECURSE,INCLUDES_FILES,EXCLUDES_FILES,SYNC_ON_CREATE,SYNC_ON_MODIFIED,SYNC_ON_DELETE,BEFORE_COPY_SCRIPT,AFTER_COPY_SCRIPT, CREATE_TIME,LAST_UPDATE_BY, LAST_UPDATE_TIME,CHANNEL_ID,RELOAD_CHANNEL_ID, SYNC_ON_CTL_FILE,DELETE_AFTER_SYNC)= ('sync_zip','/prd/bce/symmetric-home/sync-area',1,'*.zip',null,1,1,1,null,null, '01-APR-15 00:00:00,000000',null, '01-APR-15 00:00:00,000000','filesync','filesync_reload' ,0,0) linked to one of my routers in this way: (TRIGGER_ID,ROUTER_ID,ENABLED,INITIAL_LOAD_ENABLED, TARGET_BASE_DIR,CONFLICT_STRATEGY, CREATE_TIME, LAST_UPDATE_BY, LAST_UPDATE_TIME)= ('sync_zip','server_2_client',1,1, 'C:\\temp\\','SOURCE_WINS', '01-APR-15 00:00:00,000000',null,'01-APR-15 00:00:00,000000') and with filesync and filesync_reload channels with RELOAD_FLAG=1. In this conditions I expect that every new node during initial load will receive selected tables from DB but also files that are in the sync area but altough file sync works well no file is trasferred to new nodes during initial load. | ||||
Tags | file sync | ||||