Re: [Discuss] Detecting Issues with Read Write Locks

2015-06-24 Thread Imesh Gunaratne
It looks great! Thanks Mari! On Wed, Jun 24, 2015 at 6:02 PM, Mariangela Hills wrote: > Hi Devs, > > I added this information in [1] in the developer guide. Please let me know > whether any changes are needed. > > [1] > https://cwiki.apache.org/confluence/display/STRATOS/Detecting+Issues+with+Re

Re: [Discuss] Detecting Issues with Read Write Locks

2015-06-24 Thread Mariangela Hills
Hi Devs, I added this information in [1] in the developer guide. Please let me know whether any changes are needed. [1] https://cwiki.apache.org/confluence/display/STRATOS/Detecting+Issues+with+Read-Write+Locks [2] https://issues.apache.org/jira/browse/STRATOS-1439 Regards, Mariangela *Mariang

Re: [Discuss] Detecting Issues with Read Write Locks

2015-06-24 Thread Mariangela Hills
Will do! Regards, Mariangela *Mariangela Hills* Senior Technical Writer - WSO2, Inc. http://wso2.com Committer and PMC member - Apache Stratos email:mariang...@wso2.com | mobile: +94 773 500185 On Wed, Jun 24, 2015 at 2:43 PM, Reka Thirunavukkarasu wrote: > Thanks for implementing this nice f

Re: [Discuss] Detecting Issues with Read Write Locks

2015-06-24 Thread Reka Thirunavukkarasu
Thanks for implementing this nice feature Imesh. This helps a lot in identifying the locking issues. @Mari, Can we add this to our documentation under developer guide or troubleshoot section? So that it will help in debugging purpose. Thanks, Reka On Tue, Jan 20, 2015 at 10:26 PM, Dakshika Jaya

Re: [Discuss] Detecting Issues with Read Write Locks

2015-01-20 Thread Dakshika Jayathilaka
Great Work imesh.. This will help to developers in many ways.. Better if we can add this to developer guide. *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jan 20, 2015 at 7:08 PM, Imesh Gunaratne wrote: > Above issue is now fixed with commit

Re: [Discuss] Detecting Issues with Read Write Locks

2015-01-20 Thread Imesh Gunaratne
Above issue is now fixed with commit revision: fe0e6f81a673d6db815a56a3592c41441c4be3ae On Tue, Jan 20, 2015 at 7:03 PM, Imesh Gunaratne wrote: > Following JIRA explains the above problem found in 4.1.0-alpha: > https://issues.apache.org/jira/browse/STRATOS-1089 > > On Tue, Jan 20, 2015 at 6:50

Re: [Discuss] Detecting Issues with Read Write Locks

2015-01-20 Thread Imesh Gunaratne
Following JIRA explains the above problem found in 4.1.0-alpha: https://issues.apache.org/jira/browse/STRATOS-1089 On Tue, Jan 20, 2015 at 6:50 PM, Imesh Gunaratne wrote: > Hi Devs, > > Currently we have significant amount of read write locks in Stratos > codebase to synchronize data structure u

[Discuss] Detecting Issues with Read Write Locks

2015-01-20 Thread Imesh Gunaratne
Hi Devs, Currently we have significant amount of read write locks in Stratos codebase to synchronize data structure updates made by multiple threads. As I figured out recently there are several possibilities that these locks could cause problems if not properly implemented: *Problem 1: A thread