1 Reply Latest reply on Jan 7, 2015 11:51 AM by pferraro

    Two Singleton services running in a merged setup in Wildfly 8.1.0 Final

    sakthiprabhu

      I created a singleton service based on the quickstart example (). For a single cluster group, things work perfectly. i.e., only one cluster node runs the service and when the same goes down, another cluster node takes over. We observe that in the case of split brain, while the groups splits into two, two singleton services run (this is expected). However, if the groups merge, we expected one of the singleton services to stop which wasn't working as expected. Rarely did one of the singleton service stop. In simple terms, we had two singleton services running in a merged setup. Is this a known issue? if yes, do we have a workaround.

       

      PS: We used the default standalone-full-ha profile and we didn't modify the cache properties.