GBase 8a
其他
文章
gbase8a扩容初始化hashmap卡住问题
发表于2024-02-22 10:02:5533次浏览1个评论
扩缩容遇到初始化hashmap卡住的情况:执行initnodedatamap后上不了锁
排查show full processlist|grep initnodedatamap 看到一直在执行,前面是session_id 后面是theard_id
gcadmin showlock |grep vc00003 看到很多hashmaplock,查看hashmap上锁的会话
gcadmin showlock |grep vc00003|grep hashmap|grep TRUE,查看到了在哪个节点调度,以及会话id
gccli -ugbase -pXXX -e"show full process"|grep session_id查看节点在跑什么任务,不重要的就可以kill掉
hashmap初始化即可顺利执行完成。
评论
登录后才可以发表评论
GBase用户28017发表于 6个月前
学习了。
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25051
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526