View Issue Details

IDProjectCategoryView StatusLast Update
0003599SymmetricDSImprovementpublic2018-06-21 19:16
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.9 
Target Version3.9.9Fixed in Version3.9.9 
Summary0003599: Read instance.uuid one time for server instance
DescriptionIn multi-homed environment, each node is reading the instance ID file at startup, creating a lot of file handles. If the file doesn't exist, there is a race condition to write the file. Use a static variable for the instanceId and synchronize to the class initializing it. On upgrade, when the instance ID is changing, use a static variable to let all nodes they should clean up their sym_node_host.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 6d323c38

2018-06-11 16:20:04

admin

Details Diff
0003599: Read instance.uuid one time for server instance Affected Issues
0003599
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/ClusterService.java Diff File

Issue History

Date Modified Username Field Change
2018-06-11 19:37 elong New Issue
2018-06-11 19:37 elong Status new => assigned
2018-06-11 19:37 elong Assigned To => elong
2018-06-11 20:20 elong Status assigned => resolved
2018-06-11 20:20 elong Resolution open => fixed
2018-06-11 20:20 elong Fixed in Version => 3.9.9
2018-06-11 21:00 admin Changeset attached => SymmetricDS 3.9 6d323c38
2018-06-21 19:16 admin Status resolved => closed