kudu启动失败。。。
来源:7-3 kudu部署

猫以自闭
2020-03-02
kudu启动失败
查看kudu-master.ERROR日志:
** 1 Log file created at: 2020/03/02 16:46:09
2 Running on machine: hadoop000
3 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
4 E0302 16:46:09.963483 39714 system_ntp.cc:106] Dumping NTP diagnostics
5 E0302 16:46:09.965241 39714 system_ntp.cc:91] /sbin/ntptime
6 ------------------------------------------
7 stdout:
8 ntp_gettime() returns code 5 (ERROR)
9 time e2074651.f708d000 Mon, Mar 2 2020 16:46:09.964, (.964978),
10 maximum error 16000000 us, estimated error 16000000 us, TAI offset 0
11 ntp_adjtime() returns code 5 (ERROR)
12 modes 0x0 (),
13 offset 0.000 us, frequency 0.000 ppm, interval 1 s,
14 maximum error 16000000 us, estimated error 16000000 us,
15 status 0x41 (PLL,UNSYNC),
16 time constant 7, precision 1.000 us, tolerance 500 ppm,
17
1 Log file created at: 2020/03/02 16:46:09
2 Running on machine: hadoop000
3 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
4 E0302 16:46:09.963483 39714 system_ntp.cc:106] Dumping NTP diagnostics
5 E0302 16:46:09.965241 39714 system_ntp.cc:91] /sbin/ntptime
6 ------------------------------------------
7 stdout:
8 ntp_gettime() returns code 5 (ERROR)
9 time e2074651.f708d000 Mon, Mar 2 2020 16:46:09.964, (.964978),
10 maximum error 16000000 us, estimated error 16000000 us, TAI offset 0
11 ntp_adjtime() returns code 5 (ERROR)
12 modes 0x0 (),
13 offset 0.000 us, frequency 0.000 ppm, interval 1 s,
14 maximum error 16000000 us, estimated error 16000000 us,
15 status 0x41 (PLL,UNSYNC),
16 time constant 7, precision 1.000 us, tolerance 500 ppm,
17
18 E0302 16:46:15.976186 39714 system_ntp.cc:91] /sbin/ntpq -n -c timeout 1000 -c readvar -c sysinfo -c lpeers -c ope ers -c version
19 ------------------------------------------
20 stdout:
21 ntpq 4.2.6p5@1.2349-o Thu Aug 8 11:48:03 UTC 2019 (1)
22
23 stderr:
24 192.168.0.133: timed out, nothing received
25 ***Request timed out
26 ***Command `sysinfo’ unknown
27 192.168.0.133: timed out, nothing received
28 ***Request timed out
29 192.168.0.133: timed out, nothing received
30 ***Request timed out
31
32 E0302 16:46:18.984884 39714 system_ntp.cc:91] /sbin/ntpdc -n -c timeout 1000 -c peers -c sysinfo -c sysstats -c ve rsion
33 ------------------------------------------
34 stdout:
35 ntpdc 4.2.6p5@1.2349-o Thu Aug 8 11:48:02 UTC 2019 (1)
34 stdout:
35 ntpdc 4.2.6p5@1.2349-o Thu Aug 8 11:48:02 UTC 2019 (1)
36
37 stderr:
38 localhost: timed out, nothing received
39 ***Request timed out
40 localhost: timed out, nothing received
41 ***Request timed out
42 localhost: timed out, nothing received
43 ***Request timed out
44
45 E0302 16:46:18.988483 39714 system_ntp.cc:91] /usr/bin/chronyc -n tracking
46 ------------------------------------------
47 stdout:
48 506 Cannot talk to daemon
49
50 E0302 16:46:18.993012 39714 system_ntp.cc:91] /usr/bin/chronyc -n sources
51 ------------------------------------------
52 stdout:
53 506 Cannot talk to daemon
54
55 F0302 16:46:18.993093 39714 master_main.cc:74] Check failed: _s.ok() Bad status: Service unavailable: Cannot initi alize clock: Error reading clock. Clock considered unsynchronized
**
貌似在说ntp问题
查看ntp状态:
ntp有再跑啊
???
6回答
-
For_the_Horde
2020-10-22
你好,问一下这个问题具体是怎么解决的?能详细描述一下吗
112020-10-22 -
猫以自闭
提问者
2020-03-02
老师问题已经解决了,最后发现是timedatectl的ntp时间同步没有打开
00 -
猫以自闭
提问者
2020-03-02
老师,我在ntpq -p的问题解决了,
但是在验证同步这边又有问题了
00 -
猫以自闭
提问者
2020-03-02
老师外网能连的
测试发现ntpd -6p可以ntpd -4p 不行
00 -
Michael_PK
2020-03-02
这机器能连到外网吗
00 -
猫以自闭
提问者
2020-03-02
运行ntpq命令时出现了
[hadoop@hadoop000 kudu]$ ntpq -p
localhost: timed out, nothing received
***Request timed out
老师这个该怎么解决?
012020-03-02
相似问题