Loading src/client/preload.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -131,10 +131,11 @@ void init_ld_environment_() { #else auto distributor = std::make_shared<gkfs::rpc::SimpleHashDistributor>(CTX->local_host_id(), CTX->hosts().size()); CTX->distributor(distributor); #endif CTX->distributor(distributor); #endif LOG(INFO, "Retrieving file system configuration..."); if (!gkfs::rpc::forward_get_fs_config()) { Loading Loading
src/client/preload.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -131,10 +131,11 @@ void init_ld_environment_() { #else auto distributor = std::make_shared<gkfs::rpc::SimpleHashDistributor>(CTX->local_host_id(), CTX->hosts().size()); CTX->distributor(distributor); #endif CTX->distributor(distributor); #endif LOG(INFO, "Retrieving file system configuration..."); if (!gkfs::rpc::forward_get_fs_config()) { Loading