美文网首页我爱编程
CDH: HBase thrift server意外退出

CDH: HBase thrift server意外退出

作者: 杨小邪yxr | 来源:发表于2018-01-30 16:03 被阅读659次

最近用Cloudera的CDH5来跑HBase和HBase thrift server。运行过程中HBASE thrift会意外退出,周期不定,三天两头。


hbase thrift 意外退出(Cloud Manager)

如图所示,“Due to OutOfMemory errors”。

解决方法:

  • 修改HBase配置文件/etc/hbase/conf/hbase-env.sh
# The maximum amount of heap to use, in MB. Default is 1000.
export HBASE_HEAPSIZE=8000
  • # 或者可以写一个定时脚本,每隔一段时间重启thrift server
  • # 或者用程序监测此进程,一旦退出则重新启动。

refer:
Possible memory issue crashing Hbase Thrift Server
csdh hbase 的thrift 服务器端无故退出的问题

后记:

后来还是瞎几把退出,怎么解决的呢,在装cdh的那个目录加了100G存储,什么毛病都治好了,全是绿的

相关文章

网友评论

    本文标题:CDH: HBase thrift server意外退出

    本文链接:https://www.haomeiwen.com/subject/pfeczxtx.html