Jinlong Wu

Results 3 issues of Jinlong Wu

正常启动A作为master,然后再启动B。这个时候关闭A,B会竞选上master,不过之后B进程的cpu会持续很高,这个问题是什么原因呢?

https://github.com/samuel/go-zookeeper/blob/e6b59f6144beb8570562539c1898a0b1fea34b41/zk/conn.go#L918 type:Unknown, state:StateDisconnected, path:, err:, server: when kill my process, I always get this message func (electionManager *ElectionManager) watchMaster() { children, state, childCh, err := electionManager.ZKClientConn.ChildrenW(electionManager.ZKConfig.RootPath + electionManager.ZKConfig.MasterPath) if err...

The following two messages are in one HBase. ONE:[{"createtime":1474381931,"lat":29.66028,"lon":106.55911},{"createtime":1474381941,"lat":29.66028,"lon":106.55911}] TWO:[{"createtime":"2016-09-20 22:08:05","lat":"39.050959","lon":"117.142922"},{"createtime":"2016-09-20 22:08:11","lat":"39.051338","lon":"117.142858"}] When I execute “scan.Next();". I can only get the second message,Why???