[ ] The KVServer process is launched with a SSH call by the ECS but does not start serving client requests immediately. All client requests are responded with a SERVER_STOPPED messages. Messages by the ECS are processed as usual. Only the ECS is able to configure the KVServer and activate it for client interaction (i.e., serving of client requests).
[ ] Admin interface provides functions to
Assign a key-range to the server and incorporate the server to the storage service (activate KVServer, handle client requests)
Hand-off data items to another server (in case of reorganizing the storage service due to added/removed storage nodes)
Update the meta-data
[ ] Request processing
All requests are processed locally
If the storage server is not responsible for the request (i.e., key is not within its range), the server answers with an error message that also contains the most recent meta-data
[ ] The KVServer process is launched with a SSH call by the ECS but does not start serving client requests immediately. All client requests are responded with a SERVER_STOPPED messages. Messages by the ECS are processed as usual. Only the ECS is able to configure the KVServer and activate it for client interaction (i.e., serving of client requests).
[ ] Admin interface provides functions to