EJB client loadbalancing will not work correct after a node is dropped from the cluster because of network or GC issues in JBoss EAP 6

Solution Verified - Updated -

Issue

  • EJB remote invocations from a client server (not sure whether it is the same if the client is a standalone application) to a clustered server with the EJB via remote outbound connection are not updated with the cluster-view after a node is suspected by a network or GC issue.

    It seems that this is related to the following facts:

    • The leaving node is not listed in the initial connections (remote-outbound-connection config, or jboss-ejb-client.properties)
    • The node is suspected
      • because of GC (or suspend) so it is not working
        Here the issue is seen more often
      • because of network disconnect
        Here the behaviour can be different because all nodes update the internal state
    • Cluster heal until the client is still alive
      • It is a server (cluster) acting as a EJB client
      • A standalone client continue without re-initialize the EJB context

    The following issues can be seen:

    • [client] Invocation made during split reach the unavailable node hung
    • [server cluster] JGroups show message that a node is suspected and a new view applied
    • [server cluster] after suspecting nodeX client-server get an update "nodeX removed from cluster-view"
    • [server cluster] JGroups log messages with the new merged cluster view
    • [client] after re-join nodeX the client-server get an update "node removed from cluster-view" where the "node" here is the still connected node not the one which left!
      • in this case the client might restart the initial node detection
    • [client] No client message for a view after cluster (JGroups) is correct again
      • in this case the client continue with only one node

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content