*** openstack has joined #openstack-swift | 07:31 | |
*** ChanServ sets mode: +o openstack | 07:31 | |
*** rcernin_ has quit IRC | 07:34 | |
*** rcernin_ has joined #openstack-swift | 08:16 | |
*** rcernin_ has quit IRC | 08:26 | |
*** rcernin_ has joined #openstack-swift | 08:47 | |
*** baojg has quit IRC | 08:56 | |
*** baojg has joined #openstack-swift | 08:57 | |
*** rcernin_ has quit IRC | 09:07 | |
*** rcernin_ has joined #openstack-swift | 09:41 | |
*** baojg has quit IRC | 09:52 | |
*** baojg has joined #openstack-swift | 09:53 | |
*** rcernin_ has quit IRC | 09:55 | |
*** psachin has joined #openstack-swift | 10:22 | |
*** rcernin_ has joined #openstack-swift | 10:28 | |
*** baojg has quit IRC | 11:13 | |
*** baojg has joined #openstack-swift | 11:14 | |
*** baojg has quit IRC | 11:54 | |
*** baojg has joined #openstack-swift | 11:54 | |
*** tkajinam has quit IRC | 11:56 | |
*** baojg has quit IRC | 12:44 | |
*** baojg has joined #openstack-swift | 12:45 | |
*** rcernin_ has quit IRC | 12:54 | |
*** baojg has quit IRC | 13:46 | |
*** baojg has joined #openstack-swift | 13:47 | |
*** psachin has quit IRC | 13:49 | |
*** m75abrams has quit IRC | 13:56 | |
*** m75abrams has joined #openstack-swift | 13:57 | |
openstackgerrit | zhouyunyang proposed openstack/swift master: skip same suffixes sync when update_delete https://review.opendev.org/742197 | 13:58 |
---|---|---|
ormandj | timburke: sounds good, we'll work on patching live then since this is a data access problem. then we'll hope for a new stable release of ussari w/ all these patches ;) | 14:01 |
openstackgerrit | zhouyunyang proposed openstack/swift master: Related-Bug: #742197 https://review.opendev.org/742205 | 14:17 |
openstack | bug 742197 in openjdk-6 (Ubuntu) "package openjdk-6-jdk (not installed) failed to install/upgrade: falhou em buffer_write(fd) (10, ret=-1): mecanismo dpkg-deb durante './usr/lib/jvm/java-6-openjdk/lib/tools.jar'" [Undecided,Invalid] https://launchpad.net/bugs/742197 | 14:17 |
*** rcernin_ has joined #openstack-swift | 14:52 | |
*** m75abrams has quit IRC | 14:57 | |
*** rcernin_ has quit IRC | 14:57 | |
*** baojg has quit IRC | 15:20 | |
*** baojg has joined #openstack-swift | 15:21 | |
*** gyee has joined #openstack-swift | 15:41 | |
timburke | good morning | 16:05 |
ormandj | timburke: morning :) it's live btw (the patch) | 16:28 |
ormandj | i'll let you know if i see any wonkiness | 16:29 |
*** gtema has joined #openstack-swift | 16:29 | |
ormandj | fwiw, we didn't see issues when downloading old objects uploaded py2 with the py3 proxies when using aws cli, it was only showing up with Veeam | 16:29 |
openstackgerrit | Merged openstack/swift-bench master: py2: Import print function https://review.opendev.org/742024 | 16:33 |
*** gtema has quit IRC | 17:41 | |
*** gtema has joined #openstack-swift | 18:03 | |
timburke | clayg, thinking about p 740867 -- once i get the follow-on p 741723 in a more reasonable state, i want to think a bit more about rledisez's p 337861. longer term, i wonder if we should maybe make saio-with-replication-network the main, recommended config... | 18:09 |
patchbot | https://review.opendev.org/#/c/740867/ - swift - Allow replication servers to handle all request me... - 2 patch sets | 18:09 |
patchbot | https://review.opendev.org/#/c/741723/ - swift - wip: Allow probe tests to run with separate replic... - 1 patch set | 18:09 |
patchbot | https://review.opendev.org/#/c/337861/ - swift - Permit to bind object-server on replication_port - 7 patch sets | 18:09 |
clayg | i just hate having to run so many servers | 18:13 |
clayg | I don't think I quite follow p 337861 - we only deploy client facing services with servers_per_port | 18:14 |
patchbot | https://review.opendev.org/#/c/337861/ - swift - Permit to bind object-server on replication_port - 7 patch sets | 18:14 |
clayg | regardless p 735751 is going to be great | 18:15 |
patchbot | https://review.opendev.org/#/c/735751/ - swift - Allow direct and internal clients to use the repli... - 4 patch sets | 18:15 |
clayg | can we rebase that on p 740867 | 18:15 |
patchbot | https://review.opendev.org/#/c/740867/ - swift - Allow replication servers to handle all request me... - 2 patch sets | 18:15 |
timburke | clayg, it's on my list of things to do ;-) | 18:16 |
timburke | then add the wip probe tests fix on top and make sure they still pass | 18:17 |
clayg | 🤞 | 18:17 |
*** gtema has quit IRC | 18:47 | |
clayg | nosetests swift/test/unit/proxy/test_server.py:TestObjectDisconnectCleanup.test_repl_disconnect_cleans_up swift/test/unit/proxy/test_server.py:TestReplicatedObjectController.test_GET_ranges_resuming -vx fails for me reliably with a ChunkReadTimeout | 20:01 |
clayg | this is on master... it seems familiar 🤔 | 20:01 |
timburke | yeah, definitely seems familiar... | 20:06 |
clayg | prosrv._error_limiting = {} # clear out errors 🙄 | 20:35 |
timburke | heh -- makes me think of how i had to set `error_suppression_interval = 0` when i did my last review on https://review.opendev.org/#/c/711342/ | 20:38 |
patchbot | patch 711342 - swift - Add concurrent_gets to EC GET requests - 12 patch sets | 20:38 |
*** adriant has quit IRC | 20:39 | |
*** adriant has joined #openstack-swift | 20:40 | |
openstackgerrit | Tim Burke proposed openstack/swift master: py3: Work with proper native string paths in crypto meta https://review.opendev.org/742033 | 20:47 |
*** gtema has joined #openstack-swift | 20:48 | |
openstackgerrit | Clay Gerrard proposed openstack/swift master: Decouple proxy_server tests https://review.opendev.org/742281 | 20:50 |
*** gtema has quit IRC | 20:53 | |
*** rcernin_ has joined #openstack-swift | 22:22 | |
*** rcernin_ has quit IRC | 22:22 | |
*** rcernin has joined #openstack-swift | 22:34 | |
openstackgerrit | Tim Burke proposed openstack/swift master: object: Return 507 when chunked-transfer runs out of space https://review.opendev.org/742300 | 22:36 |
timburke | ^^^ could use a test, but it's a fairly obvious change. note that the proxy doesn't handle it well yet (bug 1888433) | 22:38 |
openstack | bug 1888433 in OpenStack Object Storage (swift) "Proxy should not log tracebacks on EPIPE while sending to object-servers" [Undecided,New] https://launchpad.net/bugs/1888433 | 22:38 |
openstackgerrit | Merged openstack/swift master: Use latest pip in gate jobs https://review.opendev.org/742012 | 22:52 |
openstackgerrit | Tim Burke proposed openstack/swift stable/ussuri: Use latest pip in gate jobs https://review.opendev.org/742304 | 22:53 |
openstackgerrit | Tim Burke proposed openstack/swift stable/train: Use latest pip in gate jobs https://review.opendev.org/742305 | 22:53 |
*** tkajinam has joined #openstack-swift | 22:55 | |
mattoliverau | morning | 23:19 |
openstackgerrit | David Sariel proposed openstack/swift master: Let developers/operators add watchers to object audit (simplified) https://review.opendev.org/706653 | 23:40 |
openstackgerrit | David Sariel proposed openstack/swift master: Let developers/operators add watchers to object audit (simplified) https://review.opendev.org/706653 | 23:41 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!