Skip to content

Commit

Permalink
chore: add code for sofaboot (sofastack#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan authored Mar 5, 2020
1 parent f5b7135 commit aa26f0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/api/src/main/java/com/alipay/sofa/rpc/log/LogCodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public class LogCodes {
public static final String ERROR_WATCH_HEALTH = "010060025";
public static final String ERROR_CLOSE_PATH_CACHE = "010060026";
public static final String ERROR_INVALID_ATTRIBUTE = "010060027";
public static final String ERROR_REGISTRY_NOT_SUPPORT = "010060028";

//01007 log
//01008 proxy generate
Expand Down Expand Up @@ -213,6 +214,7 @@ public class LogCodes {
public static final String ERROR_HOST_NOT_FOUND = "019990024";
public static final String ERROR_QUERY_ATTRIBUTE = "019990025";
public static final String ERROR_UPDATE_ATTRIBUTE = "019990026";
public static final String ERROR_SERVER_PROTOCOL_NOT_SUPPORT = "019990027";

//02 运行
// 02000 泛化
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
010060025=[{0}] watch health service failed.
010060026=Close PathChildrenCache error!
010060027=[{0}] is invalid ,originUrl=[{1}]
010060028=Registry config [{0}] is not supported

##01007 log
##01008 proxy generate
010080001=Construct proxy with [{0}] occurs error.
Expand Down Expand Up @@ -141,6 +143,8 @@
019990024=The host [{0}] is not found in network cards, please check config.
019990025=Exception when query attribute, The key is [{0}].
019990026=Exception when update attribute, The key is [{0}] and value is [{1}].
019990027=Server Protocol [{0}] is not supported

#02 运行

## 02000 泛化
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
010060025=[{0}] watch health service failed.
010060026=关闭 PathChildrenCache 失败!
010060027=[{0}] 不合法: 原始 URL: [{1}]
010060028=注射中心配置 [{0}] 当前不支持

##01007 log
##01008 proxy generate
010080001=使用 [{0}] 构造代理出现错误.
Expand Down Expand Up @@ -141,6 +143,8 @@
019990024=地址 [{0}] 不能在任何网卡上找到, 请检查配置.
019990025=获取属性出错, key: [{0}].
019990026=更新属性出窝, key [{0}] , value: [{1}].
019990027=服务端协议[{0}] 还未支持

#02 运行

## 02000 泛化
Expand Down

0 comments on commit aa26f0c

Please sign in to comment.