重启ignite后,遇到报错:
Caused by: java.sql.SQLException: Failed to update some keys because they had been modified concurrently [keys=[SQL_TABLE1_dbbf6bc9_c4d7_4b4c_9f49_62f684949732_KEY [idHash=571581049, hash=866739424, ID=13753436006], SQL_TABLE1_dbbf6bc9_c4d7_4b4c_9f49_62f684949732_KEY [idHash=1224606719, hash=1075279771, ID=142427198212024225]]]Caused by: java.sql.SQLException: Failed to update some keys because they had been modified concurrently [keys= .....]]
从日志来看,ignite正在进行再平衡。
Starting rebalance routine [SQL_TABLE1...
Completed (final) rebalancing [rebalanceId=4000, grp=SQL_TABLE1
cache再平衡数据期间,所有对缓存的任何操作将被阻塞,
所以等待缓存平衡完成后再访问ignite