-
Notifications
You must be signed in to change notification settings - Fork 11
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
ConfigWatcher is triggering multiple events for a single modification of a file #190
Labels
Comments
@datho7561 found out that the sequence of events come in 3 cases:
|
We therefore think that we need to prevent events from be propagated where the kube config file does not exist, is empty or is not valid yaml (incomplete file) |
datho7561
added a commit
to datho7561/intellij-common
that referenced
this issue
Jul 25, 2023
I'm not convinced this is doing much to address redhat-developer/intellij-kubernetes#640. In practice, the first few times I attempt to switch namespaces, the tree collapses, regardless of if I use this PR or the existing code. After that, I can occasionally switch namespaces without the tree collapsing. See redhat-developer#190. Signed-off-by: David Thompson <[email protected]>
@datho7561: @olkornii is back ready to test things. I'll therefore make sure we have a fix that he can test. |
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Jul 26, 2023
…edhat-developer#190) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Jul 26, 2023
…edhat-developer#190) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Jul 26, 2023
…edhat-developer#190) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-common
that referenced
this issue
Jul 26, 2023
…ete (redhat-developer#190) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
Jul 26, 2023
…ete (#190) (#192) Signed-off-by: Andre Dietisheim <[email protected]>
#192 was merged. Closing. |
This was referenced Nov 13, 2023
Logging into the cluster does not refresh the tree
redhat-developer/intellij-openshift-connector#595
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See redhat-developer/intellij-kubernetes#640 for more details on this. It seems to be a know defect on Linux/Windows.
The text was updated successfully, but these errors were encountered: