21:00:17 #startmeeting swift 21:00:18 Meeting started Wed Jun 26 21:00:17 2019 UTC and is due to finish in 60 minutes. The chair is timburke. Information about MeetBot at http://wiki.debian.org/MeetBot. 21:00:19 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 21:00:21 The meeting name has been set to 'swift' 21:00:31 who's here for the swift meeting? 21:00:32 o/ 21:00:33 o/ 21:00:39 hello 21:01:56 not too much on the agenda 21:01:59 #link https://wiki.openstack.org/wiki/Meetings/Swift 21:02:22 #topic Shanghai CFP 21:02:30 first, just a heads-up 21:02:45 the call for proposals for summit talks ends in about a week 21:03:08 that and other details were on the mailing list 21:03:10 #link http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007373.html 21:03:25 there isn't a dedicated "Storage" track or anything, but i feel like we could tell some interesting stories under "Private & Hybrid Cloud" or "Public Cloud" (which are awfully broad topics) 21:03:40 or maybe even "Open Development", "AI, Machine Learning & HPC", or "Container Infrastructure" 21:04:31 so, if you've got something you might like to present on, you've got until July 2 to submit it! 21:05:00 any questions on the summit? 21:05:07 Yeah, I assume it'll be asia heavy, specicially china (obviously), usually that community is quiet, so I wonder if we'll see any interesting swift talks from them 21:05:39 well quiet though the usual channels we use 21:06:23 me too. and apparently "Sessions will be presented in both Mandarin and English, so you may submit your presentation in either language." which is also interesting 21:06:30 heelo, sorry i'm late 21:06:40 tdasilva: o/ 21:07:02 next up, updates! 21:07:06 #topic py3 21:07:16 we finished porting the unit tests! 21:07:37 \o/ 21:07:40 there are still a handful of patches to get py2 func tests passing against py3 services though 21:07:41 bravo :) 21:08:14 i updated the set of patches on the priority reviews wiki 21:08:17 #link https://wiki.openstack.org/wiki/Swift/PriorityReviews 21:08:59 there *is* a patch to actually have py2 tests against py3 running in the gate though! 21:10:10 Sorry it's hack week this week at SUSE, we're not suppose to do normal work and instead on what ever we want instead. So haven't really gone and reviewed much py3. Had a few distractions with the girls and flu shots but otherwise have been focusing on auto sharding because HACKWEEK 21:10:36 so -- how are people feeling regarding a release? should i continue waiting for py2 func tests passing, or should i known-issues the last few things? 21:10:52 yay autosharding! i saw those patches go by, i'm excited :-) 21:11:40 (fwiw i'm already planning on known-issuing the ECAppIter bug) 21:12:04 Well it would be nice to have a way of func testing. 21:13:07 is the first py3 release going to be marked as experimental? 21:13:12 yeah. and i kinda want to push people to try it out in devstack around the same time as i announce the experimental support... 21:13:20 yeah, that's my plan 21:14:22 ok if it's experimental that func tests are only good to have. 21:15:56 is it just the 4 patches to get py2 - py3 func working? 21:16:02 idk -- like, there's a workaround for https://bugs.launchpad.net/swift/+bug/1691075 but it'd be nicer if it just *worked*... 21:16:03 Launchpad bug 1691075 in OpenStack Object Storage (swift) "swift-object-server fails to start in python 3.5 environment with devstack" [Undecided,Confirmed] 21:16:18 yeah. https://review.opendev.org/#/c/665494/ to address ^^^ 21:17:22 https://review.opendev.org/#/c/653548/ to clean up some lingering memcache issues (that i think relate to how keystonemiddleware/keystoneauth use it?) 21:17:53 https://review.opendev.org/#/c/662546/ to work around a cpython bug related to non-ascii headers 21:18:25 and https://review.opendev.org/#/c/666942/ to actually have the full suite running in the gate 21:19:14 i think those are roughly in order of importance -- if i could get the first two, i'm more willing to known-issues the third (which is hairier anyway) 21:19:44 can anyone commit to reviewing one or both of those top two? 21:19:50 well I t hink having some kinda of func tests happening in py3 would be awesome, especially as we add new Swift code. So how about we focus on the py2 func tests testing py3 swift, at least give it until the end this week/early next week. And then cut a release? 21:20:14 I'll take a look at them, I do have more time (HACKWEEK!) 21:20:30 thanks mattoliverau! 21:20:50 sounds like a plan: release early next week 21:21:18 then we can move on to getting func tests ported ;-) 21:21:27 +1 21:21:34 #topic lots of small files 21:21:46 alecuyer, how's it going? 21:22:00 I wrote more tests, 21:22:38 found some issues (heh!), things like, if fsck removes the "wrong" file, you're not able to write to a partition until the operator fixes it 21:23:28 eep! good thing we're finding them :-) 21:23:46 So, some fixes, and had to refactor some things for testing. I'd like to stop adding new tests for that patch because it's getting large, so 'ill try to clean it and "finish" it before I write tests for more things 21:24:51 timburke: Yes :) it's not something that I expect would happen often but we do know if it can happen, it will ;) so, that's it 21:25:12 that sounds like a plan 21:25:25 anything the rest of us can do to help you? 21:25:56 nice find, capturing all edge cases is hard/impossible. great to find and know about these kind of issues :) 21:26:09 I think for this review it's best to wait a little because I know it's not ready 21:26:23 maye if anyone wants to think about grpc / eventlet and find something i couldn't 21:27:17 i can try to do that. i've been digging around in eventlet a bit lately anyway 21:27:28 i'll also plan on merging from master sometime this week (hopefully today) 21:27:38 great, thanks! 21:27:57 be warned, now you'll *have* to make things pass on py3 ;-) 21:28:07 lol 21:28:13 heh yes I know I'll have some work thereā€¦ :-) 21:28:22 #topic open discussion 21:28:36 that's it for the agenda; does anyone have anything else to bring up? 21:28:39 As mentioned earlier I've working on autosharding. 21:28:56 #link https://review.opendev.org/#/c/667030 21:28:58 and 21:29:09 #link https://review.opendev.org/#/c/667579 21:29:15 so far. 21:29:24 it's still very rough and a WIP 21:29:42 working on a bit of patch chain to get something up 21:30:00 oh! and speaking of sharding, i started thinking about caching shard ranges 21:30:01 the latter one is just something I pushed up to get it off my machine late last night. 21:30:04 #link https://review.opendev.org/#/c/667203/ 21:30:23 timburke: yeah I saw that and plan to look more closely at it, great work 21:31:00 667579 has a large commit message ramble that might be interesting 21:31:21 i started with just the updating set -- listings were left for future work -- i mainly wanted to get the container GET out of the object write path 21:31:57 ie. currently we use the OP tool to scan all ranges and the push all of them in to start sharding, whereas the existing auto sharding (we only use in tests) has been designed to scan X at a time per round 21:33:25 cool 21:33:46 I wonder if to simplify and to decrease the potential known edge cases, is if we do something similar. Ie the leader scans for ALL ranges. That was we can bail on inserting them (on the second election, ie am I still the leader) if any of the other primaries are in the SHARDING or SHARDED state 21:34:28 ie, the OP has adding the ranges or there was a weird election issue etc. 21:35:14 Anyway. We have other larger priorities, so just wanted to bring it to peoples attention 21:36:13 I'll push along and get something to play with up 21:36:14 i know that we (SwiftStack) always do all ranges at once -- i'd be ok going either way, i think. the one nice thing about just doing a few at a time is that you're less likely to do a bunch of work and then discard the result 21:36:30 yeah 21:36:55 oh -- swiftclient's gate is currently busted! https://review.opendev.org/#/c/667477/ is a step in the right direction, but needs more work :-/ 21:38:07 anyway, that's all I got atm. 21:38:16 anyone have anything else to bring up? 21:38:17 Unrelated to swift dev but I'll have to help our ML team at OVH with working with swift (with the "JOSS" java library). If there are nice use cases there I'll let you know :) 21:38:25 2019-06-26 10:21:50.802482 | ubuntu-bionic | Requirement(package='sphinx', location='', specifiers='!=1.6.6,!=1.6.7,!=2.1.0', markers="python_version>='3.4'", comment='# BSD', extras=frozenset()) 21:38:25 2019-06-26 10:21:50.802588 | ubuntu-bionic | WARNING: possible mismatch found for package "sphinx" 21:38:37 step in the right direction indeed 21:39:08 alecuyer, cool! sounds like the sort of thing that could turn into a summit talk ;-) 21:39:16 thanks zaitcev_ 21:40:06 i think there's also something that needs to happen related to https://review.opendev.org/#/c/588103/ :-/ 21:40:33 (wherein we switched to using auth_uri in the test config) 21:42:02 any other topics? 21:43:16 then i think we'll break a bit early 21:43:25 noice 21:43:32 thank you all for coming, and thank you for working on swift! 21:43:37 #endmeeting