WangXiang

Results 40 issues of WangXiang

Using Chaosd to inject a fault into a JVM application, Chaosd runs success but can see errors below in application's log: ![image](https://user-images.githubusercontent.com/5793595/165015029-38c44586-baa7-43e8-b107-bbbad19f11b8.png)

bug
JVM

create PhysicalMachineChaos in Chaos Mesh, the YAML config is below: ```YAML kind: PhysicalMachineChaos apiVersion: chaos-mesh.org/v1alpha1 metadata: namespace: default name: write-payload spec: action: disk-write-payload address: - http://172.16.112.130:31767 uid: c11fa67a-ee03-4fab-9e85-77fdece0b1ff disk-write-payload: size:...

When the user enters ctrl-c when executing chaosd, the status of the experiment will be `created`, and can never be recovered. Should support force recover.

![image](https://user-images.githubusercontent.com/5793595/158963097-f429d583-6d2f-421f-9411-7b80bb9f7d21.png) Maybe we can watch the free space on disk, and left some space to save the experiment's status.

enhancement

according to https://github.com/chaos-mesh/rfcs/blob/main/text/2021-12-09-logging.md

help wanted

according to https://github.com/chaos-mesh/rfcs/blob/main/text/2021-09-27-refine-error-handling.md

help wanted

`direction` can only be set to `from` or `to`, need to support `both`, to support bidirectional network partition.

enhancement

include: - fail to receive publisher's message - fail to update config - fail to notify the update

enhancement

include: - high payload - message queue is full - can't write into

enhancement

use `ifdown` command to down the network device.

enhancement