java.sql.SQLException: Failed to update some keys because they had been modified concurrently

重启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

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容