Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
From AS-admin, is it possible to:
From as-admin you can instruct the member to leave the space. This in effect would be a tuples flush as all of the data that the member seeds for the space will be redistributed to the other remaining members of the space. From as-admin you can execute the following command after connecting to the metaspace:
execute on member <member_name_string> leave space <space_name_string>
You can also use the following as-admin command to tell a member to leave all spaces and disconnect from the metaspace:
execute on member <member_name_string> disconnect
Recovery only occurs when all seeders of a space go down. There is not a notion of recovery of a single member. A single member going down would cause that member’s seeded data to be redistributed as explained above.
Note: If the members are as-agents, when the as-agent leaves a space it will automatically try to rejoin any space it is not a member of when a metaspace membership event occurs. If other clients are connecting and disconnecting, the as-agent will rejoin any space you have just told it to leave.