phxsql icon indicating copy to clipboard operation
phxsql copied to clipboard

rancher网络中phxsql初始化失败

Open coding-chenkaikai opened this issue 9 years ago • 1 comments

环境:docker bridge模式,rancher 1、在基础镜像为centos6.7的docker环境下,手动编译 2、使用docker run,单机进行集群部署,成功初始化,多主机使用rancher环境提供10.42网段ip,初始化失败 可能原因分析: 1、phxrpc不支持rancher网络??? 如下log: terminal

get master  expire time 0
get master  expire time 0
get master  expire time 0
init svr fail, ret -1

phxbinlogsvr.b65705e3f276.invalid-user.log.ERROR.20160921-021137.3712

E0919 02:17:05.969772  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:06.000067  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:06.969871  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:07.000144  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:07.969990  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:08.000037  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:08.970146  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:09.000561  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:09.013869  3713 phx_glog.cpp:82]  DoQuery mysql_query show global variables like 'gtid_executed'; done 0,  
E0919 02:17:09.013932  3713 phx_glog.cpp:82]  MakeCheckPoint now time 1474251429 last check time 1474251405,  interval time 216000 
E0919 02:17:09.013947  3713 phx_glog.cpp:82]  MakeCheckPoint check point check done 
E0919 02:17:09.049278  3713 phx_glog.cpp:82]  CheckRunningStatus current mysql instanceid 0, binlog svr instanceid 0 
E0919 02:17:09.970252  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:10.000097  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:10.970340  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:11.000038  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:11.970423  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:12.000018  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:12.970479  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:13.000020  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:13.970566  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:14.000077  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:14.049854  3713 phx_glog.cpp:82]  DoQuery mysql_query show global variables like 'gtid_executed'; done 0,  
E0919 02:17:14.049911  3713 phx_glog.cpp:82]  MakeCheckPoint now time 1474251434 last check time 1474251405,  interval time 216000 
E0919 02:17:14.049924  3713 phx_glog.cpp:82]  MakeCheckPoint check point check done 
E0919 02:17:14.049933  3713 phx_glog.cpp:82]  CheckRunningStatus current mysql instanceid 0, binlog svr instanceid 0 
E0919 02:17:14.970636  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:15.000066  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 
E0919 02:17:15.970726  3716 phx_glog.cpp:82]  Showy(0): PN8phxpaxos7CleanerE::run sleep a while, max deleted instanceid 0 checkpoint instanceid (no checkpoint) now instanceid 0 
E0919 02:17:16.000049  3721 phx_glog.cpp:82]  Process master is not inited, waiting init, doing nothing 

coding-chenkaikai avatar Sep 21 '16 02:09 coding-chenkaikai

经多次测试,出现结果相同

coding-chenkaikai avatar Sep 21 '16 02:09 coding-chenkaikai