kota_ | morning | 02:04 |
---|---|---|
kota_ | big surprise with the REDHAT, IBM news. | 02:05 |
*** dhellmann has quit IRC | 02:55 | |
*** dhellmann has joined #openstack-swift | 03:01 | |
*** charz has joined #openstack-swift | 03:13 | |
*** ccamacho has joined #openstack-swift | 07:07 | |
*** gkadam has joined #openstack-swift | 07:44 | |
*** pcaruana has joined #openstack-swift | 07:46 | |
*** hseipp has joined #openstack-swift | 08:04 | |
*** pvradu has joined #openstack-swift | 08:04 | |
*** pvradu has quit IRC | 08:06 | |
*** pvradu has joined #openstack-swift | 08:06 | |
*** psachin has joined #openstack-swift | 08:07 | |
*** gkadam has quit IRC | 08:22 | |
*** gkadam has joined #openstack-swift | 08:22 | |
*** e0ne has joined #openstack-swift | 08:45 | |
*** gkadam has quit IRC | 08:53 | |
*** gkadam has joined #openstack-swift | 08:55 | |
*** mikecmpbll has joined #openstack-swift | 09:03 | |
cschwede | notmyname: thx a lot! interesting times for sure | 09:18 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: Make log format for requests configurable https://review.openstack.org/548948 | 09:51 |
*** ondrejme has joined #openstack-swift | 10:00 | |
ondrejme | Hi, I am running tempest on Ocata and in the test "tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest.test_get_object_after_expiration_time" i have a problem that I am able to get an object through a temporary URL even after the URL expires. Any thoughts? | 10:02 |
*** hseipp has quit IRC | 10:02 | |
*** ondrejme has quit IRC | 10:33 | |
*** spsurya has quit IRC | 11:16 | |
*** cloudnull has quit IRC | 11:16 | |
*** zigo has quit IRC | 11:17 | |
*** spsurya has joined #openstack-swift | 11:18 | |
*** cloudnull has joined #openstack-swift | 11:23 | |
*** e0ne has quit IRC | 11:25 | |
*** e0ne has joined #openstack-swift | 11:34 | |
*** ccamacho has quit IRC | 11:44 | |
*** ccamacho has joined #openstack-swift | 11:45 | |
*** StevenK has quit IRC | 12:32 | |
*** StevenK has joined #openstack-swift | 12:32 | |
*** e0ne has quit IRC | 12:58 | |
seongsoocho | Hi all~~ I need everyone's help!! I have a terrible problem with put performance.. | 13:10 |
seongsoocho | Here is a detail of problem | 13:10 |
seongsoocho | http://lists.openstack.org/pipermail/openstack/2018-October/047109.html | 13:10 |
*** zigo has joined #openstack-swift | 13:12 | |
*** e0ne has joined #openstack-swift | 13:19 | |
*** e0ne has quit IRC | 13:24 | |
*** e0ne has joined #openstack-swift | 13:30 | |
*** hseipp has joined #openstack-swift | 13:49 | |
*** mikecmpbll has quit IRC | 14:27 | |
*** hseipp has quit IRC | 14:42 | |
*** psachin has quit IRC | 14:43 | |
*** psachin has joined #openstack-swift | 14:56 | |
*** pvradu has quit IRC | 15:06 | |
*** psachin has quit IRC | 15:07 | |
*** itlinux has quit IRC | 15:09 | |
*** irclogbot_2 has joined #openstack-swift | 15:11 | |
*** admin6 has joined #openstack-swift | 15:20 | |
*** SkyRocknRoll has joined #openstack-swift | 15:40 | |
*** gyee has joined #openstack-swift | 15:40 | |
*** hseipp has joined #openstack-swift | 15:55 | |
*** itlinux has joined #openstack-swift | 16:01 | |
*** SkyRocknRoll has quit IRC | 16:18 | |
notmyname | good morning | 16:21 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: Make log format for requests configurable https://review.openstack.org/548948 | 16:22 |
clayg | seongsoocho: you could decrease the node_timeout and let the proxy try to write more to handoffs | 16:34 |
clayg | seongsoocho: or you could try to use some of the ionice options (or other tuning options) to make the replicators hammer the disks a little less | 16:35 |
*** e0ne has quit IRC | 16:36 | |
clayg | seongsoocho: could also be a io scheduling issue - are you using noop/deadline or cfq? What kernel version? | 16:38 |
clayg | notmyname: so I found myself thinking about the container-sharder (and db daemons in general) because of everyone seeming to be mad at them for pegging a core when they're not IO bound... | 16:43 |
clayg | the object-updater and object-auditor both use ratelimit sleep to do a "X per second" sort of thing | 16:45 |
clayg | it would be pretty trivial to add that option to all the db deamons but thorwing a `RateLimitedIterator` around `roundrobin_datadirs` | 16:45 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: Remove useless self.failures in sender https://review.openstack.org/613983 | 16:46 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: Stop sharing a global connection https://review.openstack.org/613984 | 16:46 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: Stop sharing a global response https://review.openstack.org/613985 | 16:46 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: stop sharing global available_map/send_map https://review.openstack.org/613986 | 16:46 |
openstackgerrit | Romain LE DISEZ proposed openstack/swift master: SSYNC: enable multiple SSYNC connections per parts https://review.openstack.org/613987 | 16:46 |
clayg | multiple SSYNC per part!? *mind blown* | 16:46 |
rledisez | clayg, the first 4 commits are just preparing the ground by moving some code around (not changing anything), the last one is to open mutiple connection to paralleize the jobs (x2.2 in performance in my tests) | 16:47 |
clayg | notmyname: timburke: anyway, trying to decide if these cheap/obvious thing is best - or if we should looking further ahead and try to make the tunable option "I want my cycle time to be X hrs, go as fast as you need for that" | 16:47 |
clayg | rledisez: heyoh! 2x speedup ain't nothing! | 16:47 |
rledisez | next commit will by doing one syncfs() from time to time (x3.6 i tests), but I'll need some discussion with you about that :) | 16:48 |
clayg | wow! | 16:48 |
*** gkadam has quit IRC | 16:52 | |
notmyname | clayg: nah, I think the cheap/obvious thing is better than trying to predict what people will want in a tunable. and the first option doesn't preclude doing the other way later. I like the idea of "do a cycle in X time", but maybe that ends up being a more holistic change for a lot of daemons? | 16:52 |
*** mikecmpbll has joined #openstack-swift | 17:00 | |
*** hseipp has quit IRC | 17:26 | |
*** mikecmpbll has quit IRC | 17:38 | |
*** mvkr has quit IRC | 18:05 | |
*** mikecmpbll has joined #openstack-swift | 18:47 | |
timburke | clayg: if you get to writing the patch for it, there's a bug you can attach: https://bugs.launchpad.net/swift/+bug/1784753 | 18:50 |
openstack | Launchpad bug 1784753 in OpenStack Object Storage (swift) "Add ratelimiting to more background daemons" [Undecided,New] | 18:50 |
clayg | timburke: cool! | 18:50 |
*** mikecmpbll has quit IRC | 19:36 | |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Add max_databases_per_second to db daemons https://review.openstack.org/614018 | 19:53 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Add max_databases_per_second to db daemons https://review.openstack.org/614018 | 19:55 |
clayg | oh, i forgot to update configs and stuff | 20:08 |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Add max_databases_per_second to db daemons https://review.openstack.org/614018 | 20:37 |
*** mvkr has joined #openstack-swift | 21:21 | |
*** e0ne has joined #openstack-swift | 21:29 | |
*** e0ne has quit IRC | 21:36 | |
*** itlinux has quit IRC | 21:46 | |
*** pcaruana has quit IRC | 21:57 | |
openstackgerrit | Tim Burke proposed openstack/swift master: Add max_databases_per_second to db daemons https://review.openstack.org/614018 | 22:36 |
*** mikecmpbll has joined #openstack-swift | 23:07 | |
timburke | anybody want to give https://review.openstack.org/#/c/611172/ a second look before I just +A? zaitcev's already got one +2, and there are a couple other approved patches that chain on it... | 23:28 |
patchbot | patch 611172 - swift - Unify handle_get/handle_head in decrypter - 1 patch set | 23:28 |
mattoliverau | morning | 23:28 |
mattoliverau | timburke: I just got out of a meeting, let me grab coffee etc and then I'll review it and "hopefully" +A. Sorry I never got to it before.. been a little distracted this last week. | 23:30 |
timburke | thanks! no worries -- i just wanted to help keep it moving :-) | 23:30 |
*** itlinux has joined #openstack-swift | 23:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!