Rice-Comp413-2016 / RDFS

The Rice Comp413 class (2016-2017) implementation of HDFS. (This will eventually be put under an open source license, which one TBD).
4 stars 2 forks source link

Fix lease issues #87

Closed Vegetable26 closed 7 years ago

Vegetable26 commented 7 years ago

Fixed issues with the zk_dn_client blockReceived success return value and also with fixing a bug with leases being expired early. Also wait to sync asks only after ZK is updated.

Ran ReadWriteTest on it along with various end-to-end tests that take > 1 minute time.