Skip to content
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

Bug: Operating panics when a 404 error injection is added. #138

Open
spring-young opened this issue Dec 28, 2023 · 1 comment
Open

Bug: Operating panics when a 404 error injection is added. #138

spring-young opened this issue Dec 28, 2023 · 1 comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working

Comments

@spring-young
Copy link

Minimal reproduce step

The steps to reproduce the panic are as follows: First, add a 404 error fault injection within the Operating environment. Subsequently, increase the replica count from 3 to 6; the newly added 3 pods will fail to be created. Then, disable the fault injection and alter the replica count to 4; this action will trigger a panic in the Operating system.

What did you expect to see?

When simulating exceptions in Operating, including but not limited to errors such as 404, 503, etc., Operating still runs stably.

What did you see instead

Operating is panic.

What is your KusionStack components and its version?

As follows:
image

@spring-young spring-young added the kind/bug Something isn't working label Dec 28, 2023
@wu8685 wu8685 added the help wanted Extra attention is needed label Dec 28, 2023
@wu8685 wu8685 removed their assignment Jan 6, 2024
@xiangpingjiang
Copy link

hello @spring-young
Could you please describe how did you do the 404 error fault injection within the Operating environment ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants