/srv/irclogs.ubuntu.com/2017/08/22/#juju-dev.txt

thumperbabbageclunk: could I get you to take a look at https://github.com/juju/juju/pull/7766 please?00:01
* thumper goes to walk the dog00:01
babbageclunkthumper: sure00:01
thumperthanks00:01
menn0thumper: easy review pls: https://github.com/juju/description/pull/1903:00
* thumper looks03:00
thumperhmm...03:03
thumperI too have a branch that bumps the model type to 403:03
thumpermodel vesion03:03
thumperperhaps we should get them merged close to gether03:03
menn0makes sense03:03
menn0thumper: is yours ready?03:04
thumperum...03:04
thumperkinda03:04
menn0thumper: well if I merge what I have now, and you're not far off, that should be fine03:04
menn0thumper: would you be able to hit merge on https://github.com/juju/description/pull/19 pls?03:17
thumperyep03:20
thumpermenn0: done03:20
menn0thumper: thanks03:20
babbageclunkaxw: thanks for the review!03:45
menn0thumper: review pls: https://github.com/juju/juju/pull/777003:57
babbageclunkthumper: Have you profiled the FullStatus call? Would be interesting to see what hotspots that highlighted.03:57
thumperbabbageclunk: I haven't yet, but I'd like to05:34
=== frankban|afk is now known as frankban
axwanastasiamac jam: to update the models, list-controllers --refresh could just call the RefreshModels method. we can/should make RefreshModels replace the entire set of models stored in the cache with what's retrieved07:47
axwanastasiamac jam: still need to get model status to set the machine count though07:47
axwor we could update the ListModels method to include that in the result07:48
* axw wishes machine count wasn't cached07:48
=== frankban is now known as frankban|afk
=== frankban|afk is now known as frankban
=== frankban is now known as frankban|afk
=== externalreality_ is now known as externalreality
anastasiamacaxw: yes, the idea is similar ecxcept maybe a bit more efficient than RefreshModels. I was going to improve RefreshModels - right now, we make a call to a store to update each model sequentially which also acquires alock for each call..23:25
anastasiamacaxw: i was going to change store to accept a collection of models to update (more efficient when we know that some controllers have a *few* models)23:26
anastasiamacaxw: that call would not be great for 'controllers' because it's controller specific, i.e. we'd end up with an additional api call for each controller in the list.. I think it's best to do what we've agreed on: api call will return desired models info. this will only have 1 api call instead of 1+nXcontrollers23:27
anastasiamacaxw: i'll propose later on today- would appreacite an opinion :D23:28

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!