# 7.1 收敛错误

日志错误可以通过程序自动生成 (opens new window)

# pkg/client/etcdv3

错误 级别 行数
handle watch update Error 代码地址 (opens new window)
handle watch block Warn 代码地址 (opens new window)
client etcd endpoints empty Panic 代码地址 (opens new window)
parse CaCert failed Panic 代码地址 (opens new window)
load CertFile or KeyFile failed Panic 代码地址 (opens new window)
client etcd start panic Panic 代码地址 (opens new window)
client etcd parse config panic Panic 代码地址 (opens new window)
dial etcd server Info 代码地址 (opens new window)

# pkg/client/grpc

错误 级别 行数
start grpc client Info 代码地址 (opens new window)
client grpc parse config panic Panic 代码地址 (opens new window)
dial grpc server Panic 代码地址 (opens new window)
dial grpc server Error 代码地址 (opens new window)

# pkg/client/redis

错误 级别 行数
start cluster redis Panic 代码地址 (opens new window)
start redis Panic 代码地址 (opens new window)
addr empty stub config Panic 代码地址 (opens new window)
cluster addr empty stub config Panic 代码地址 (opens new window)
start cluster redis Error 代码地址 (opens new window)
start redis Error 代码地址 (opens new window)

# pkg/server/xecho

错误 级别 行数
http server parse config panic Panic 代码地址 (opens new window)
echo add route Info 代码地址 (opens new window)

# pkg/server/xgrpc

错误 级别 行数
grpc server parse config panic Panic 代码地址 (opens new window)
new grpc server err Panic 代码地址 (opens new window)
grpc server recover Error 代码地址 (opens new window)

# jupiter.go

错误 级别 行数
leaving jupiter, bye.... Info 代码地址 (opens new window)
start governor Info 代码地址 (opens new window)
start servers Info 代码地址 (opens new window)
exit server Info 代码地址 (opens new window)
load remote config Info 代码地址 (opens new window)
load local file Info 代码地址 (opens new window)
auto max procs Info 代码地址 (opens new window)
start governor Panic 代码地址 (opens new window)
load remote config Panic 代码地址 (opens new window)
load local file Panic 代码地址 (opens new window)
auto max procs Panic 代码地址 (opens new window)
no config ... Warn 代码地址 (opens new window)
stop register close err Error 代码地址 (opens new window)
stop governor close err Error 代码地址 (opens new window)
graceful stop register close err Error 代码地址 (opens new window)
graceful stop governor close err Error 代码地址 (opens new window)