Hi, Can you please clarify the version from which you upgraded?
I know that it's possible that if you used a pretty old version then you should also rebuild your indexes during the upgrade because inline size calculation logic was changed in last releases. It can be done by removing index.bin files. So the logic should be the following: 1)Stop the Ignite nodes. 2)Remove index.bin files from $IGNITE_HOME/db/<NODE_ID>/<CACHE_NAME>/index.bin 3)Start Ignite nodes one by one. For each node wait for the following message: [2020-05-29 07:55:04,984][INFO ][build-idx-runner-#61][GridCacheDatabaseSharedManager] Indexes rebuilding completed for all caches. I guess that it can help you with your upgrade. Please test it before applying it to your production because the reason can be different. BR, Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
