← Back to team overview

openstack-aps-package-dev team mailing list archive

IPPOOL BUG

 

Hi, 

Continuing the conversation on Skype about the IPPOOL bug.
Our team added a Refresh button to the Grid on DC list, so that whenever the users wants to update the list counters they can click on the Refresh button, not the F5 button, the green button on the right side of the screen with the text Refresh near it, the one on top of the grid.

As suggested by Dimitry, the page should always have the updated values. There’s only one problem to implement that solution.

Now, there’s 10 datacenter, and when the user want’s to reload the counters, he can click on the refresh button and wait for 20 seconds aprox. But if another user enters the page and has already the updated information on screen, he doesn't have to wait for the 20 seconds.

In the new suggested solution from Dimitry, every user that enters that page will update the values of every DC.
Every user that enters the page will be updating the information again, ignoring if it is already updated, and also the wait time will increase exponentially every time there’s a new resource added. 

We don’t think that updating the counter every time a user enters the page is the best option.
We recommend that the information should be updated every time the user clicks on the refresh button, instead of every time that the user enters that page because it will increase a lot the response time and as the project is bigger it will be worse.

Despite this, if you would like to implement that solution we can make can start working on the implementation. 
Please make us know your decision when you can so we can fix this soon.

Thank you very much