View Issue Details

IDProjectCategoryView StatusLast Update
0005422SymmetricDSTaskpublic2022-08-30 13:04
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.14 
Target Version3.14.1Fixed in Version3.14.1 
Summary0005422: Update IReloadListener example in user guide
DescriptionThe IReloadListener example in the user guide is outdated. The SQL events on the config channel used to block until the load was complete. Now both channels can run in parallel, so the implementation provided in the user guide no longer works. It would work if you passed in the TriggerHistory and changed the channel to the reload channel when creating the SQL events, like this:

TriggerHistory history = engine.getTriggerRouterService().findTriggerHistoryForGenericSync();
        insertSqlEvent(transaction, history, "reload", targetNode, sql, isLoad,
                loadId, createBy);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 1495c916

2022-08-24 19:00:56

evan-miller-jumpmind

Details Diff
0005422: Updated IReloadListener example in user guide Affected Issues
0005422
mod - symmetric-assemble/src/asciidoc/configuration/extensions.ad Diff File

Issue History

Date Modified Username Field Change
2022-08-24 18:57 emiller New Issue
2022-08-24 18:57 emiller Status new => assigned
2022-08-24 18:57 emiller Assigned To => emiller
2022-08-24 19:01 emiller Status assigned => resolved
2022-08-24 19:01 emiller Resolution open => fixed
2022-08-24 19:01 emiller Fixed in Version => 3.14.1
2022-08-24 20:00 Changeset attached => SymmetricDS 3.14 1495c916
2022-08-30 13:04 admin Status resolved => closed