openstackgerrit | Matthew Oliver proposed openstack/swift master: Sharding: Use the metadata timestamp as last_modified https://review.opendev.org/683760 | 01:12 |
---|---|---|
*** BjoernT has joined #openstack-swift | 02:22 | |
*** BjoernT_ has joined #openstack-swift | 02:26 | |
*** BjoernT has quit IRC | 02:26 | |
*** BjoernT_ has quit IRC | 02:42 | |
*** BjoernT has joined #openstack-swift | 02:45 | |
*** psachin has joined #openstack-swift | 03:27 | |
*** BjoernT has quit IRC | 04:06 | |
*** BjoernT has joined #openstack-swift | 04:14 | |
*** BjoernT has quit IRC | 04:46 | |
*** tesseract has joined #openstack-swift | 07:00 | |
*** rcernin has quit IRC | 07:04 | |
*** ccamacho has joined #openstack-swift | 07:16 | |
*** rdejoux has joined #openstack-swift | 07:21 | |
*** e0ne has joined #openstack-swift | 07:34 | |
*** e0ne has quit IRC | 07:35 | |
*** pcaruana has joined #openstack-swift | 07:41 | |
*** f0o has quit IRC | 07:54 | |
*** f0o has joined #openstack-swift | 08:05 | |
*** e0ne has joined #openstack-swift | 08:18 | |
*** rcernin has joined #openstack-swift | 08:45 | |
*** cschwede is now known as cschwede|afk | 11:20 | |
*** ccamacho has quit IRC | 11:24 | |
*** rcernin has quit IRC | 11:49 | |
*** rcernin has joined #openstack-swift | 12:34 | |
*** psachin has quit IRC | 12:39 | |
*** e0ne_ has joined #openstack-swift | 13:00 | |
*** e0ne has quit IRC | 13:01 | |
*** e0ne has joined #openstack-swift | 13:12 | |
*** e0ne_ has quit IRC | 13:12 | |
*** BjoernT has joined #openstack-swift | 13:23 | |
*** BjoernT has quit IRC | 13:36 | |
*** BjoernT has joined #openstack-swift | 13:39 | |
*** rcernin has quit IRC | 13:45 | |
*** redrobot has quit IRC | 13:53 | |
*** Guest30550 has joined #openstack-swift | 14:05 | |
*** Guest30550 is now known as redrobot | 14:08 | |
*** BjoernT has quit IRC | 14:09 | |
*** BjoernT has joined #openstack-swift | 14:13 | |
*** diablo_rojo has joined #openstack-swift | 15:04 | |
*** pcaruana has quit IRC | 15:05 | |
timburke_ | good morning | 15:06 |
*** timburke_ is now known as timburke | 15:15 | |
openstackgerrit | Thiago da Silva proposed openstack/swift master: WIP: New Object Versioning mode https://review.opendev.org/682382 | 15:40 |
*** pcaruana has joined #openstack-swift | 16:06 | |
*** e0ne has quit IRC | 16:16 | |
*** zaitcev has joined #openstack-swift | 16:22 | |
*** ChanServ sets mode: +v zaitcev | 16:22 | |
timburke | oh yeah, i updated the priority reviews wiki, adding a few patches i'd like to see land before our train release: https://wiki.openstack.org/wiki/Swift/PriorityReviews | 16:27 |
*** BjoernT has quit IRC | 16:31 | |
*** pcaruana has quit IRC | 16:46 | |
*** BjoernT has joined #openstack-swift | 16:52 | |
*** BjoernT has quit IRC | 17:04 | |
*** BjoernT has joined #openstack-swift | 17:19 | |
*** BjoernT has quit IRC | 17:30 | |
*** BjoernT has joined #openstack-swift | 17:39 | |
*** e0ne has joined #openstack-swift | 17:42 | |
*** BjoernT_ has joined #openstack-swift | 17:43 | |
*** BjoernT has quit IRC | 17:45 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Fix some request-smuggling vectors on py3 https://review.opendev.org/684041 | 17:48 |
openstackgerrit | Tim Burke proposed openstack/swift master: proxy: Don't trust Content-Length for chunked transfers https://review.opendev.org/682173 | 17:50 |
*** e0ne has quit IRC | 18:01 | |
openstackgerrit | Tim Burke proposed openstack/swift master: sharding: Update probe test to verify CleavingContext cleanup https://review.opendev.org/683257 | 18:14 |
*** e0ne has joined #openstack-swift | 18:43 | |
*** e0ne has quit IRC | 18:45 | |
*** e0ne has joined #openstack-swift | 18:51 | |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: New Object Versioning mode https://review.opendev.org/682382 | 19:01 |
openstackgerrit | Tim Burke proposed openstack/swift master: Sharding: Use the metadata timestamp as last_modified https://review.opendev.org/683760 | 19:29 |
openstackgerrit | Tim Burke proposed openstack/swift master: sharding: Update probe test to verify CleavingContext cleanup https://review.opendev.org/683257 | 19:29 |
*** pcaruana has joined #openstack-swift | 19:43 | |
*** diablo_rojo has quit IRC | 19:45 | |
*** e0ne has quit IRC | 19:46 | |
*** diablo_rojo has joined #openstack-swift | 19:57 | |
*** pcaruana has quit IRC | 20:12 | |
*** diablo_rojo has quit IRC | 20:31 | |
*** diablo_rojo has joined #openstack-swift | 20:44 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Sharding: Use the metadata timestamp as last_modified https://review.opendev.org/683760 | 20:47 |
openstackgerrit | Tim Burke proposed openstack/swift master: sharding: Update probe test to verify CleavingContext cleanup https://review.opendev.org/683257 | 20:47 |
*** tesseract has quit IRC | 21:23 | |
timburke | clayg, tdasilva: what do we think about "null" versions? from AWS docs, it seems like that gets tracked independently from timestamp/last-modified, so you can have a null version interleaved between "real" version ids if you enable versioning, suspend it, and re-enable it (doing some writes before and after each step) | 21:24 |
timburke | https://review.opendev.org/#/c/682382/ currently has us recording null-ness in sysmeta with a comment to maybe (additionally? instead?) store it in the etag override for listings | 21:24 |
patchbot | patch 682382 - swift - WIP: New Object Versioning mode - 5 patch sets | 21:24 |
timburke | but even then we're going to have a cruddy time servicing requests to GET that null version... | 21:25 |
clayg | I didn’t find the docs really clear when I last looked - I’d want to verify the behavior first hand. | 21:25 |
timburke | ++ for sure | 21:26 |
timburke | i kinda want to have version ids be an emergent behavior of how we name things, so given a (name, version) pair we know where to go *immediately*, but it'd involve "promoting" objects with null versions to have real version ids... and i can't think of a good way to notify the user that we did that | 21:27 |
*** BjoernT_ has quit IRC | 21:34 | |
*** rcernin has joined #openstack-swift | 21:39 | |
*** rcernin has quit IRC | 21:40 | |
*** rcernin has joined #openstack-swift | 21:40 | |
*** baojg has quit IRC | 21:50 | |
openstackgerrit | Merged openstack/swift stable/queens: py2/3: Stop using stdlib's putrequest(); it only does ASCII https://review.opendev.org/683755 | 22:46 |
openstackgerrit | Tim Burke proposed openstack/swift master: WIP: New Object Versioning mode https://review.opendev.org/682382 | 23:01 |
*** tkajinam has joined #openstack-swift | 23:01 | |
openstackgerrit | Tim Burke proposed openstack/swift master: sharding: Update probe test to verify CleavingContext cleanup https://review.opendev.org/683257 | 23:04 |
openstackgerrit | Tim Burke proposed openstack/swift master: func tests: Add more UTF8 tests for versioning https://review.opendev.org/684146 | 23:21 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!