Does anyone know why cluster status filed is commented out on Cluster.java?
//private ClusterStatus status; Thanks. On Sat, Nov 8, 2014 at 11:41 AM, Chamila De Alwis <[email protected]> wrote: > > Hi Raj, > > On Sat, Nov 8, 2014 at 9:54 AM, Rajkumar Rajaratnam <[email protected]> > wrote: > >> File "/mnt/cartridgeagent/modules/event/topology/events.py", line 173, in >> create_from_json >> cluster_obj.status = cluster_str["status"] >> KeyError: 'status' >> > > The "status" field is missing from the cluster object. From what I > understand this is a mandatory field right? The CompleteTopologyEvent > doesn't seem to be properly created. > > > Regards, > Chamila de Alwis > Software Engineer | WSO2 | +94772207163 > Blog: code.chamiladealwis.com > > > -- Raj
