A couple of the engineers on my team have been exp...
# intellij
a
A couple of the engineers on my team have been experiencing a lot of corrupted index problems recently. Invalidating caches and restarting fixes it for some amount of time, but it's a recurring issue so they're having to do this multiple times per day 😩 They're both on
2023.2.5
and giving it plenty of RAM (8GB). Both are on Macs, too - one is M1, the other one Intel. We're using Kotlin version
1.9.20
(not currently opted into the K2 beta). Anyone else experiencing this, or any suggestions to fix? We'll probably raise via youtrack as well, but thought starting here might be faster 😄
🚫 1
j
Are you downloading shared indexes using some mean corporate network that corrupts the download?
w
Same here, maybe not super common but definitely happened couple of times. I think it's more common with multiplatform projects, just today a colleague saw this once, repaired IDE, and then saw couple of times after that — all on a KMM project
a
nope! No VPN or corporate shenanigans of any kind
ours is a Kotlin JVM project, not KMM
d
I’ve had some plugins cause this in the past.
k
It happens to me occasionally. I don't share indexes. It usually happens when I open a second project in a new window.