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

Implement Queues for ZooKeeper #34

Closed nichhk closed 7 years ago

prb2 commented 7 years ago

@nichhk @cburk, checkout the header file I just made for the queues implementation and let me know if you have any suggestions. I'll be implementing these later today.

https://github.com/Rice-Comp413-2016/RDFS/commit/4d5d58df0208228e4d0be0af26a0552ec6e03d95

prb2 commented 7 years ago

Status update Mostly done and tested: https://github.com/Rice-Comp413-2016/RDFS/pull/72

Awaiting small change to zk_lock (#73) before adding locking in the pop method. Once that's done, this can be closed.

prb2 commented 7 years ago

Done, merged #72 into develop