Joining of a coordinator ( Join process )



Data Structures:

    Join process is started whenever a node wants to join the existing ARC system. It is started once for each machine. The join process is responsible for initiating all the initializations and bringing up the local co-ordinator process which is an RPC server, although the initialization of the coordinator is done from within the coordinator functions.

Following are the steps that comprise the join procedure and are present in the file join.c: