-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
Any java crashes? |
That's a no on both accounts, OS X and no crashes in the shell. |
Compiled from Master? |
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 |
I'll try re-producing the same :) |
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. |
Haha! I'll keep my java therapy-free. @andytill- before i waste my time, is there a quick way to debug the proc classes? |
@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. |
This can be reproduced by:
=> observe the process list to fill
=> observe the process list to become empty and the connection window show up
=> the process list remains empty
The text was updated successfully, but these errors were encountered: