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

File Cache Conflict #174

Open
scriptacus opened this issue Oct 3, 2018 · 5 comments
Open

File Cache Conflict #174

scriptacus opened this issue Oct 3, 2018 · 5 comments

Comments

@scriptacus
Copy link

Not sure of an exact repro, but using the Alpha 4 release of the 2017.1 version of the plugin I get the "File Cache Conflict" popup every 5-10 minutes.

https://www.jetbrains.com/help/idea/2018.2/file-cache-conflict.html?utm_medium=link&utm_source=product&utm_campaign=IU&utm_content=2018.2

@groboclown groboclown self-assigned this Oct 8, 2018
@groboclown groboclown added the bug label Oct 8, 2018
@groboclown groboclown added this to the 0.10 milestone Oct 8, 2018
@groboclown
Copy link
Owner

Thanks for trying out the new Alpha!

Have you been able to identify if the popup happens when you're editing the contents of a Perforce-backed file, or creating a file, or some other operation? Or does it seem to happen when you aren't doing anything?

I've seen this happen twice in my environment, and each time was due to me reverting the file through the command line, which made sense in that context.

@scriptacus
Copy link
Author

Typically happens during heavy iteration of perforce backed files I think. I do a lot of editing followed by alt+tab to another application, back and forth. I think idea automatically saves the file any time the window loses focus.

@groboclown
Copy link
Owner

Thanks. This might be related to how the "change" object is created by the plugin; altering that object may trigger a refresh from the IDE. I'll put some additional logging around it and inspect that code path carefully.

@groboclown
Copy link
Owner

Alpha 6 is now out. I added a few extra bits of code to try to help this out, but I don't know if it does anything. Unfortunately, I haven't been able to reproduce the issue locally.

@groboclown
Copy link
Owner

Is this still happening in the released version of 0.10.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants