Monday, 2020-04-20

seongsoochomorning00:08
*** threestrands has joined #openstack-swift00:35
kota_morning00:56
openstackgerritTim Burke proposed openstack/python-swiftclient master: Only add __del__ to HTTPConnection shim on py3  https://review.opendev.org/72105102:08
kota_thx timburke to resolve the problem!03:01
*** manuvakery has joined #openstack-swift03:01
*** psachin has joined #openstack-swift03:37
*** evrardjp has quit IRC04:23
*** tkajinam has quit IRC05:12
*** tkajinam has joined #openstack-swift05:13
*** manuvakery has quit IRC05:31
*** evrardjp has joined #openstack-swift05:41
openstackgerritMerged openstack/python-swiftclient master: Update docs building  https://review.opendev.org/72106906:11
*** rpittau|afk is now known as rpittau07:12
openstackgerritMatthew Oliver proposed openstack/swift master: Auto-sharding: Initial steps  https://review.opendev.org/66703007:15
openstackgerritMatthew Oliver proposed openstack/swift master: sharding: first attempt at _elect_leader  https://review.opendev.org/66757907:15
mattoliveraujust a rebase, as I want to poke at it to see where it's at :)07:16
*** threestrands_ has joined #openstack-swift07:18
*** threestrands_ has quit IRC07:18
*** threestrands has quit IRC07:21
*** ccamacho has joined #openstack-swift08:12
*** psachin has quit IRC09:09
*** psachin has joined #openstack-swift09:17
*** dtantsur|afk is now known as dtantsur09:21
*** gregwork has quit IRC09:24
*** rcernin has quit IRC09:26
*** rcernin has joined #openstack-swift09:51
openstackgerritOpenStack Release Bot proposed openstack/swift stable/ussuri: Update .gitreview for stable/ussuri  https://review.opendev.org/72121409:59
openstackgerritOpenStack Release Bot proposed openstack/swift stable/ussuri: Update TOX_CONSTRAINTS_FILE for stable/ussuri  https://review.opendev.org/72121510:00
openstackgerritOpenStack Release Bot proposed openstack/swift master: Update master for stable/ussuri  https://review.opendev.org/72121610:00
*** rpittau is now known as rpittau|bbl10:15
*** tkajinam has quit IRC11:21
*** rpittau|bbl is now known as rpittau12:03
*** irclogbot_2 has quit IRC13:06
*** irclogbot_2 has joined #openstack-swift13:08
*** psachin has quit IRC13:34
*** hoonetorg has quit IRC13:40
*** tkajinam has joined #openstack-swift13:53
*** hoonetorg has joined #openstack-swift13:59
-openstackstatus- NOTICE: Zuul is temporarily offline; service should be restored in about 15 minutes.14:00
*** tkajinam has quit IRC14:59
openstackgerritTim Burke proposed openstack/swift master: Update master for stable/ussuri  https://review.opendev.org/72121615:05
*** gyee has joined #openstack-swift15:40
*** hoonetorg has quit IRC15:46
-openstackstatus- NOTICE: Gerrit will be restarted to correct a misconfiguration which caused some git mirrors to have outdated references.15:48
*** ianychoi_ is now known as ianychoi15:53
*** hoonetorg has joined #openstack-swift15:59
*** manuvakery has joined #openstack-swift16:03
*** rpittau is now known as rpittau|afk16:07
*** dtantsur is now known as dtantsur|afk16:32
*** evrardjp has quit IRC16:35
*** evrardjp has joined #openstack-swift16:35
seongsoochoHi !  Does anyone tell me a MTU size between proxy and object node? I set it 1500 but there are too many packet retransmission and drop occures..16:50
seongsoochoI'm looking for set MTU to 9000. and other sysctl settings.16:51
*** abelur has quit IRC16:54
*** abelur has joined #openstack-swift16:54
openstackgerritTim Burke proposed openstack/python-swiftclient master: Add py38 classifier  https://review.opendev.org/72131317:10
timburkeseongsoocho, typically we've seen customers running into trouble when MTU is too *high* -- customers would have their servers configured for 9000 but not their switches17:23
timburke1500 was usually fine... are you sure everybody's configured the same way?17:23
seongsoochotimburke:  I tried to change MTU to 9000 both servers and switches. But I'm not sure It is a best solution.   I will find another way to solve my problem ( keep the MTU 1500 ) 🙂17:32
*** evrardjp has quit IRC17:44
openstackgerritMerged openstack/swift stable/ussuri: Update .gitreview for stable/ussuri  https://review.opendev.org/72121417:46
*** evrardjp has joined #openstack-swift17:49
manuvakeryGuys .. am having trouble with connection timeout issues.. when object server tries to update the container db I can see  timout happens for http connection (0.5s) or for response (3s) .. is it due to the container servers are not able to handle the incoming traffic .. did not notice high io . Is there any hard limit for container server max connection..18:14
*** jrosser has quit IRC18:41
*** jrosser has joined #openstack-swift18:42
timburkemanuvakery, that's normal, expected behavior -- provided your object-updaters can still clear the async-pendings reasonably quickly. you can crank up the timeout if you like, but there will always come a point where container DBs can't keep up with updates for some period18:48
timburkemaybe it's too many connections, usually it's not enough iops (if containers are on spinning disks, there's almost *never* enough iops) -- but it's almost always because of a temporary spike, so we can just save the update for later and get to it eventually18:51
timburkeif it's *not* because of temporary spikes, you probably ought to look into ratelimiting, either per account or per container (or both)18:52
timburkewhen you say you "did not notice high io" are you talking at the disk level (with iostat or similar), or proxy throughput, or proxy requests/sec... something else?18:54
manuvakeryI meant disk level iostat18:55
manuvakeryOk.. if it's normal then fine .. I am using hdd  for container db .. may be using an SSD can help I think18:59
*** ccamacho has quit IRC20:01
claygrledisez: do you guys have some "bucket inventory" like tools?  Rackspace used to use something like https://opendev.org/x/slogging20:43
rledisezclayg: nope. but I wanted for a long to write one. never found time to do it :/20:50
rlediseznow I can just deploy this one \o/20:50
claygwe'll see it's quite old20:50
claygbut so it swift AMIRITE!?20:51
rledisezdo you know how it works? My thinking was that container-auditor should emit a serie for each feature .increment("versioning-enabled"), etc…20:52
*** manuvakery has quit IRC21:13
*** dosaboy has quit IRC21:46
*** dosaboy has joined #openstack-swift22:02
*** rcernin has quit IRC22:05
*** rcernin has joined #openstack-swift22:06
DHEI have found a problem with using the ring composer... the one-partition-moved-at-a-time rule does not apply the same way any more...22:13
*** tkajinam has joined #openstack-swift22:43
openstackgerritMerged openstack/swift master: Update master for stable/ussuri  https://review.opendev.org/72121622:52
mattoliveraumorning23:09
*** threestrands has joined #openstack-swift23:18

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