-
Notifications
You must be signed in to change notification settings - Fork 21
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
Text field for the current namespace isn't displayed at times #637
Comments
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
@olkornii: @JessicaJHee tried to replicate it on Linux but she couldn't. Things worked well for her. Maybe this was caused by your slow cluster? |
Signed-off-by: Andre Dietisheim <[email protected]>
Reopening since we are not sure if the change in #638 is fixing the issue. We could not replicate. PR still has value and was therefore merged. |
@adietish appears for me with minikube locally as well. So probably is not caused by slow cluster. |
@JessicaJHee Can I ask you to try again. For example, I had to try around 20 times to reproduce... |
@olkornii I'm quite lost on why I'm not able to reproduce it :( I tried again with more than 20 times and it works as expected each time. |
@JessicaJHee thanks for trying again :) |
@JessicaJHee Could you share your OS, Java version, cluster name and version please? |
@olkornii Sure! OS: Fedora 35 |
@olkornii: can you still reproduce this? |
@olkornii can you please verify this issue and let us know if this is still reproducible? |
Hi @adietish and @mohitsuman, I'll check it tomorrow. |
@adietish The steps are the same: HERE: when clicked, fedora creates a new workspace for 1-2 seconds and deletes it. This is easy to see by the rectangles in the lower right corner of the screen. |
@adietish can you look at this for fedora OS ? If this is a new issue, let's track that separately and close this one. |
@adietish @mohitsuman While testing version 1.3.0, I noticed this bug again. Unable to reproduce with IJ 2022.1 but easy to reproduce with 2024.1. |
@adietish can you please look at this ? |
@mohitsuman, @olkornii: I dont have fedora, I can only check in MacOS and I still cannot replicate this. Neither in IC-2022.1 nor IC-2024.1 (Screenshot is IC-2024.1) |
|
|
@adietish : i also can reproduce on 24.1 only ( 23.3 is working fine ) console logs:
|
@olkornii: you did not change |
I changed gradle.properties to 2024.1 for testing, as we discussed. |
@olkornii: ok, so we can confirm that this occurs with latest |
@olkornii, @sbouchet: if we can confirm that the above stacktrace is responsible for this, 2024-04-10 15:15:43,314 [ 299488] SEVERE - #com.redhat.devtools.intellij.kubernetes.actions.SetCurrentNamespaceAction - `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.redhat.devtools.intellij.kubernetes.actions.SetCurrentNamespaceAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.redhat.devtools.intellij.kubernetes]
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.redhat.devtools.intellij.kubernetes.actions.SetCurrentNamespaceAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.redhat.devtools.intellij.kubernetes] we'd have to bump min. supported IDEA version to |
@sbouchet, @olkornii: With fix: default update thread for actions is EDT (#218) in commons the stacktrace should not happen any more and this error should be fixed. |
will try to reproduce with latest snapshot. |
Signed-off-by: Andre Dietisheim <[email protected]>
) Signed-off-by: Andre Dietisheim <[email protected]>
) Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
I cannot replicate this (I'm on Mac), it was reported by @olkornii (using Linux) while doing the integration tests. It happens to him maybe 2 out of 3 times
Steps:
Result:

A dialog shows up, that allows you to type the name of the namespace to use as current namespace. At times the dialog shows up without the text field (on Linux, not on Mac. Dont know about Windows)
The text was updated successfully, but these errors were encountered: