View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006734 | SymmetricDS | Improvement | public | 2025-02-24 20:18 | 2025-02-24 21:00 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.16.0 | ||||
Target Version | 3.16.0 | Fixed in Version | 3.16.0 | ||
Summary | 0006734: Multi-threaded routing by channel enabled by default | ||||
Description | Routing 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. | ||||
Tags | routing | ||||
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 |