facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

empty group not being reaped #270

Open chantra opened 8 years ago

chantra commented 8 years ago

I dont remember exactly how we triggered that, but basically, there were cases when a group was left empty after the members were removed.

zealws commented 8 years ago

Repro:

$ atc list
$ atc create 127.1.0.1
1: 127.1.0.1
$ atc list
1: 127.1.0.1
$ atc create 127.1.0.1
2: 127.1.0.1
$ atc list
1: 
2: 127.1.0.1