syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Fail metadata reads if the configuration version is stale #129

Closed jcnelson closed 8 years ago

jcnelson commented 9 years ago

Have readers embed the configuration version in the URL when listing directories or reading inode data. Have the gateway reload if the MS fails the request with e.g. HTTP 410 or the like.

jcnelson commented 9 years ago

This is fixed in my syndicate2 branch (not yet committed).

jcnelson commented 8 years ago

syndicate2 is now merged. Fixed