View Issue Details

IDProjectCategoryView StatusLast Update
0006893SymmetricDSImprovementpublic2025-05-28 19:50
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.16.0 
Target Version3.16.3Fixed in Version3.16.3 
Summary0006893: On import of config or auto.config.registration.svr.sql.script, make sure node group for current node exists
DescriptionIt's possible to import configuration that does not contain the current node's group. This configuration is inconsistent, but there's nothing in place to notify the user about this or prevent them from configuring SymmetricDS this way. Also, when troubleshooting issues, this kind of inconsistency can easily be missed. It would be helpful if SymmetricDS would complain when configuration is imported (or added via auto.config.registration.svr.sql.script) and it does not contain the current node's group.
Tagsconfiguration

Activities

emiller

2025-05-23 14:40

developer   ~0002984

Open-source PR: https://github.com/JumpMind/symmetric-ds/pull/284

Related Changesets

SymmetricDS: 3.16 1d7b8369

2025-05-28 13:17:15

evan-miller-jumpmind


Committer: GitHub Details Diff
0006893: Made sure that the current node's group exists when importing configuration (#284) Affected Issues
0006893
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/SymmetricAdmin.java Diff File
mod - symmetric-core/build.gradle Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/util/SymmetricUtils.java Diff File

Issue History

Date Modified Username Field Change
2025-05-19 15:33 emiller New Issue
2025-05-19 15:33 emiller Status new => assigned
2025-05-19 15:33 emiller Assigned To => emiller
2025-05-19 15:33 emiller Tag Attached: configuration
2025-05-23 14:40 emiller Note Added: 0002984
2025-05-28 14:00 Changeset attached => SymmetricDS 3.16 1d7b8369
2025-05-28 19:50 pbelov Status assigned => resolved
2025-05-28 19:50 pbelov Fixed in Version => 3.16.3
2025-05-28 19:50 pbelov Summary On import of config or auto.config.registration.svr.sql.script, make sure node group for current node exists, otherwise complain => On import of config or auto.config.registration.svr.sql.script, make sure node group for current node exists