You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/12/03 02:23:37 UTC

[GitHub] [servicecomb-docs] yhs0092 opened a new issue #254: Java-Chassis 文档有两处错误

yhs0092 opened a new issue #254:
URL: https://github.com/apache/servicecomb-docs/issues/254


   1. 负载均衡, [实例隔离的`continuousFailureThreshold`默认值](https://github.com/apache/servicecomb-docs/blob/770246dd21b16d18ff938afff547ec1227204aa4/java-chassis-reference/zh_CN/docs/references-handlers/loadbalance.md?plain=1#L80)应该是`5`, 文档写成了`2`
   
   2. 处理链介绍, [cse.handler.xml配置文件介绍](https://github.com/apache/servicecomb-docs/blob/770246dd21b16d18ff938afff547ec1227204aa4/java-chassis-reference/zh_CN/docs/references-handlers/intruduction.md?plain=1#L63)位置, 原文写的是"增加*.handler.xml文件", 但是 Java-Chassis 源码中加载代码如下:
       ```java
           List<Resource> resList =
           PaaSResourceUtils.getSortedResources("classpath*:config/cse.handler.xml", ".handler.xml");
       ```
       业务反馈只有 cse.handler.xml 文件才能生效, 其他的 *.handler.xml 文件名是不行的. 建议文档明确写成 "cse.handler.xml", 并说明必须放在`classpath*:config/`路径下.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-docs] liubao68 closed issue #254: Java-Chassis 文档有两处错误

Posted by GitBox <gi...@apache.org>.
liubao68 closed issue #254:
URL: https://github.com/apache/servicecomb-docs/issues/254


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-docs] lbc97 commented on issue #254: Java-Chassis 文档有两处错误

Posted by GitBox <gi...@apache.org>.
lbc97 commented on issue #254:
URL: https://github.com/apache/servicecomb-docs/issues/254#issuecomment-1082665198


   https://github.com/apache/servicecomb-docs/pull/255 ,this bug will be fixed in the next update.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org