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

File delete #51

Closed nichhk closed 7 years ago

nichhk commented 7 years ago

Made filesystem deletes atomic. Still need to push block delete commands onto the delete queues, but I'm gonna wait until the ZKDNClient creates the queues during registration.

Sorry this is gonna be disgusting to review because I formatted the whitespace and it shows a bunch of changes... It might be easiest to just look at the actual code and not the diff.

@Vegetable26

Vegetable26 commented 7 years ago

Looks good to me