HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Don't write to bucket on startup #15

Closed jreadey closed 5 years ago

jreadey commented 5 years ago

Rather than writing the cluster id to the "storeinfo" object, just have the head node maintain the cluster id. Move the logic to write to storeinfo into the DN nodes on first write. This will remove the need to have an additional bucket ("SYS_BUCKET_NAME") when the primary bucket ("BUCKET_NAME") is a read-only resource.

jreadey commented 5 years ago

This was implemented in this commit: https://github.com/HDFGroup/hsds/commit/1ce7da86454dbc1648933b11ab28e05ba75ac146.