Re: Deadlock on InventoryItem during load test

2017-08-20 Thread Arun Patidar
Hello Taher, IMO, this is issue of inventory data model and way of calling inventory management services. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development HotWax Systems Pvt Ltd.www.hotwaxsystems.com On Sat, Aug 19, 2017 at 5:53 PM, Taher Alkhateeb

Re: Deadlock on InventoryItem during load test

2017-08-19 Thread Taher Alkhateeb
Hi Arun, Ahhh very interesting. So there was nothing fundamentally wrong at the entity-engine level, just a case of synchronizing entity updates right? If yes then the JIRA is not really concerned with anything core the framework I assume. On Thu, Aug 17, 2017 at 12:10 PM, Arun Patidar

Re: Deadlock on InventoryItem during load test

2017-08-17 Thread Arun Patidar
Hello Taher, All, We are now able to proceed ahead with deadlock condition. Thanks Scott and Jacopo for discussing and suggesting solution. We fixed it by acquiring all InventoryItem records that are going to affect by inventory reservation and item issuance process of order. Acquiring of

Re: Deadlock on InventoryItem during load test

2017-07-26 Thread Arun Patidar
Hello Taher, All, I have added details on ticket regarding my test plan. Also, attached Jmeter script which creates and fulfil sales orders. I am still working on this and will share more updates. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development HotWax Systems

Re: Deadlock on InventoryItem during load test

2017-07-12 Thread Arun Patidar
Hello Taher, Created a JIRA ticket OFBIZ-9491 and added some more details. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development HotWax Systems Pvt Ltd.www.hotwaxsystems.com On Wed, Jul 12, 2017 at 5:45 PM, Arun

Re: Deadlock on InventoryItem during load test

2017-07-12 Thread Arun Patidar
Thanks Taher for showing interest. I will create a Jira issue with more details and share it with you. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development HotWax Systems Pvt Ltd.www.hotwaxsystems.com On Wed, Jul 12, 2017 at 4:12 PM, Taher Alkhateeb

Re: Deadlock on InventoryItem during load test

2017-07-12 Thread Taher Alkhateeb
If there is a JIRA with exact repeat steps then I would be interested in working on this issue as it sounds like a good place to do some proper refactoring on many moving parts. On Wed, Jul 12, 2017 at 12:08 PM, Arun Patidar wrote: > Hello All, > > I was trying to

Deadlock on InventoryItem during load test

2017-07-12 Thread Arun Patidar
Hello All, I was trying to load test OFBiz with huge numbers of order creation and fulfilment. During test, I found a deadlock on InventoryItem enttiy. Current system, invoke 'UpdateInventoryItemFromDetail' service to update InventoryItem QOH total and ATP total record. There is an Eca rule on