对称 sym_outgoing_batch.node_id=-1

symmetricds sym_outgoing_batch.node_id=-1

sym_outgoing_batch中有两条批处理消息,其中一条node_id000(corp),另一条是-1(这个-1是什么意思?)当我将许多数据从商店提取到公司。部分数据成功及时路由,但其他数据延迟。消息如下:

配置文件如下:

insert into sym_channel(channel_id, processing_order, max_batch_size, enabled, description)

    values('sale_channel', 1, 1000000, 1, 'sale data from store to corp');

insert into sym_trigger(trigger_id, source_table_name, channel_id, last_update_time, create_time)

    values('sale_pay_triger', 'D_T_BILL_PAY', 'sale_channel', current_timestamp, current_timestamp);

insert into sym_router(router_id, source_node_group_id, target_node_group_id, router_type,router_expression, create_time, last_update_time)

    values('store_2_corp_sheftnotnull', 'store', 'corp', 'bsh', 'CSHIFT_C!=null && !CSHIFT_C.equals("")',current_timestamp, current_timestamp);

insert into sym_trigger_router(trigger_id, router_id, initial_load_order, last_update_time, create_time)

    values('sale_pay_triger', 'store_2_corp_sheftnotnull', 1, current_timestamp, current_timestamp);

insert into SYM_CONFLICT(CONFLICT_ID,SOURCE_NODE_GROUP_ID,TARGET_NODE_GROUP_ID,DETECT_TYPE,RESOLVE_TYPE,PING_BACK,CREATE_TIME,LAST_UPDATE_TIME)

    values('conflict_fallback', 'corp', 'store', 'USE_PK_DATA', 'FALLBACK', 'OFF', current_timestamp, current_timestamp);
commit;

如果您要问 node_id 的 -1 是什么意思。这意味着数据未路由。没有满足路由条件的节点