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

DataNode RpcServer is never started #65

Closed nichhk closed 7 years ago

nichhk commented 7 years ago

https://github.com/Rice-Comp413-2016/RDFS/blob/develop/rice-datanode/source/main.cc#L38 This line calls a method that loops forever, so the rpc server never begins to serve.