View Issue Details

IDProjectCategoryView StatusLast Update
0006734SymmetricDSImprovementpublic2025-02-24 21:00
Reporterelong Assigned Toelong  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.16.0 
Target Version3.16.0Fixed in Version3.16.0 
Summary0006734: Multi-threaded routing by channel enabled by default
DescriptionRouting will use a thread per channel up to a limit and enabled by default. Parameters for feature flag and a limit on how many threads can be running at the same time:

routing.use.channel.threads=true
routing.thread.per.server.count=5

The main router service thread will start a thread for each channel that has data, wait for the threads to complete, then finalize the gap detection. The router job will run and repeat the process. The user will need to set max data to route on each channel so that no single channel can hold up the others.
Tagsrouting

Relationships

related to 0006057 closedelong Multi-threaded routing by channel 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.16 1e9f9394

2025-02-24 20:21:41

admin

Details Diff
0006734: Multi-threaded routing by channel enabled by default Affected Issues
0006734
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File

Issue History

Date Modified Username Field Change
2025-02-24 20:18 elong New Issue
2025-02-24 20:18 elong Status new => assigned
2025-02-24 20:18 elong Assigned To => elong
2025-02-24 20:18 elong Tag Attached: routing
2025-02-24 20:19 elong Relationship added related to 0006057
2025-02-24 20:25 elong Status assigned => resolved
2025-02-24 20:25 elong Resolution open => fixed
2025-02-24 20:25 elong Fixed in Version => 3.16.0
2025-02-24 21:00 admin Changeset attached => SymmetricDS 3.16 1e9f9394