opendevreview | Matthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue https://review.opendev.org/c/openstack/swift/+/944103 | 02: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 |
opendevreview | Matthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue https://review.opendev.org/c/openstack/swift/+/944103 | 03:12 |
opendevreview | Matthew Oliver proposed openstack/swift master: Use SO_TIMESTAMP to track request times before they hit accept queue https://review.opendev.org/c/openstack/swift/+/944103 | 04:28 |
opendevreview | Tim Burke proposed openstack/swift master: more squashes for crcs https://review.opendev.org/c/openstack/swift/+/944192 | 05:18 |
opendevreview | Tim Burke proposed openstack/swift master: Clarify that get_ppid is Linux-only https://review.opendev.org/c/openstack/swift/+/944193 | 05:27 |
opendevreview | Tim Burke proposed openstack/swift master: Clarify that get_ppid is Linux-only https://review.opendev.org/c/openstack/swift/+/944193 | 05:49 |
gokhan | hello folks, I am trying to access public containers on swift which is ceph rgw implementation. | 09:12 |
gokhan | when I run openstack object save --file - public-container testobj.tx, it is running. | 09:12 |
gokhan | but 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 |
gokhan | this 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 |
timburke | gokhan, 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 |
timburke | or maybe there's something in radosgw's keystonemiddleware-like thing roughly analogous to delay_auth_decision? | 15:22 |
timburke | acoles, 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 |
opendevreview | Alistair Coles proposed openstack/swift master: sq: move CRCHasher to checksum.py https://review.opendev.org/c/openstack/swift/+/944146 | 17:58 |
opendevreview | Alistair Coles proposed openstack/swift master: sq? more fixups for s3 crc checking https://review.opendev.org/c/openstack/swift/+/944286 | 17:58 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!