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 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!