/srv/irclogs.ubuntu.com/2020/01/14/#juju.txt

thumperbabbageclunk: a few questions on the metrics thing01:07
babbageclunkthumper: thanks, looking01:08
babbageclunkthumper: take another look?01:58
thumperbabbageclunk: ack02:03
babbageclunkta02:03
thumperI have to say, this new model summary watcher driven by the cache is turning out to be real smooth02:12
babbageclunkthumper: the main reason I wasn't going to include timings for errors was that the worker bounces when it gets an error, so they're kind of outside the normal request handling. Unlike in the store, where errors are reported back to the client, so errors are part of the usual workload. Might be wrong though - want me to add them in?02:26
thumperah... so if we get one, it has a very small likelihood of every being observed in the metrics?02:27
babbageclunkyup02:27
thumperok, I'm fine with us not having that then02:27
thumperwe have a worker start count02:27
thumperwhich gives an indication02:27
thumperhmm...02:28
* thumper thinks about getting worker starts as an engine metric02:28
babbageclunkha02:28
* babbageclunk hits merge02:28
babbageclunkeasy test review for someone? https://github.com/juju/juju/pull/1110802:34
* thumper looks02:34
babbageclunkthanks02:36
thumperbabbageclunk: lgtm02:37
babbageclunkthanks again!02:43
babbageclunkkelvinliu: haven't quite finished reviewing your pr yet, sorry! it's looking great though - will finish it tomorrow morning..05:09
kelvinliubabbageclunk: no rush, take ur time, thanks!05:10
BanduHi07:49
nammn_demanadart achilleasa: I keep getting it wrong with the facades, could one help me out and take a quick look in regards to the facade bumpings? Seems to be correct to me. The code itself still needs to be tested, but cannot seem to get the correct facade versions https://github.com/juju/juju/pull/1108811:10
manadartnammn_de: Looking.11:11
nammn_demanadart: ahhh sorry it seems to work now!11:19
nammn_demanadart: looks like I was having too many controller running at once and accidentally upgraded the wrong one and got confused, sorry again!11:20
manadartnammn_de: I was going to say, it looks right. You also need to mask the new method for the old facades, so something like `func (api *APIv5) ShowSpace(_, _ struct{}) {}`11:21
nammn_demanadart: ahh great soo looking still helped me :D11:21
achilleasaThe formatters used by jujuc cmds seem to append a line-feed. Anyone knows whether I can somehow suppress this?13:10
achilleasajam: This confuses my storage implementation as it assumes that data is available and tries to unmarshal it. I can probably trim the last LF (payload may contain linefeeds) as a workaround but it's an ugly hack (plus I would need to detect the os LF char)13:15
jamachilleasa: there has been a fair bit of discussion around line endings. in bash, it auto-trims the (foo=$(relation-get bar) just returns the contents), and it is a lot friendlier for human consumption13:22
jamachilleasa: I think you're hitting this because you're doing pure bytes instead of str13:22
jamachilleasa: ideally, we wouldn't use pickle for this13:22
jamIMO13:22
achilleasajam: for now I will just call '.rstrip()' assuming that the payload is encoded and not just plain-text13:23
jamachilleasa: hml: so we talked for a while on the 'should process-hook always be called', I think we're back at "yes", and I'll talk through the details we talked about a bit later. (my EOD)14:45
hmljam:  I can be available a 1/2 before standup tomorrow to chat?14:46
hml1/2 hour14:46
=== Bandu is now known as sevillafc
mruffellHi. Any chance I can get some eyes on my promulgation request for the wordpress charm? https://discourse.jujucharms.com/t/promulgation-request-for-wordpress-charm/249420:28
thumpercory_fu: do you know who is currently handling promulgation requests?21:14
cory_futhumper: Anyone in the charmers group can do it with `charm promulgate`21:15
* thumper goes to see who is in the charmers group21:15
cory_futhumper: But if there's a pending request, I'm happy to do it21:15
cory_fuOh, I see there is.  One sec21:16
thumpercory_fu: thanks21:16
cory_futhumper, mruffell: Done, but there was one hiccup.  The old charm was trusty only, and the new one is xenial and bionic.  So now trying to deploy on trusty with either cs:wordpress or cs:trusty/wordpress will fail, and it also reset the rev number down to 021:19
cory_fuI don't know how much of an issue that will be, and the old rev was only 5, so it wouldn't be hard to fast-forward past that.21:20
thumperit is weird that the rev number dropped to 021:21
mruffellcory_fu: I couldn't support trusty, as wordpress has moved past the php version in trusty's repos21:21
mruffellthis charm is all good for xenial, bionic, and focal when it comes out21:21
cory_futhumper: Because it's technically a different name (cs:wordpress vs cs:trusty/wordpress)21:21
cory_fumruffell: +1, I doubt anyone is going to be doing any new deployments onto trusty these days anyway21:22
thumpercory_fu: ah... ok21:22
mruffellanyway, thank you very much thumper and cory_fu. I will let customer know that wordpress is good again. Plus it makes the documentation where wordpress is used as an example make sense too.21:24
evhanthumper: Are you able to invite other users to that openstack tenant? Management > Project Users > (there should be an Invite User button). If not, I might have to add some role.22:25
thumperevhan: I'm not sure I'm seeing the same thing you are22:28
thumperthe Projects element in the Identity section gives me a 40322:28
evhanHrn, that'll be related, 1s caller...22:29
evhanthumper: Perhaps now?22:29
thumperstil 40322:30
evhanHm, and I don't suppose if you navigate directly to https://dashboard.cloud.catalyst.net.nz/management/project_users/ it'll work?22:32
thumperdifferent type of 403, rather than top level 403, which I get for /identity, I get the page rendered with header and side bar, but contents says  "You are not authorized to access this page Login"22:33
evhanCurse you, web stuff.22:35
evhanAlright, I'll have to check about that and get back to you, soz.22:35
babbageclunkreview for a backport of my test tweak to 2.7 (now that 2.7.1 is approved)? https://github.com/juju/juju/pull/1111522:55
* anastasiamac looking22:59
anastasiamacbabbageclunk: +122:59
babbageclunkthanks!23:00
Banduhi23:11

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