-
Notifications
You must be signed in to change notification settings - Fork 10
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
IDE freezes #93
Comments
Hi! Sorry for inconvenience. Thanks for providing the information. We'll get working on it ASAP :) |
Can you share your |
I see the plugin uses a local installation of mirrord binary under |
{
"target": {
"path": {
"deployment": "integration-request-batch-business-service"
},
"namespace": "mip"
},
"accept_invalid_certificates": false,
"feature": {
"network": {
"incoming": {
"mode": "mirror"
},
"outgoing": true
},
"fs": "read"
}
}
I previously only had the intellij plugin installed, but it started giving me warnings that new mirrord versions are available so I also installed the cli(and even before that it froze occasionally) I use gradle 7.6 with jdk 17(semeru). I have multiple jdks installed via asdf but only use this specific jdk currently |
The mirrord warnings are because of #94 - next version should be sorted out! |
I started intellij via terminal and got some more log messages for you that I got after I ctrl+c'd
|
Did you try running from the cli? did it work? |
yes, it runs fine using the cli |
This is quite strange. Could you provide the output of |
(I removed the hundreds of environment variables) afterwards I tried to run it with the same config via IDE, waited at least 2min and it was still frozen |
Can you also try |
it lists all deployments/pods in my configured namespace just fine. Are you interested in anything more specific? |
No, just wanted to make sure the command doesn't get stuck as well. Thanks! |
@patdlanger unfortunately I am unable to reproduce your issue. If you'd like to screen share, there's a "Book time with us" button here. It might help us in investigation. Thanks! |
Another request - can you specify explicitly |
Update: we managed to find the bug. Your issue is most probably coming from long delay in communication with your cluster. The fix is on the way :) |
Bug Description
Almost always when I try to run my application with mirrord my IDE just freezes until I kill it.
I use the default settings + define the target deployment and namespace.
thread dump is attached
mirrord_freeze.zip
Steps to Reproduce
INFO - mirrord - running mirrord with following command line: /usr/local/bin/mirrord ext -f /some/path/mirrord.json
Backtrace
No response
Relevant Logs
No response
Your operating system and version
Ubuntu 22.04.2 LTS, Intellij Idea Ultimate 2023.2, mirrord plugin 3.52.0
Local process
/snap/bin/intellij-idea-ultimate
Local process version
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: