Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9
-
None
Description
When TThreadPoolServer hit's max threads, it throws a RejectedExceptionException and dies. This is not expected by users of this class.
java.util.concurrent.RejectedExecutionException at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) at org.apache.thrift.server.TThreadPoolServer.serve(TThreadPoolServer.java:108)
Attachments
Attachments
Issue Links
- duplicates
-
THRIFT-692 RejectedExecutionException under load in Java TThreadPoolServer
- Closed
- is related to
-
HIVE-4224 Upgrade to Thrift 1.0 when available
- Resolved
-
THRIFT-1900 TThreadPoolServer (java) retry logic leaks clients when interrupted
- Open
-
HIVE-2935 Implement HiveServer2
- Closed
-
HIVE-4291 Test HiveServer2 crash based on max thrift threads
- Open
- relates to
-
HIVE-4766 Support HS2 client login timeout when the thrift thread max# is reached
- Resolved
-
HIVE-8418 Upgrade to Thrift 0.9.1
- Resolved