Environment details
OS : Suse 64bit
Changeset : 8634 ( 5.2.FC)
4 nodes setup(2 controller and 2 payload)
Summary
consolidated clm java issue
Steps followed & Observed behaviour
JAVA_CLM issues:
(A).
- Call clm Initialization
- Call DispatchBlocking in one thread
- Invoked Finalize in main thread observed that dispatch thread failed to exit
- thread should not wait, once finalized and the dispatch thread created should exited
(B).
- Call clm Initialize > Finalize
- Call getClusterMembershipManager with already Finalize handle, it should return bad handle exception, but proper handle is returned.
(C).
- Initialize version ['B', 1, 0] - Minor version less than supported minor version
- It is returning Incompatible version parameter, instead of expected SA_AIS_OK.
(D).
- Initialize version ['B', 1, 8] - Minor version greater than supported minor version
- It is returning Incompatible version parameter, instead of expected SA_AIS_OK.