Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/hadoop/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hadoop 区域服务器问题_Hadoop_Hbase_Apache Zookeeper - Fatal编程技术网

Hadoop 区域服务器问题

Hadoop 区域服务器问题,hadoop,hbase,apache-zookeeper,Hadoop,Hbase,Apache Zookeeper,每次区域服务器停止时,我都会收到类似的警告。有什么建议吗 WARN [regionserver60020.compactionChecker] util.Sleeper: **We slept 36092ms instead of 10000ms,** t**his is likely due to a long garbage collecting pause and it's usually bad, see http://hbase.apache.org/book.html #troub

每次区域服务器停止时,我都会收到类似的警告。有什么建议吗

WARN  [regionserver60020.compactionChecker] util.Sleeper: **We slept 36092ms instead of 10000ms,** t**his is likely due to a long garbage collecting pause and it's usually bad, see http://hbase.apache.org/book.html
#trouble.rs.runtime.zkexpired**

regionserver60020] util.Sleeper: We slept 19184ms instead of 3000ms, this is likely due to a long garbage collecting pause and it's usually bad, see http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired

2015-10-08 04:11:33,030 INFO  [regionserver60020-SendThread(xxxx)] zookeeper.ClientCnxn: Client session timed out, have not heard from server in 24827ms for sessionid 0x54ee10bc6f21c05, closing socket connection and attempting reconnect

2015-10-08 04:11:33,030 INFO  [SplitLogWorker-xxxx,60020,1443823580220-SendThread( xxxx:2181)] zookeeper.ClientCnxn: Client session timed out, have not heard from server in 24356ms for sessionid 0x44ee10bc6361c47, closing socket connection and attempting reconnect


2015-10-08 04:11:33,607 INFO  [SplitLogWorker-xxx,60020,1443823580220-SendThread(xxxxx)] client.ZooKeeperSaslClient: Client will use GSSAPI as SASL mechanism.

2015-10-08 22:46:15,211 WARN  [main-SendThread(xxxxxxx)] client.ZooKeeperSaslClient: Could not login: the client is being asked for a password, but the Zookeeper client code does not currently support obtaining a password from the user. Make sure that the client is configured to use a ticket cache (using the JAAS configuration setting 'useTicketCache=true)' and restart the client. If you still get this message after that, the TGT in the ticket cache has expired and must be manually refreshed. To do so, first determine if you are using a password or a keytab. If the former, run kinit in a Unix shell in the environment of the user who is running this Zookeeper client using the command 'kinit <princ>' (where <princ> is the name of the client's Kerberos principal). If the latter, do 'kinit -k -t <keytab> <princ>' (where <princ> is the name of the Kerberos principal, and <keytab> is the location of the keytab file). After manually refreshing your cache, restart this client. If you continue to see this message after manually refreshing your cache, ensure that your KDC host's clock is in sync with this host's clock.

2015-10-08 22:46:15,919 WARN  [main-SendThread(xxxxxxxx)] zookeeper.ClientCnxn: SASL configuration failed: javax.security.auth.login.LoginException: Checksum failed Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
WARN[regionserver60020.compactionChecker]util.Sleeper:*我们睡了36092ms而不是10000ms,**t**这可能是由于垃圾收集暂停时间过长,通常情况不好,请参阅http://hbase.apache.org/book.html
#trouble.rs.runtime.zk已过期**
regionserver60020]util.Sleeper:我们睡了19184ms而不是3000ms,这可能是由于垃圾收集暂停时间过长,通常情况很糟糕,请参阅http://hbase.apache.org/book.html#trouble.rs.runtime.zkexpired
2015-10-08 04:11:33030信息[regionserver60020 SendThread(xxxx)]zookeeper.ClientCnxn:客户端会话超时,在24827毫秒内未收到服务器关于会话ID 0x54ee10bc6f21c05的消息,正在关闭套接字连接并尝试重新连接
2015-10-08 04:11:33030信息[SplitLogWorker xxxx,600201443823580220 SendThread(xxxx:2181)]zookeeper.ClientCnxn:客户端会话超时,会话ID 0x44ee10bc6361c47在24356ms内未收到服务器的消息,正在关闭套接字连接并尝试重新连接
2015-10-08 04:11:33607信息[SplitLogWorker xxx,600201443823580220 SendThread(xxxxx)]客户端。ZookePersaslClient:客户端将使用GSSAPI作为SASL机制。
2015-10-08 22:46:15211警告[main SendThread(xxxxxxx)]客户端。ZooKeeperSaslClient:无法登录:客户端需要密码,但Zookeeper客户端代码当前不支持从用户处获取密码。确保客户端配置为使用票证缓存(使用JAAS配置设置“useTicketCache=true”),然后重新启动客户端。如果在此之后仍收到此消息,则票证缓存中的TGT已过期,必须手动刷新。为此,首先确定您使用的是密码还是键盘。如果是前者,请在运行Zookeeper客户端的用户的环境中,在Unix shell中使用命令“kinit”(其中是客户端的Kerberos主体的名称)运行kinit。如果是后者,则执行'kinit-k-t'(其中是Kerberos主体的名称,是keytab文件的位置)。手动刷新缓存后,重新启动此客户端。如果手动刷新缓存后仍看到此消息,请确保KDC主机的时钟与此主机的时钟同步。
2015-10-08 22:46:15919警告[主发送线程(xxxxxxxx)]zookeeper.ClientCnxn:SASL配置失败:javax.security.auth.login.login异常:校验和失败将继续连接到zookeeper服务器而不进行SASL身份验证,如果zookeeper服务器允许的话。

请重新格式化您的问题,并说明什么是代码、日志和您的评论,以及您到底需要什么帮助。@Sebastian我只有在区域服务器停止时才会收到这些错误。@Sebastian我在上面附加了一些日志,请检查它。