You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@k8s-master-9c885a0836:/home# kubectl get po |grep hadoop
hadoop-jindofs-master-0 1/1 Running 0 155m
hadoop-jindofs-master-1 1/1 Running 0 155m
hadoop-jindofs-master-2 1/1 Running 0 155m
root@k8s-master-9c885a0836:/home# kubectl get dataset hadoop
NAME UFS TOTAL SIZE CACHED CACHE CAPACITY CACHED PERCENTAGE PHASE AGE
hadoop NotBound 155m
相关日志
I0207 07:32:39.586294 1 server.cpp:1161] Check out http://localhost.localdomain:18521 in web browser.
I0207 07:32:39.586310 1 JfsxNsMainImpl.cpp:30] Finish start RPC Server at 0.0.0.0:18521
I0207 07:32:39.586311 1 JfsxMainBase.cpp:48] JfsxMainBase run return value True
I0207 07:32:39.586334 1 JfsxMainBase.cpp:107] ioService is being to run
I0207 07:32:44.756633 181 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_vote
W0207 07:32:44.756645 181 node.cpp:1423] node RaftPeerImpl:127.0.1.1:8103:0 can't do pre_vote as it is not in 10.70.73.32:18846:0,10.70.16.55:18846:0,10.70.73.244:18846:0I0207 07:32:50.414792 177 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_voteW0207 07:32:50.414805 177 node.cpp:1423] node RaftPeerImpl:127.0.1.1:8103:0 can't do pre_vote as it is not in 10.70.73.32:18846:0,10.70.16.55:18846:0,10.70.73.244:18846:0
I0207 07:32:56.063956 182 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_vote
W0207 07:32:56.063968 182 node.cpp:1423] node RaftPeerImpl:127.0.1.1:8103:0 can't do pre_vote as it is not in 10.70.73.32:18846:0,10.70.16.55:18846:0,10.70.73.244:18846:0I0207 07:33:01.178079 181 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_voteW0207 07:33:01.178084 181 node.cpp:1423] node RaftPeerImpl:127.0.1.1:8103:0 can't do pre_vote as it is not in 10.70.73.32:18846:0,10.70.16.55:18846:0,10.70.73.244:18846:0
I0207 07:33:06.951189 177 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_vote
W0207 07:33:06.951194 177 node.cpp:1423] node RaftPeerImpl:127.0.1.1:8103:0 can't do pre_vote as it is not in 10.70.73.32:18846:0,10.70.16.55:18846:0,10.70.73.244:18846:0I0207 07:33:12.061303 182 node.cpp:1413] node RaftPeerImpl:127.0.1.1:8103:0 term 1 start pre_vote
The text was updated successfully, but these errors were encountered:
环境版本
配置
现象
3个master pod都处于Running,dataset处于NotBound状态
root@k8s-master-9c885a0836:/home# kubectl get po |grep hadoop hadoop-jindofs-master-0 1/1 Running 0 155m hadoop-jindofs-master-1 1/1 Running 0 155m hadoop-jindofs-master-2 1/1 Running 0 155m root@k8s-master-9c885a0836:/home# kubectl get dataset hadoop NAME UFS TOTAL SIZE CACHED CACHE CAPACITY CACHED PERCENTAGE PHASE AGE hadoop NotBound 155m
相关日志
The text was updated successfully, but these errors were encountered: