[00:00] kk [00:00] * thumper heads out for lunch [00:34] waigani: hi :D [00:48] anastasiamac: hello :) [00:49] Bug #1498232 opened: provider/ec2: provisioning with spaces should be provider-independent [00:49] Bug #1498235 opened: provider/ec2: add unit and feature tests for provisioning instances with spaces in constraints [00:49] waigani: i was wondering if ur old PR needed reviewing but I've reviewed it anyway :P [00:49] waigani: so all good :D [00:49] waigani: how r u, anyway? [00:57] anastasiamac: sorry, internet dropped out. thanks for the review. [00:57] lazypower: if you're around, I can field answers about the loop storage provider now [00:57] lazypower: if not, feel free to email me [01:58] thumper, davechen1y, axw, etc: I have a function that gets run by a worker that iterates over a collection and performs an action for each document. In theory, one or more of these actions may fail. How do I handle the failures? Do I break out of the loop at the first one and let the worker restart? Do I run as many a possible and then collate the errors somehow? [01:59] natefinch: what's the action? [01:59] I'm not sure there's a general answer [02:01] axw: assigning units to machines.... this is the second half of a bugfix that makes adding services atomic... in this case, the user's desired units and their placement criteria are saved to a new collection when the service is created, and a worker comes along and does the assigning. \ [02:03] natefinch: and what would cause individual ones to fail? bad placement? [02:04] natefinch: I think this is a case where you'd want to try them all and collate errors (or set individual errors as status units?), so one bad placement doesn't block everything [02:04] axw: in theory the service could have been destroyed, or yeah, bad placement [02:05] axw: yeah, that was what I had gone to do, but I was hoping someone else had made a standard error collating thingy [02:06] natefinch: maybe collating isn't the right thing to do though. if it may fail due to user input, then you probably want to report the error rather than bounce the worker [02:09] axw: we validate the placement sychronously during service deployment, so the only thing that could really fail is if you specify some combination that doesn't match any possible machines. [02:10] * thumper agrees with axw [02:10] collate and report [02:11] thoughts on how to turn N errors into 1 error? [02:11] well I'm actually saying don't collate/combine, but return an error per unit... and then update unit status with those rrors [02:11] axw: the unit statuses will be updated, that code already exists and I'm just reusing it [02:12] natefinch: ok, what're you going to do with the error then? [02:13] axw: that's what I was just thinking about... it's just an error reported to the worker, it either logs it and ignores it or restarts. There's no much else to do. If the state code logs each error individually... the worker shouldn't really need every detail of every error. [02:15] natefinch: so I'd probably return something like ([]UnitAssignmentResult, error) to the worker, where each result contains a unit-specific error. you can log them or not, but only bounce the worker if the top-level error result is non-nil [02:16] natefinch: and if you need to do something with them later that isn't logging, you haven't thrown away information [02:16] axw: makes sense. Thanks for the help :) [02:17] natefinch: nps [02:48] davechen1y: in response to your review comment: https://github.com/juju/juju/pull/3346 [02:58] axw: lgtm, i dunno why reviewboard hasn't picked it up [02:58] davechen1y: ta. maybe because I was lazy and didn't add a description [02:59] oh it's there now... just a bit slow [06:29] and with that epic email, I'm done for the day [06:29] laters [08:08] Bug #1498349 opened: juju upgrade fails with tools upload error due to invalid series "wily" [08:11] Bug #1498349 changed: juju upgrade fails with tools upload error due to invalid series "wily" [08:14] Bug #1498349 opened: juju upgrade fails with tools upload error due to invalid series "wily" [08:17] Bug #1498349 changed: juju upgrade fails with tools upload error due to invalid series "wily" [08:29] Bug #1498349 opened: juju upgrade fails with tools upload error due to invalid series "wily" [08:56] mgz: do you want me to split up those merge requests some more, or are you ok with them? [08:57] mgz: https://code.launchpad.net/~dooferlad/juju-ci-tools/addressable-containers-tools/+merge/271836, https://code.launchpad.net/~dooferlad/juju-ci-tools/addressable-containers-assess/+merge/271837 === Spads_ is now known as Spads [13:09] Bug #1498481 opened: HAProxy charm broken by recent commit [13:18] Bug #1498481 changed: HAProxy charm broken by recent commit [13:21] Bug #1498481 opened: HAProxy charm broken by recent commit [13:27] mattyw: your tweet just made me get again into the painful task of getting refills for my fountain pen [13:27] perrito666, you're one of those people as well are you? [13:27] perrito666, I'm new to it all [13:27] tasdomas, ^^ [13:28] mattyw: lol, I am now using a very nice staedler I got as a prize in the las sprint charming contest because finding the refills for my pain is especially hard here [13:28] but yes, I am picky about my writing materials [13:28] and I write a lot [13:35] perrito666: /me looks at my staedler fountain pen I picked up during nuremberg sprint [13:36] perrito666: rick_h_: i only use the one true writing utensil: the apple pencil [13:36] katco: hah! [13:36] my only pencils are my old drafting pencils [13:36] solid nice things [13:37] I use the square construction pencils for everything [13:37] wwitzel3: those are my fav in the shop [13:37] nothing like taking a break to sharpen a pencil with a knife or a bandsaw :) [13:38] rick_h_: I bought a box for the shop and they've migrated inside as well, so now I just use them for everything [13:39] I only use the square ones when I help my wife with cooking, those things will write on anything [13:39] even got me a proper carpenter pencil sharpener [13:39] wwitzel3: oh, is that a thing? I use an opinel [13:40] perrito666: yeah, they are very cheap, around a US dollar or two, but they are worth it, extends the life of the pencil by a lot (for me anyway) [13:44] well look at that, never saw one of those [13:45] katco: alexisb I completely forgot about the interlock sorry [13:46] perrito666: too busy talking about pencils [13:46] katco: and compiling mongo, oh joy [13:46] perrito666: calendar notifications ftw ;) [13:46] katco: yeah, I dismissed the notification of 10 min before but I have no notif for "starting now" [13:47] perrito666: gcal really needs a snooze button [13:53] katco: +1 [14:15] Bug #1498511 opened: state server records lxbr0 address which clients attempt to use for charm downloads [14:15] Bug #1498518 opened: Error when attempting to deploy service in manual env without specifying machine [14:25] anyone ever seen this error before (from the state tests) ? http://paste.ubuntu.com/12521386/ [14:27] hmm, looks like it's a TLS error [14:28] rogpeppe: doesn't look familiar. [14:29] natefinch: yeah, first time i've seen it too [14:31] niemeyer: you around? [14:31] natefinch: Yes, but on a meeting [14:32] niemeyer_: ok, ping me when you're out? Trying to understand out how to figure out what mgo assertion is failing [15:04] i've been looking for a review of this for 5 days now. any takers? http://reviews.vapour.ws/r/2689/ [15:07] mgz, sinzui: i've pushed up a hopefully-working version of the use-charm.v6-unstable feature branch. any chance we could get a CI run on it, please? [15:08] rogpeppe: yes. I may not need to intervene becase CI has better feature branch rules [15:08] sinzui: thanks [15:11] natefinch: you're OCR? fancy a review? http://reviews.vapour.ws/r/2689/ [15:15] rogpeppe: reviewed [15:15] perrito666: ta! [15:17] perrito666: not sure about your "comment name is wrong" suggestion. the comment looks as correct as it was before. or are you saying that it was always wrong? [15:18] perrito666: FWIW i wouldn't use that phrasing either, but i didn't want to make too many gratuitous changes [15:18] sorry, if you look carefully the name of the function in the comment and the actual function name are not the same [15:18] perrito666: ha, good point [15:18] perrito666: so it was always wrong [15:18] most likely, just noticed and since you where there :p [15:20] apart from that looks good, I really like that change [15:20] I feel this doc is lying to me http://doc.bazaar.canonical.com/latest/en/tutorials/using_bazaar_with_launchpad.html#personal-branches [15:21] I branched a project and push will not do what is says there [15:23] perrito666: Did you do the launchpad-login step above? [15:23] abentley: yup [15:23] perrito666: What happens? [15:24] rogpeppe: yeah, sorry, forgot I was OCR [15:25] natefinch http://reviews.vapour.ws/r/2732/ has one as well please for frankban [15:25] abentley: http://pastebin.ubuntu.com/12521781/ [15:26] rick_h_: looking [15:28] perrito666: I suspect juju-mongodb is a package, not a project. [15:30] perrito666: The package URL is something like lp:~hduran-8/ubuntu/trusty/juju-mongodb/juju-mongodb2.6 [15:32] where does the aws-quickstart-bundle live? [15:33] natefinch: ty! [15:33] wwitzel3: lp:juju-ci-tools/repository maybe [15:34] wwitzel3: http://bazaar.launchpad.net/~juju-qa/juju-ci-tools/repository/view/head:/bundles.yaml [15:36] sinzui: thank you [15:47] abentley: ah thank you my mistake [16:08] TheMue, ping? [16:09] alexisb, katco: have we picked a date for the juju-core sprint? [16:13] mattyw, he's out on holiday this week [16:14] frobware, ok no problem [16:15] natefinch: i think dec. 7th-11th is looking like it may be the winner. nothing official. [16:23] katco: thanks. I presume no word on where yet? [16:24] natefinch: nope. i think everyone's still focused on upcoming sprint [16:26] katco: fair enough... actually, I guess it's further away than I was thinking... I forgot november exists ;) [16:27] natefinch: haha that's sep. for me... always seems to blow by for some reason [16:40] sinzui: trying to reproduce https://bugs.launchpad.net/juju-core/+bug/1498481 with current 1.25 against aws, is this happening all the time for you? Or just intermintent? [16:40] Bug #1498481: HAProxy charm broken by recent commit [16:41] wwitzel3: all the time on aws, hp, joyent, and maas [16:42] sinzui: should I be doing something other than using deployer to deploy the bundle to replicate? [16:43] Bug #1498575 opened: Create min helper function to eliminate duplicate definitions [16:46] Bug #1498575 changed: Create min helper function to eliminate duplicate definitions [16:46] wwitzel3: after quickstart finished, the script just polled the status. It early if an agent is in error. If all agents are stated, then success. This is a success from a previous test of 1.25 http://reports.vapour.ws/releases/3065/job/aws-quickstart-bundle/attempt/1016 [16:52] Bug #1498575 opened: Create min helper function to eliminate duplicate definitions [17:01] Bug #1498577 opened: juju deploy lis-test-charm hangs in pending [17:04] Bug #1498577 changed: juju deploy lis-test-charm hangs in pending [17:13] Bug #1498577 opened: juju deploy lis-test-charm hangs in pending [17:26] natefinch, yes, week of dec 7th [17:26] natefinch, venue still not locked down [17:27] alexisb: cool, thanks [17:27] alexisb: well locking down the venue just for us is a bit overkill [17:28] perrito666, I want to ensure proper network [17:28] perrito666: take over all the things!!! [18:39] niemeyer_: ping? [19:12] jamespage: thank you :D https://launchpad.net/~hduran-8/+archive/ubuntu/juju-mongodb2.6 [19:16] natefinch: Heya [19:17] natefinch: So tell me, what's up with assertions there? [20:05] niemeyer_: hey, sorry, had to step out. Back now. There's just a large-ish list of ops being put into a single transaction. Most of them were there before, but in separate transactions. The transaction is returning ErrAborted, which I understand means an assertion is failing? But I don't know how to figure out which one, as there are several. [20:06] natefinch: There's no magic way.. you need to introspect the current state [20:07] niemeyer_: ahh, boo. I had hoped there was a magic log file somewhere or something that could tell me which one was failing. That's fine. I can slog it out the hard way. [20:07] natefinch: No.. it's very hard to do that given the constraints we have in terms of db features [20:08] natefinch: All the assertions need to match before we fail.. when we fail, we can't be sure of what is broken since things are running concurrently [20:10] niemeyer_: understood. [20:10] Bug #1498642 opened: juju lxc template does not DHCP release [20:13] Bug #1498642 changed: juju lxc template does not DHCP release [20:19] wwitzel3: hey, need an update on bug 1498481 for the release meeting. how's it going? [20:19] Bug #1498481: HAProxy charm broken by recent commit [20:19] Bug #1498642 opened: juju lxc template does not DHCP release [20:28] Bug #1498642 changed: juju lxc template does not DHCP release [20:31] Bug #1498642 opened: juju lxc template does not DHCP release [20:34] Bug #1498642 changed: juju lxc template does not DHCP release [20:35] man waiting for ppas to build is nerve wrecking [20:37] Bug #1498642 opened: juju lxc template does not DHCP release [20:38] you know mup I feel like you are trying to tell me something [20:48] wwitzel3: ping [20:49] good morning [20:50] mwhudson: o/ [20:53] perrito666: someone pointed me at https://wiki.ubuntu.com/SimpleSbuild recently [20:54] perrito666: makes for fewer ppa embarrassments [20:55] mwhudson: thanks [20:56] you know it's bad when the simple process is 11 steps === natefinch is now known as natefinch-afk [21:01] mwhudson: but this is the first build of my ppa anyway, and its mongo so it will take time :p [21:02] ah yes [21:04] wwitzel3: ping ping ping [21:06] katco, thumper can you guys cover the release call today? [21:06] and ping me if you need me [21:07] alexisb: yes; anything in particular you want us to raise? [21:07] give green light on beta1 release [21:07] do a first pass of priorities on beta2 [21:07] let me know if you have questions [21:08] alexisb: can't give a green light on beta1, 1 crit. open. wwitzel3 is working on it [21:08] katco, crap yeah ok, forgot about that [21:08] thanks [21:48] what's the story with https://bugs.launchpad.net/juju-core/+bug/1497297 [21:48] Bug #1497297: TestFindToolsExactInStorage fails for some archs Again [21:48] it's been fixed released since friday [21:49] sorry, fixed comitted [21:50] davecheney: sinzui says we're still waiting for a blessed master [21:54] katco: ok, i'll keep waiting [21:54] http://reviews.vapour.ws/r/2731/ [21:54] review, going free [21:54] davecheney: you might poke him for a re-run in just a bit [22:14] Bug #1484419 changed: Local provider: fail to download charm from state server when using an isolated network