View Issue Details

IDProjectCategoryView StatusLast Update
0006745SymmetricDS ProBugpublic2025-03-12 12:52
Reportercquamme Assigned Tocquamme  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.15.0 
Target Version3.16.0Fixed in Version3.16.0 
Summary0006745: 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

Now that the "data_loader_type" is "bulk" by default, it's necessary to handle this case.
Steps To Reproduce1. Setup H2 -> RabbitMQ replication
2. Start an initial load to RabbitMQ
3. It will error with the error mentioned above
TagsNo tags attached.

Relationships

related to 0006747 closedcquamme RabbitMQ Errors when "data_loader_type" is bulk 

Activities

cquamme

2025-03-10 17:32

developer   ~0002657

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

pbelov

2025-03-11 15:07

manager   ~0002659

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

pbelov

2025-03-11 20:37

manager   ~0002672

Included in the 3.15.14 release

Issue History

Date Modified Username Field Change
2025-03-10 16:58 cquamme New Issue
2025-03-10 16:58 cquamme Status new => assigned
2025-03-10 16:58 cquamme Assigned To => cquamme
2025-03-10 17:32 cquamme Note Added: 0002657
2025-03-10 17:36 cquamme Relationship added related to 0006747
2025-03-11 15:07 pbelov Status assigned => resolved
2025-03-11 15:07 pbelov Resolution open => fixed
2025-03-11 15:07 pbelov Fixed in Version => 3.15.14
2025-03-11 15:07 pbelov Note Added: 0002659
2025-03-11 20:37 pbelov Status resolved => closed
2025-03-11 20:37 pbelov Note Added: 0002672
2025-03-12 12:33 cquamme Fixed in Version 3.15.14 => 3.16.0
2025-03-12 12:33 cquamme Target Version 3.15.14 => 3.16.0
2025-03-12 12:34 cquamme Product Version => 3.15.0
2025-03-12 12:41 cquamme Status closed => resolved