-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate Chinese fault injection #2421
Translate Chinese fault injection #2421
Conversation
Hi @shaobai. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
服务名称和错误信息应保持原文
content_zh/docs/tasks/traffic-management/fault-injection/index.md
Outdated
Show resolved
Hide resolved
这些类型的错误可能发生在典型的企业应用程序中,其中不同的团队独立地开发不同的微服务。 | ||
Istio 的故障注入规则可帮助您识别此类异常,而不会影响最终用户。 | ||
你发现了一个 bug 。在微服务中有硬编码超时,导致 `reviews` 服务失败。 | ||
在 `productpage` 和 `reviews` 服务之间超时时间是 6s - 编码 3s + 1 重试总共 6s ,`reviews` 和 `ratings` 服务之间的硬编码连接超时为 10s 。由于我们引入的延时,`/productpage` 提前超时并引发错误。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
productpage 和 reviews 服务之间的超时时间是:6 秒剪掉编码 3 秒,加上一次重试,总计 6 秒。?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文:The timeout between the
productpage
and the reviews
service is 6 seconds - coded as 3s + 1 retry
for 6s total
content_zh/docs/tasks/traffic-management/fault-injection/index.md
Outdated
Show resolved
Hide resolved
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fleeto The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.