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

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