[
https://issues.apache.org/jira/browse/HIVE-6468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14247972#comment-14247972
]
Lefty Leverenz commented on HIVE-6468:
--------------------------------------
Doc note: Add *hive.thrift.sasl.message.limit* to the wiki in Configuration
Properties. But which section? Perhaps it belongs in the Metastore section
after *hive.metastore.sasl.enabled* -- most other mentions of SASL occur in the
HiveServer2 section.
* [Configuration Properties -- Metastore |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-MetaStore]
** [hive.metastore.sasl.enabled |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.metastore.sasl.enabled]
* [Configuration Properties -- HiveServer2 |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-HiveServer2]
** [hive.server2.authentication |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.authentication]
** [hive.server2.thrift.sasl.qop |
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.thrift.sasl.qop]
bq. "On trunk this issue has been resolved with a thrift version upgrade."
Does that mean *hive.thrift.sasl.message.limit* will only exist in the 0.14.1
release?
> HS2 & Metastore using SASL out of memory error when curl sends a get request
> ----------------------------------------------------------------------------
>
> Key: HIVE-6468
> URL: https://issues.apache.org/jira/browse/HIVE-6468
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2, Metastore
> Affects Versions: 0.12.0, 0.13.0, 0.14.0, 0.13.1
> Environment: Centos 6.3, hive 12, hadoop-2.2
> Reporter: Abin Shahab
> Assignee: Navis
> Labels: TODOC14
> Fix For: 0.14.1
>
> Attachments: HIVE-6468.0.patch, HIVE-6468.1.patch.txt,
> HIVE-6468.2.patch.txt, HIVE-6468.3.patch, HIVE-6468.4.patch,
> HIVE-6468.5.patch, HIVE-6468.branch-0.14.patch, HIVE-6468.branch-0.14.patch
>
>
> We see an out of memory error when we run simple beeline calls.
> (The hive.server2.transport.mode is binary)
> curl localhost:10000
> Exception in thread "pool-2-thread-8" java.lang.OutOfMemoryError: Java heap
> space
> at
> org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:181)
> at
> org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
> at
> org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253)
> at
> org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
> at
> org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
> at
> org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:189)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:744)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)