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

Namenode ha plugin #98

Closed agardella closed 7 years ago

agardella commented 7 years ago

@captain695 @cburk

pelmers commented 7 years ago

can you remove the .DS_STORE files?

Vegetable26 commented 7 years ago

Have we tried the scenario where we have two NameNodes A and B. Kill A, then kill B, then bring back A?

captain695 commented 7 years ago

@Vegetable26 just tried that scenario and it seems to work

captain695 commented 7 years ago

@nichhk does this look all good to merge?

nichhk commented 7 years ago

@captain695 LGTM

captain695 commented 7 years ago

@nichhk I know you guys have been having things break in develop. Should I wait until that's resolved until I try to merge this in?

agardella commented 7 years ago

@nichhk Having all of the namenodes start in active means we can't do a manual failover, and it changes quite a bit of our presentation and demo... it also seems conceptually wrong. What's the reason you wanted that change?