[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-12-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526264#comment-13526264
 ] 

Hudson commented on JENA-244:
-

Integrated in Jena__Development_Test #319 (See 
[https://builds.apache.org/job/Jena__Development_Test/319/])
Fix for JENA-244 integrated into trunk for testing. (Revision 1418235)

 Result = SUCCESS
andy : 
Files : 
* 
/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/reasoner/rulesys/impl/LPTopGoalIterator.java


 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-12-07 Thread Stephen Owens (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526343#comment-13526343
 ] 

Stephen Owens commented on JENA-244:


Definitely, I'll give it a try and let you know the results. 

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-12-07 Thread Stephen Owens (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526344#comment-13526344
 ] 

Stephen Owens commented on JENA-244:


I re-ran my test with 2.7.5-SNAPSHOT and it ran clean. When I fall back to 
2.7.4 I can get it to fail reliably. I tried increasing the thread count and 
the number of threads to add more stress and was not able to get it to fail. I 
also did a quick review of your change and it looks good, it directly addresses 
the issue I was seeing. Thanks!

I'm surprised you weren't getting the failure before your patch. Were you able 
to see the failure against 2.7.4? 

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-12-07 Thread Andy Seaborne (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526363#comment-13526363
 ] 

Andy Seaborne commented on JENA-244:


Good to hear.

I didn't get failures but my experience of other similar incidents is that 
machine, OS, and java version can all play into the probability a test failing. 
Usually once it is seen to fails, it often/always fails, but it will run clean 
on another system on the same code.  Hence, they sometimes only get solved by 
code analysis of possible causes.

With that positive confirmation, I'll close this JIRA.  Thanks.

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-12-06 Thread Stephen Owens (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13525992#comment-13525992
 ] 

Stephen Owens commented on JENA-244:


Found a way that the work around is not safe. I had ended up doing a 
pre-emptive prepare and all was well for a while, as long as you don't need to 
trigger a new dynamic prepare in a multi-threaded use case. It turns out 
however that removing anything from the model triggers the need for the prepare 
and my 'static' model wasn't perfectly static. Back to occasional deadlocks. 

I've tried this in 2.7.4 and it is still a current issue, reviewing the code 
further and I'll post back if I find something. 

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-09-12 Thread Simon Helsen (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453983#comment-13453983
 ] 

Simon Helsen commented on JENA-244:
---

Have you tested this with a snapshot 2.7.4 build?

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (JENA-244) Deadlock during SPARQL execution on an inference model

2012-09-11 Thread Stephen Owens (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453644#comment-13453644
 ] 

Stephen Owens commented on JENA-244:


Just retested this with 2.9.3, the deadlock is still reproducible with the test 
case. 

 Deadlock during SPARQL execution on an inference model
 --

 Key: JENA-244
 URL: https://issues.apache.org/jira/browse/JENA-244
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Reporter: Stephen Owens
 Attachments: JenaDeadLockTest.java, JenaDeadLockTest.java




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira