[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-14 Thread Jukka Zitting (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578737#action_12578737
 ] 

Jukka Zitting commented on JCR-1461:


> Could we wait for feedback from Przemo re re-runnig his test using the 
> patched jackrabbit 1.3.4rc?

Sure. Przemo, any update?

> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3
>Reporter: Przemo Pakulski
>Priority: Critical
> Fix For: 1.3.4
>
> Attachments: JCR-1461.patch, thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-14 Thread Greg Klebus (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578735#action_12578735
 ] 

Greg Klebus commented on JCR-1461:
--

Could we wait for feedback from Przemo re re-runnig his test using the patched 
jackrabbit 1.3.4rc? 


> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3
>Reporter: Przemo Pakulski
>Priority: Critical
> Fix For: 1.3.4
>
> Attachments: JCR-1461.patch, thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-14 Thread Marcel Reutegger (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578720#action_12578720
 ] 

Marcel Reutegger commented on JCR-1461:
---

> would there be a need to get the path within the locked region?

according to dominique pfister this is not needed. based on his statement I've 
moved the call further up, outside the locked region.

Feel free to commit the patch or let me know if I should do it.

> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3
>Reporter: Przemo Pakulski
>Priority: Critical
> Fix For: 1.3.4
>
> Attachments: JCR-1461.patch, thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-14 Thread Marcel Reutegger (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578663#action_12578663
 ] 

Marcel Reutegger commented on JCR-1461:
---

I thought there was another thread holding the write lock on the SISM of the 
version manager, but it is in fact the grinder thread 1. The  So, you're right 
those are the only two threads than can be involved.

> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3, 1.3.4
>Reporter: Przemo Pakulski
>Priority: Critical
> Attachments: JCR-1461.patch, thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-12 Thread Przemo Pakulski (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577929#action_12577929
 ] 

Przemo Pakulski commented on JCR-1461:
--

Hm, deadlock occured when running 2 threads only. How do you know that another 
thread was involved ?

> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3, 1.3.4
>Reporter: Przemo Pakulski
>Priority: Critical
> Attachments: JCR-1461.patch, thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (JCR-1461) Deadlock on concurrent commit/checkin operations

2008-03-10 Thread Marcel Reutegger (JIRA)

[ 
https://issues.apache.org/jira/browse/JCR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576936#action_12576936
 ] 

Marcel Reutegger commented on JCR-1461:
---

Can you please provide a test case?

> Deadlock on concurrent commit/checkin operations
> 
>
> Key: JCR-1461
> URL: https://issues.apache.org/jira/browse/JCR-1461
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: jackrabbit-core
>Affects Versions: 1.3.3, 1.3.4
>Reporter: Przemo Pakulski
>Priority: Critical
> Attachments: thread-dump.txt
>
>
> Running concurrently jackrabbit transactions including checkin operations 
> leads to deadlock.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.