View Issue Details

IDProjectCategoryView StatusLast Update
0005728SymmetricDSImprovementpublic2023-03-07 19:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.5 
Target Version3.14.6Fixed in Version3.14.6 
Summary0005728: AbstractSymmetricEngine.isConfigured() should use the cache when querying for sym_node table
DescriptionAbstractSymmetricEngine.isConfigured() queries for the existence of sym_node by forcing the query to always read from the system tables. instead of using the cached metadata when checking to see if the system is configured.

Should be changed to use:
platform.getTableFromCache(null, null,
                TableConstants.getTableName(parameterService.getTablePrefix(),
                        TableConstants.SYM_NODE), false);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 ce67e4bb

2023-03-07 18:21:30

pmarzullo

Details Diff
0005728: AbstractSymmetricEngine.isConfigured() should use the cache
when querying for sym_node table
Affected Issues
0005728
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File

Issue History

Date Modified Username Field Change
2023-03-07 15:27 pmarzullo New Issue
2023-03-07 15:27 pmarzullo Status new => assigned
2023-03-07 15:27 pmarzullo Assigned To => pmarzullo
2023-03-07 18:27 pmarzullo Status assigned => resolved
2023-03-07 18:27 pmarzullo Resolution open => fixed
2023-03-07 18:27 pmarzullo Fixed in Version => 3.14.6
2023-03-07 19:00 pmarzullo Changeset attached => SymmetricDS 3.14 ce67e4bb
2023-03-17 17:25 admin Status resolved => closed