View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006666 | SymmetricDS | Improvement | public | 2024-12-06 16:45 | 2024-12-06 17:00 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.18 | Fixed in Version | 3.14.18 | ||
Summary | 0006666: Initial load request should cancel outstanding load requests | ||||
Description | When processing an initial load request, it should cancel any outstanding load requests or in-progress loads. An initial load can be started by setting initial_load_enabled = 1 on sym_node_security, or a new node can register when the auto.reload parameter is enabled. Any unprocessed requests in sym_table_reload_request or current loads in sym_table_reload_status should be cancelled before the new initial load is requested. | ||||
Steps To Reproduce | 1. Setup server and register a client 2. Set auto.reload=true at the server 3. Stop client and run "symadmin uninstall" 4. Start one or more initial load requests from server to client 5. Start client Expected: Client should register with server. Server should cancel outstanding loads and start a new initial load to client. | ||||
Tags | initial/partial load | ||||
SymmetricDS: 3.14 361a4300 2024-12-06 16:58:43 evan-miller-jumpmind Details Diff |
0006666: Initial load request should cancel outstanding load requests |
Affected Issues 0006666 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/IInitialLoadService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/InitialLoadService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RegistrationService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-06 16:45 | emiller | New Issue | |
2024-12-06 16:45 | emiller | Status | new => assigned |
2024-12-06 16:45 | emiller | Assigned To | => emiller |
2024-12-06 16:45 | emiller | Tag Attached: initial/partial load | |
2024-12-06 16:45 | emiller | Issue generated from: 0006521 | |
2024-12-06 16:45 | emiller | Relationship added | related to 0006521 |
2024-12-06 16:59 | emiller | Status | assigned => resolved |
2024-12-06 16:59 | emiller | Resolution | open => fixed |
2024-12-06 16:59 | emiller | Fixed in Version | => 3.14.18 |
2024-12-06 17:00 | Changeset attached | => SymmetricDS 3.14 361a4300 |