<p dir="ltr">Hi clay,<br>
Thanks for responding , first about setup , it is multi node env, and problem is with delete object .</p>
<p dir="ltr"> I checked proxy and storage nodes clock, they are in sync. Also storage node run only main daemons I.e. no auditor, and others. </p>
<p dir="ltr">I traced the 409 call and it is coming from object server.<br>
I am generating random id for key so no reuse of same name.  But after one put(t1) next is del(t1).....is this could be a problem...I think they are sync calls.</p>
<p dir="ltr">Regards<br>
Sumit<br></p>
<p dir="ltr">On Apr 23, 2014 5:14 AM, "Clay Gerrard" <<a href="mailto:clay.gerrard@gmail.com">clay.gerrard@gmail.com</a>> wrote:<br>
><br>
> 409 on DELETE (object?) is a pretty specific error.  That should mean that the timestamp assigned to the delete is earlier than the timestamp of the data file.<br>
><br>
> Most likely mean that you're getting some time-drift on your proxies (but that assumes multi-node) or maybe that you're reusing names between threads and your object server's see PUT(ts1) PUT(ts3) DELETE(ts2) - but that'd be a pretty tight race...<br>

><br>
> Should all be logged - try and find a DELETE that went 409 and trace the transaction id.<br>
><br>
><br>
> On Mon, Apr 21, 2014 at 5:54 AM, taurus huang <<a href="mailto:huanggeng.8552@gmail.com">huanggeng.8552@gmail.com</a>> wrote:<br>
>><br>
>> Please provide the log file: /var/log/swift/swift.log   AND /var/log/keystone/keystone.log<br>
>><br>
>><br>
>> On Mon, Apr 21, 2014 at 11:55 AM, Sumit Gaur <<a href="mailto:sumitkgaur@gmail.com">sumitkgaur@gmail.com</a>> wrote:<br>
>>><br>
>>> Hi <br>
>>> I using jclouds lib integrated with Openstack Swift+ keystone combination. Things are working fine except stability test. After 20-30 hours of test jclouds/SWIFT start degrading in TPS and keep going down over the time. <br>

>>><br>
>>> 1) I am running the (PUT-GET-DEL) cycle in 10 parallel threads.<br>
>>> 2) I am getting a lot of 409 and DEL failure for the response too from SWIFT.<br>
>>><br>
>>><br>
>>> Can sombody help me what is going wrong here ?<br>
>>><br>
>>> Thanks<br>
>>> sumit<br>
>>><br>
>>> _______________________________________________<br>
>>> OpenStack-dev mailing list<br>
>>> <a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
>>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> OpenStack-dev mailing list<br>
>> <a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> OpenStack-dev mailing list<br>
> <a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
><br>
</p>