Changeset : 6377
As per the spec 3.5.1 page #44,
"""
If saClmClusterTrack_4() is invoked on non-member nodes, the follow-
ing applies:
• if SA_TRACK_CURRENT is specified, only information about the local node
is returned in the structure pointed to by notificationBuffer or in
the subsequent callback;
• if SA_TRACK_CHANGES or SA_TRACK_CHANGES_ONLY is specified, call-
backs will only be invoked when the node joins the cluster membership.
"""
As of now, CLM service delivers the callbacks for the agents on non-member nodes and wait for the operation completion until the agent responds. This should be changed according to the spec.