HiveServer2-Handler-Pool: Thread-451" java.lang.OutOfMemoryError: GC overhead limit exceeded 微梦 谁都会犯错误,所以人们才在铅笔的另一头装上橡皮~ 目录 收起 一、BUG描述 二、BUG分析 三、BUG解决 一、BUG描述 运行hiveserver2,连接hive运行job出现异常 二、BUG分析 从OutOfMemoryError可以判断是...
果不其然,通过多次对 HS2 进程 jstack,发现 HS2 堆栈信息中有 119 个具有相同堆栈的 BLOCKED 状态的线程,如下: "HiveServer2-Handler-Pool:Thread-707357" #707357 prio=5 os_prio=0 tid=0x0000fffb09c46000 nid=0xa61d waiting for monitor entry...
public void run() { try { // Server thread pool String threadPoolName = "HiveServer2-Handler-Pool"; ExecutorService executorService = new ThreadPoolExecutorWithOomHook(minWorkerThreads, maxWorkerThreads, workerKeepAliveTime, TimeUnit.SECONDS, new SynchronousQueue<Runnable>(), new ThreadFactoryWithGarb...
1. 起因 hive --service hiveserver2 报错, 导致hiveserver2 服务无法使用 2. 报错信息 Exception in thread "HiveServer2-Handler-Pool: Thread-556" java.lang.OutOfMemoryError: GC overhead limit exceeded 3. 报错原因 hive shell脚本启动的jvm的堆内存 不足 4. 解决 cp hive-env.sh.template hive-env...
[HiveServer2-Handler-Pool: Thread-53]:Erroroccurred during processing of message.java.lang.RuntimeException: org.apache.thrift.transport.TSaslTransportException: No dataorno sasl data in the stream at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)...
[HiveServer2-Handler-Pool: Thread-53]: Error occurred during processing of message. java.lang.RuntimeException: org.apache.thrift.transport.TSaslTransportException: No data or no sasl data in the stream at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java...
1、rpc请求处理线程——HiveServer2-Handler-Pool 这个线程池主要是HiveServer2用来处理rpc请求的线程。线程池的coreSize和maxSize和参数hive.server2.thrift.min.worker.threads和hive.server2.thrift.max.worker.threads相关,默认值分别是5和500。 这个线程和netty的worker线程类似,有客户端发送请求给ThriftServer,最终...
Handler-Pool:Thread-72Thread|128|79,072referent java.util.WeakHashMap$Entry@0x7164e67d0|40|824'-[6]java.util.WeakHashMap$Entry[16]@0x71581aac0|80|5,056'-table java.util.WeakHashMap@0x71580f510|48|6,920'-CACHE_CLASSESclassorg.apache.hadoop.conf.Configuration@0x71580f3d8|64|74,528-...
1.问题描述 HiveServer2服务在运行时经常抛出如下异常日志: 代码语言:javascript 复制 [HiveServer2-Handler-Pool:Thread-53]:Error occurred during processingofmessage.java.lang.RuntimeException:org.apache.thrift.transport.TSaslTransportException:No data or no sasl datainthe stream ...
2016-10-19 19:31:19,279 ERROR [HiveServer2-Handler-Pool: Thread-29]: server.TThreadPoolServer (TThreadPoolServer.java:run(213)) - Thrift error occurred during processing of message. org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client? at org.apache...