symmetricds sym_outgoing_batch.node_id=-1 -
there 2 batch message in sym_outgoing_batch
, 1 of node_id
000
(corp) -1
(what's -1 means?) when pull many data store corp. part of data successful router timely other delayed. message follows:
and configuration file follows:
insert sym_channel(channel_id, processing_order, max_batch_size, enabled, description) values('sale_channel', 1, 1000000, 1, 'sale data store corp'); insert 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 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 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 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;
if asking node_id of -1 mean. means data un-routed. there no nodes met routing condition.
Comments
Post a Comment