Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo cluster mode does not work. Ubuntu 17.10 #30

Open
dimitrijejankov opened this issue Jul 3, 2018 · 3 comments
Open

Pseudo cluster mode does not work. Ubuntu 17.10 #30

dimitrijejankov opened this issue Jul 3, 2018 · 3 comments
Assignees

Comments

@dimitrijejankov
Copy link
Collaborator

The issue is that after this commit
814705b
the ResourceManagerServer.cc is not working in the pseudo cluster mode.

More specifically it gets stuck in an infinite loop in the following method :
void ResourceManagerServer::analyzeNodes(std::string serverlist)

Therefore the server never starts and all connections by the client get refused.
I reverted to an earlier version of the ResourceManagerServer in my reflection branch to get this back working. I'm not familiar with the resource manager would be great if somebody could fix this.

@carlosmonroy
Copy link
Collaborator

I will take a look at it, remind me what is your branch/revision that has the problem?

@dimitrijejankov
Copy link
Collaborator Author

master in this repo, thx :)

@carlosmonroy
Copy link
Collaborator

The problem could be because you are using Ubuntu 17.10. It has never been tested on that version, it does work on 16.04, which is the version stated in the README. I will try to launch an AWS instance with 17.10 and test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants