Thursday, 2025-03-13

opendevreviewMatthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue  https://review.opendev.org/c/openstack/swift/+/94410302:55
mattoliver^ timburke_ that seems to solve the issue. Basically its because the accepted socket is non-blocking and the ancdata isn't available yet for some requests. Turning the socket to blocking, even for just the time it took to get the ancdata was slow as. So just adding a loop and timeout seems to have solved it, it now works all the time and still lightening fast. At least on my vsaio.02:57
opendevreviewMatthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue  https://review.opendev.org/c/openstack/swift/+/94410303:12
opendevreviewMatthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue  https://review.opendev.org/c/openstack/swift/+/94410304:28
opendevreviewTim Burke proposed openstack/swift master: more squashes for crcs  https://review.opendev.org/c/openstack/swift/+/94419205:18
opendevreviewTim Burke proposed openstack/swift master: Clarify that get_ppid is Linux-only  https://review.opendev.org/c/openstack/swift/+/94419305:27
opendevreviewTim Burke proposed openstack/swift master: Clarify that get_ppid is Linux-only  https://review.opendev.org/c/openstack/swift/+/94419305:49
gokhanhello folks, I am trying to access public containers on swift which is ceph rgw implementation. 09:12
gokhanwhen I run openstack object save --file - public-container testobj.tx, it is running. 09:12
gokhanbut when I try to access on url with curl http://10.13.0.10:8080/swift/v1/AUTH_99fe423d80344a6fa1aa3bcd5767e07a/public-container/testobj.txt it gives error and says no such bucket 09:12
gokhanthis is the log file on radosgw:  https://paste.openstack.org/show/b9NLFnNsPG3hyJB4zhIb/09:13
gokhan when I run openstack object save --file - public-container testobj.tx, it is running.10:02
timburkegokhan, not sure how much radosgw help you'll be able to get here -- we're mostly focused on swift itself. maybe check that the container ACLs are set correctly, though? (although i'd expect a 403 if they weren't, not a 404)15:20
timburkeor maybe there's something in radosgw's keystonemiddleware-like thing roughly analogous to delay_auth_decision?15:22
timburkeacoles, thought you might be interested in https://review.opendev.org/c/openstack/swift/+/944193 -- how many unit test failures do you see these days when running on your host OS? 3 or so?15:23
opendevreviewAlistair Coles proposed openstack/swift master: sq: move CRCHasher to checksum.py  https://review.opendev.org/c/openstack/swift/+/94414617:58
opendevreviewAlistair Coles proposed openstack/swift master: sq? more fixups for s3 crc checking  https://review.opendev.org/c/openstack/swift/+/94428617:58

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!