You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fault-injection on the network ports:
At present, mangle only supports injecting the network faults such as delay, packet drop on entire network interface. It would be nice to specify the particular port(s) of an interface as well to inject these faults rather than on entire network interface.
Three-way Partitioning:
Mangle supports network partitioning between 2 units - endpoint(s) and target hosts that can split the distributed systems cluster into 2 partitions. 3 partitions or partitioning between 3 entities will be useful to test the resiliency of distributed system especially with the cluster running in the AWS environment where cluster nodes could be present in the different availability zones.
Describe alternatives you've considered
For now, we are using other chaos engineering tools to inject the common network faults on the particular port(s) of a network interface.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Fault-injection on the network ports:
At present, mangle only supports injecting the network faults such as delay, packet drop on entire network interface. It would be nice to specify the particular port(s) of an interface as well to inject these faults rather than on entire network interface.
Three-way Partitioning:
Mangle supports network partitioning between 2 units - endpoint(s) and target hosts that can split the distributed systems cluster into 2 partitions. 3 partitions or partitioning between 3 entities will be useful to test the resiliency of distributed system especially with the cluster running in the AWS environment where cluster nodes could be present in the different availability zones.
Describe alternatives you've considered
For now, we are using other chaos engineering tools to inject the common network faults on the particular port(s) of a network interface.
The text was updated successfully, but these errors were encountered: