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

process list stays empty after disconnect and reconnect #127

Open
Licenser opened this issue Sep 30, 2016 · 8 comments
Open

process list stays empty after disconnect and reconnect #127

Licenser opened this issue Sep 30, 2016 · 8 comments

Comments

@Licenser
Copy link

This can be reproduced by:

  1. Start erlyberly and connect to a remote node
    => observe the process list to fill
  2. use the disconnect button
    => observe the process list to become empty and the connection window show up
  3. reconnect to this (or another node)
    => the process list remains empty
@ruanpienaar
Copy link
Contributor

Any java crashes?
Are you running the Jar in windows?

@Licenser
Copy link
Author

Licenser commented Oct 3, 2016

That's a no on both accounts, OS X and no crashes in the shell.

@ruanpienaar
Copy link
Contributor

Compiled from Master?
I know we've not updated the 0.6.9 target on the Jar yet....

@Licenser
Copy link
Author

Licenser commented Oct 3, 2016

Used this line from the readme:

git pull origin && ./mvnw clean compile install assembly:single && java -jar target/*runnable.jar

so yap that's master I guess :) admittedly my java is rustly with sprinkles of PTSD so I simply trust that this does the right thing :D

@ruanpienaar
Copy link
Contributor

I'll try re-producing the same :)

@Licenser
Copy link
Author

Licenser commented Oct 4, 2016

Good greif no, don't try to reproduce my java PTSD, if you're happy remain that way :D - just kidding know you're talking about the bug. it's a 100% hit for me so every time I get the same result.

@ruanpienaar
Copy link
Contributor

Haha! I'll keep my java therapy-free.
I'm coming up with a plan to run EB in a debug/verbose mode, to aid investigation.

@andytill- before i waste my time, is there a quick way to debug the proc classes?

@andytill
Copy link
Owner

andytill commented Oct 4, 2016

@ruanpienaar repress that anger!

There is the debugger, that is about it. I have wanted to add debug logging for a while but don't want to add a dep to log4j. If you're going to log could you try out the logger in the standard library first? I have no idea if it is any good though.

I couldn't reproduce this bug. I remember a while back that it used to struggle with nodes that had over 100k processes, maybe the rpc call is timing out if that is the case. Riak has nowhere near that number of processes so I don't encounter that now.

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

3 participants