If data-server crashes but config-server does not, data-server does not recreate the datastores and logs the message (and likely responds to all requests from config-server with) "datastore not found".
We need to figure out how to recover properly from a crash - should config-server resend createdatastore requests, or do we somehow automatically recreate the datastore if it is missing and we receive requests for it?