View Issue Details

IDProjectCategoryView StatusLast Update
0006747SymmetricDS ProBugpublic2025-03-12 18:04
Reportercquamme Assigned Tocquamme  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.14Fixed in Version3.15.14 
Summary0006747: RabbitMQ Errors when "data_loader_type" is bulk
DescriptionCurrently there is no handling the case when you are loading to RabbitMQ and the "data_loader_type" on sym_channel is "bulk." It will try to use the JdbcBatchBulkDatabaseWriter, which fails with an error like this:

2025-03-04 01:56:34,717 INFO [server-CentralQA] [PushService] [server-centralqa-push-default-163] Push data sent to Queue:middleware-broker:middleware-broker
2025-03-04 01:56:34,735 ERROR [server-CentralQA] [AcknowledgeService] [server-centralqa-push-default-163] The outgoing batch middleware-broker-667 failed: Could not find the target table 'items'
2025-03-04 01:56:44,691 INFO [Queue-middleware-broker] [IncomingBatchService] [queue-middleware-broker-dataloader-149] Retrying batch CentralQA-667
Steps To Reproduce1. Setup H2 -> RabbitMQ replication
2. Make sure the "data_loader_type" on sym_channel is bulk
3. Start an initial load to RabbitMQ
4. It will error with the error mentioned above
TagsNo tags attached.

Relationships

related to 0006745 resolvedcquamme RabbitMQ Errors when "data_loader_type" is bulk 

Activities

cquamme

2025-03-10 17:44

developer   ~0002658

PR: https://github.com/JumpMind/symmetric-pro/pull/247

pbelov

2025-03-11 15:08

manager   ~0002660

Merged PR https://github.com/JumpMind/symmetric-pro/pull/247

pbelov

2025-03-11 20:37

manager   ~0002670

Included in the 3.15.14 release

Issue History

Date Modified Username Field Change
2025-03-10 17:35 cquamme New Issue
2025-03-10 17:35 cquamme Status new => assigned
2025-03-10 17:35 cquamme Assigned To => cquamme
2025-03-10 17:36 cquamme Relationship added related to 0006745
2025-03-10 17:44 cquamme Note Added: 0002658
2025-03-11 15:08 pbelov Status assigned => resolved
2025-03-11 15:08 pbelov Resolution open => fixed
2025-03-11 15:08 pbelov Fixed in Version => 3.16.0
2025-03-11 15:08 pbelov Note Added: 0002660
2025-03-11 15:10 pbelov Resolution fixed => duplicate
2025-03-11 15:11 pbelov Project SymmetricDS => SymmetricDS Pro
2025-03-11 16:25 pbelov Target Version 3.15.15 => 3.15.14
2025-03-11 16:27 pbelov Fixed in Version 3.16.0 => 3.15.14
2025-03-11 20:37 pbelov Status resolved => closed
2025-03-11 20:37 pbelov Note Added: 0002670
2025-03-12 18:04 cquamme Resolution duplicate => fixed