We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改配置参数,设置了hbase.regionserver.global.memstore.size + hfile.block.cache.size > 0.8,程序未进行校验控制,可保存成功; 会导致的问题: 1、此时,进行扩容操作,会导致扩容操作失败; 2、修改配置参数使hbase.regionserver.global.memstore.size + hfile.block.cache.size <=0.8,保存后,再进行切换私网操作后,从节点状态均显示为不正常
The text was updated successfully, but these errors were encountered:
No branches or pull requests
修改配置参数,设置了hbase.regionserver.global.memstore.size + hfile.block.cache.size > 0.8,程序未进行校验控制,可保存成功;
会导致的问题:
1、此时,进行扩容操作,会导致扩容操作失败;
2、修改配置参数使hbase.regionserver.global.memstore.size + hfile.block.cache.size <=0.8,保存后,再进行切换私网操作后,从节点状态均显示为不正常
The text was updated successfully, but these errors were encountered: