2023-08-11 160336422 localhost-startStop-1-EventThread DEBUG traceIdorgI0IteczkclientZkClientNONE1 - Received event WatchedEvent stateSyncConnected typeNone pathnull
This log message indicates that an event has been received by the ZkClient from the ZooKeeper server. The event has the following properties:
- Event Type: None
- Event Path: null
- Event State: SyncConnected
The "SyncConnected" state indicates that the connection between the ZkClient and the ZooKeeper server has been established successfully.
The log message also includes a traceId, which in this case is an empty string.
Overall, this log message is providing information about the successful connection between the ZkClient and the ZooKeeper server
原文地址: http://www.cveoy.top/t/topic/iFke 著作权归作者所有。请勿转载和采集!