Reported time is too far out of sync with master. Time difference of ...HBase时钟不同步问题

来源:互联网 发布:程序员刚入职很闲 编辑:程序博客网 时间:2024/05/21 09:07

HBbase的Master节点和Regionserver节点的时钟不同步,导致HBase的Regionsever不能正常启动,具体错误表现如下。

2017-10-25 17:34:04,137 FATAL [regionserver60020] regionserver.HRegionServer: ABORTING region server bionode1,60020,1508924043337: Unhandled: org.apache.hadoop.hbase.ClockOutOfSyncException: Server bionode1,60020,1508924043337 has been rejected; Reported time is too far out of sync with master. Time difference of 57422ms > max allowed of 30000ms

org.apache.hadoop.hbase.ClockOutOfSyncException: org.apache.hadoop.hbase.ClockOutOfSyncException: Server bionode1,60020,1508924043337 has been rejected; Reported time is too far out of sync with master. Time difference of 57422ms > max allowed of 30000ms

解决方法:使用nptupdate同步Master节点和RegionServer节点的时钟,同步过程参考http://blog.csdn.net/scorpio3k/article/details/49645219。

阅读全文
0 0
原创粉丝点击