解决办法:
# /usr/bin/perror --ndb 708
NDB error code 708: No more attributemetadata records (increase MaxNoOfAttributes): Permanent error: Schema error
MaxNoOfAttributes 是数据节点的配置参数,修改完该参数之后需要启动对应的数据节点即可。
MaxNoOfAttributes 在 config.ini 中设置,对应的是 [NDBD DEFAULT] 块中 # Metadata Objects # 下的设置。
MaxNoOfAttributes = 600000 # 6*1000*100
本文详细解释了NDB错误代码708的原因,并提供了如何通过修改MaxNoOfAttributes配置参数来解决该问题的步骤。主要内容包括在config.ini文件中设置此参数以及启动对应的数据节点。
5028

被折叠的 条评论
为什么被折叠?



