Commit fe83714a authored by Ramon Nou's avatar Ramon Nou
Browse files

restored distributor

parent 972e037a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ void init_ld_environment_() {
    auto distributor = std::make_shared<gkfs::rpc::SimpleHashDistributor>(CTX->local_host_id(),
                                                                               CTX->hosts().size());
#endif    
    CTX->distributor(distributor);
#endif  

    LOG(INFO, "Retrieving file system configuration...");