You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/11/07 23:19:35 UTC

[jira] [Commented] (AMBARI-8213) ambari cluster HS2 health check causing errors in logs

    [ https://issues.apache.org/jira/browse/AMBARI-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202816#comment-14202816 ] 

Hudson commented on AMBARI-8213:
--------------------------------

SUCCESS: Integrated in Ambari-branch-1.7.0 #354 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/354/])
AMBARI-8213. ambari cluster HS2 health check causing errors in logs (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0798ea5a7761b5a027927313d3e7a5fdd491bae5)
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/service_check.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/scripts/params.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
* ambari-common/src/main/python/resource_management/libraries/functions/hive_check.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive_service.py
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py
* ambari-server/src/test/python/stacks/1.3.2/configs/secured.json
* ambari-server/src/test/python/stacks/1.3.2/configs/default.json
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-commands.cfg.j2
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/files/check_hive_thrift_port.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-commands.cfg.j2
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2
* ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_server.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/service_check.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive_service.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/files/check_hive_thrift_port.py
* ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py
* ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_service_check.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.0.6/configs/secured.json
* ambari-server/src/test/python/stacks/2.0.6/configs/default.json
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2
* ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_service_check.py


> ambari cluster HS2 health check causing errors in logs
> ------------------------------------------------------
>
>                 Key: AMBARI-8213
>                 URL: https://issues.apache.org/jira/browse/AMBARI-8213
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 1.7.0
>
>
> The following stack trace is seen every 30 seconds in hiveServer2.log . I
> noticed this in a ambari installed secure cluster. It seems to be coming as a
> result of some ambari health check command. It is either not using kerberos to
> authenticate, or not using proper thrift protocol .
>     
>     
>     2014-11-04 06:37:01,333 ERROR server.TThreadPoolServer (TThreadPoolServer.java:run(215)) - Error occurred during processing of message.
>     java.lang.RuntimeException: org.apache.thrift.transport.TTransportException
>             at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
>             at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge20S.java:725)
>             at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge20S.java:722)
>             at java.security.AccessController.doPrivileged(Native Method)
>             at javax.security.auth.Subject.doAs(Subject.java:356)
>             at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1608)
>             at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory.getTransport(HadoopThriftAuthBridge20S.java:722)
>             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:745)
>     Caused by: org.apache.thrift.transport.TTransportException
>             at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
>             at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84)
>             at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:178)
>             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)
>             ... 10 more
>     
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)