Advertisement

Hbase Thrift集群问题总结

阅读量:

HBase Thrift 1 常见问题整理

HBase Thrift 启动线程池时,需执行命令:./bin/hbase thrift start -threadpool,但有时会出现如下错误提示:

复制代码
    Exception in thread "thrift-worker-103" java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start0(Native Method)
    at java.lang.Thread.start(Thread.java:713)
    at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
    at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1017)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1163)
    at java.util.concur

全部评论 (0)

还没有任何评论哟~