coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Cluster appears twice in cluster list #47

Closed selshowk closed 3 years ago

selshowk commented 4 years ago

I tried starting a cluster with the same name as a previously stopped cluster and the client was not doing anything but restarting my python process and refreshing the cluster screen in the UI I see multiple instances of the previously stopped cluster in the cluster list (see screenshot):

image

This might be an ajax issue as it gets fixed when I reload the page.

dantheman39 commented 4 years ago

I'm late to the party here, sorry, but it is entirely possible that there be two clusters with the same name in the table, since they're uniquely identified by ID (you can start another cluster with the same name as another one, if the previous one is stopped). Your reaction Sheer that this is a mistake is totally understandable, I wonder what we should do to make this clearer.

My guess about it going away is that we had a bug where clusters that stopped shortly after starting up weren't being shown in the table, but that was recently fixed (so now it's more likely that you'll see duplicates!).

Could you let us know if there is still some bad behavior around this?

FabioRosado commented 3 years ago

I've tried to reproduce this issue but wasn't able to see any weird behaviour. Since I'm doing some clean up on the repo, I'm going to close this issue, but if you see this behaviour again feel free to re-open it 👍