View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003380 | SymmetricDS | Bug | public | 2018-01-18 20:17 | 2018-02-14 20:08 |
Reporter | kstojanovska | Assigned To | kstojanovska | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.3 | ||||
Target Version | 3.9.3 | Fixed in Version | 3.9.3 | ||
Summary | 0003380: If sym_trigger_hist is missing symmetricds will attempt to recreate the row, but rebuild of triggers fails | ||||
Description | If sym_trigger_hist is missing symmetricds will attempt to recreate the row, rebuild of triggers fails due to missing trigger name in sym_trigger_hist_row. | ||||
Steps To Reproduce | 1. Configure ->Parameters. Set auto.sync.triggers.at.startup to false 2. Go to SqlExplorer, run the following: delete from sym_trigger_hist where source_table_name='sym_parameter'; update sym_parameter set last_update_time=current_timestamp; 3. Stop and restart SymmetricDS 4. Go to Manage -> Installed Triggers 5. Rebuild Triggers. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.9 644b065a 2018-01-18 15:36:22 klementinastojanovska Details Diff |
0003380: If sym_trigger_hist is missing symmetricds will attempt to recreate the row, but rebuild of triggers fails |
Affected Issues 0003380 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/ITriggerRouterService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/TriggerRouterService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-18 20:17 | kstojanovska | New Issue | |
2018-01-18 20:17 | kstojanovska | Status | new => assigned |
2018-01-18 20:17 | kstojanovska | Assigned To | => kstojanovska |
2018-01-18 20:36 | kstojanovska | Status | assigned => resolved |
2018-01-18 20:36 | kstojanovska | Resolution | open => fixed |
2018-01-18 20:36 | kstojanovska | Fixed in Version | => 3.9.3 |
2018-01-22 13:38 | chenson | Status | resolved => closed |
2018-02-14 20:08 | Changeset attached | => SymmetricDS 3.9 644b065a |