Hi Goodwin This is based on what event listener is triggered. AFAIK you guys are working on tenant deletion thing and I guess this is about that. So about tenant deletion is a service call. So it will get triggered only in one node. Say cluster is fronted by an ELB so call will get redirected to one node and the processing will happened only in that node. When it comes to listeners there we list down the registered listeners (I am not sure whether the listeners is the best word to use here) and we call some method of these listeners one by one. So there want be any thing happen to the whole cluster unless you make them do so like sending some cluster message. If you can explain what you are trying to solve more precisely we can help with what can be done.
Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Sat, Sep 6, 2014 at 10:55 PM, Godwin Amila Shrimal <[email protected]> wrote: > Hi, > > I need to know how listeners are triggering in clustered environment, lets > say we have 3 nodes in the cluster and invoke the listener. Is it > triggering in all nodes or only relevant node which request come. > > > Godwin > Amila > > -- > *Godwin Amila Shrimal* > Senior Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > > mobile: *+94772264165* > linkedin: *http://lnkd.in/KUum6D <http://lnkd.in/KUum6D>* > twitter: https://twitter.com/godwinamila > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
