yduchesne / sapia

Automatically exported from code.google.com/p/sapia
0 stars 0 forks source link

New node "pulls" conf, and adds additional conf items #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Stand 2 nodes for installing Corus on
2. Install Corus and Avis on node1, configure cluster name, set some parameters 
using "conf add -p".  Don't deploy software.  Set as repo server, and start 
Corus.
3. Install Corus on node2, define as repo server and set domain to same as 
node1.  Start corus, wait for pull to run, and do "conf ls -p"

Expected to see identical outputs on both.  On 2 clusters stood up today, I've 
found that ubik/avis details from corus.properties are being set as overrides 
in coruscli but *only* on the clients - meaning my overrides are out of sync.

Example output:

[node1:33000@domain-a]>>  conf ls -p -cluster
================================================================================
 Host: node1:33000                                      

 Name                                    Value                                  
--------------------------------------------------------------------------------
 service.name                            service_name_here                   
--------------------------------------------------------------------------------
 service.version                         1.0.1                                  
--------------------------------------------------------------------------------
 tomcat.home                             /opt/app/apache-tomcat                 
--------------------------------------------------------------------------------
 tomcat.mem.ms                           8G                                     
--------------------------------------------------------------------------------
 tomcat.mem.mx                           8G                                     
================================================================================
 Host: node2:33000                                      

 Name                                    Value                                  
--------------------------------------------------------------------------------
 service.name                            service_name_here                   
--------------------------------------------------------------------------------
 service.version                         1.0.1                                  
--------------------------------------------------------------------------------
 tomcat.home                             /opt/app/apache-tomcat                 
--------------------------------------------------------------------------------
 tomcat.mem.ms                           8G                                     
--------------------------------------------------------------------------------
 tomcat.mem.mx                           8G                                     
--------------------------------------------------------------------------------
 ubik.rmi.naming.broadcast.avis.url      elvin://10.1.2.3                  
--------------------------------------------------------------------------------
 ubik.rmi.naming.broadcast.provider      ubik.rmi.naming.broadcast.avis         

What version of the product are you using? On what operating system?

Only seen on 4.1.3 so far.

Original issue reported on code.google.com by c...@maxnet.eu.org on 7 May 2014 at 1:32

GoogleCodeExporter commented 9 years ago
Fixed in 4.2 RC1

Original comment by yanickdu...@gmail.com on 25 Jun 2014 at 3:37