Zookeeper的一次遷移故障
1
2
3
4
|
07 Jan 2014 01 : 19 : 32 , 571 INFO
[conf-file-poller- 0 -SendThread(xxx: 2181 )]
(org.apache.zookeeper.ClientCnxn$SendThread.startConnect: 1058 )
- Opening socket connection to server xxx: 2181 07 Jan 2014 01 : 19 : 32 , 572 INFO
[conf-file-poller- 0 -SendThread(xxx: 2181 )]
(org.apache.zookeeper.ClientCnxn$SendThread.primeConnection: 947 )
- Socket connection established to xxx: 2181 ,
initiating session 07 Jan 2014 01 : 19 : 32 , 573 INFO
[conf-file-poller- 0 -SendThread(xxx: 2181 )]
(org.apache.zookeeper.ClientCnxn$SendThread.run: 1183 )
- Unable to read additional data from server sessionid 0x142f42b91871911 ,
likely server has closed socket, closing socket connection and attempting reconnect 07 Jan 2014 01 : 19 : 32 , 845 INFO
[conf-file-poller- 0 -SendThread(xxx: 2181 )]
(org.apache.zookeeper.ClientCnxn$SendThread.startConnect: 1058 )
- Opening socket connection to server xxx: 2181 |
1
2
3
4
5
6
7
8
|
2014 - 01 - 06 23 : 59 : 59 , 987 [myid: 1 ]
- INFO [NIOServerCxn.Factory: 0.0 . 0.0 / 0.0 . 0.0 : 2181 :NIOServerCnxnFactory @197 ]
- Accepted socket connection from /xxx: 45282 2014 - 01 - 06 23 : 59 : 59 , 987 [myid: 1 ]
- WARN [NIOServerCxn.Factory: 0.0 . 0.0 / 0.0 . 0.0 : 2181 :ZooKeeperServer @793 ]
- Connection request from old client xxx: 45282 ;
will be
dropped if server
is in r-o mode 2014 - 01 - 06 23 : 59 : 59 , 987 [myid: 1 ]
- INFO [NIOServerCxn.Factory: 0.0 . 0.0 / 0.0 . 0.0 : 2181 :ZooKeeperServer @812 ]
- Refusing session request for client
xxx: 45282 as
it has
seen zxid 0x60fd15564 our
last zxid is 0x10000000f client
must try another
server 2014 - 01 - 06 23 : 59 : 59 , 987 [myid: 1 ]
- INFO [NIOServerCxn.Factory: 0.0 . 0.0 / 0.0 . 0.0 : 2181 :NIOServerCnxn @1001 ]
- Closed socket connection for client
xxx: 45282 (no
se ssion
established for client) 2014 - 01 - 06 23 : 59 : 59 , 989 [myid: 1 ]
- INFO [NIOServerCxn.Factory: 0.0 . 0.0 / 0.0 . 0.0 : 2181 :NIOServerCnxnFactory @197 ]
- Accepted socket connection from xxx: 45285 |
1
2
3
4
5
6
7
8
9
10
11
|
if (connReq.getLastZxidSeen()
> zkDb.dataTree.lastProcessedZxid) { String
msg = "Refusing
session request for client " +
cnxn.getRemoteSocketAddress() + "
as it has seen zxid 0x" +
Long.toHexString(connReq.getLastZxidSeen()) + "
our last zxid is 0x" +
Long.toHexString(getZKDatabase().getDataTreeLastProcessedZxid()) + "
client must try another server" ; LOG.info(msg); throw new CloseRequestException(msg); } |
相關文章
- 一次網站遷移故障及分析網站
- 3.6遷移故障恢復
- expdp的一次遷移
- 5 分鐘完成 ZooKeeper 資料遷移
- 遷移 Nacos 和 ZooKeeper,有了新工具
- 一次expdp/impdp遷移案例
- 記一次資料遷移
- 記一次 GitLab 的遷移過程Gitlab
- 一次艱難的oracle資料遷移Oracle
- 記錄一次XTTS遷移碰到的問題TTS
- 最近的一次ASM diskgroup線上遷移記錄ASM
- 解如何避免雲遷移故障及其預防方法
- 故障分析 | MySQL 遷移後 timestamp 列 cannot be nullMySqlNull
- 【Oracle 12c Flex Cluster專題 】— Leaf Node的故障遷移OracleFlex
- Karmada跨叢集優雅故障遷移特性解析
- 記一次遷移和效能最佳化
- 記錄一次餘額遷移的坑(測試角度)
- 一次資料庫上雲遷移效能下降的排查資料庫
- 一次遷移思考的記錄--bulk_collect的limit用法MIT
- 記錄一次遷移環境 .env 出現的問題
- 一次用rman做資料遷移的實戰經歷
- Oracle impdp遷移資料後主鍵丟失故障處理Oracle
- 一次nfs的操作故障NFS
- 一次dg資料檔案及archive log遷移Hive
- KVM線上遷移(動態遷移)
- Azure ASM到ARM遷移 (三) Reserved IP的遷移ASM
- 一次基於AST的大規模程式碼遷移實踐AST
- 【遷移】使用rman遷移資料庫資料庫
- 【Golang+mysql】記一次mysql資料庫遷移(一)GolangMySql資料庫
- 記一次快取伺服器遷移史,心塞!快取伺服器
- Codable 的遷移方案
- docker 映象的遷移Docker
- Web Server的遷移WebServer
- 資料的遷移
- [Database Migration] 記一次未達預期的資料庫遷移Database資料庫
- linux伺服器網站到windows伺服器的一次遷移Linux伺服器網站Windows
- 一次利用mv線上遷移資料、切換系統的過程
- 遷移公告