View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005728 | SymmetricDS | Improvement | public | 2023-03-07 15:27 | 2023-03-07 19:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.5 | ||||
Target Version | 3.14.6 | Fixed in Version | 3.14.6 | ||
Summary | 0005728: AbstractSymmetricEngine.isConfigured() should use the cache when querying for sym_node table | ||||
Description | AbstractSymmetricEngine.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); | ||||
Tags | No tags attached. | ||||
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 |