[jira] [Created] (UIMA-6131) UIMA Ruta SeedLexer throws Error instead of exception

2019-09-26 Thread Mario Juric (Jira)
Mario Juric created UIMA-6131: - Summary: UIMA Ruta SeedLexer throws Error instead of exception Key: UIMA-6131 URL: https://issues.apache.org/jira/browse/UIMA-6131 Project: UIMA Issue Type:

[jira] [Commented] (UIMA-6118) Ruta: update uima version(s)

2019-09-26 Thread Jira
[ https://issues.apache.org/jira/browse/UIMA-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938655#comment-16938655 ] Peter Klügl commented on UIMA-6118: --- Hi, all help is very welcome! Here are the issue I planned to

[jira] [Commented] (UIMA-6129) The thread may deadlock if other thread interrupted which use jcas

2019-09-26 Thread Marshall Schor (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16938929#comment-16938929 ] Marshall Schor commented on UIMA-6129: -- As far as I know, the line future.cancel(true) does not

[jira] [Commented] (UIMA-6129) The thread may deadlock if other thread interrupted which use jcas

2019-09-26 Thread li Gongrong (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939071#comment-16939071 ] li Gongrong commented on UIMA-6129: --- I found the same things too  So the exception may caused by

[jira] [Issue Comment Deleted] (UIMA-6129) The thread may deadlock if other thread interrupted which use jcas

2019-09-26 Thread li Gongrong (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] li Gongrong updated UIMA-6129: -- Comment: was deleted (was: I try to extend FutureTask and and Thread.stop to the cancel   Or 

[jira] [Commented] (UIMA-6129) The thread may deadlock if other thread interrupted which use jcas

2019-09-26 Thread li Gongrong (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16939097#comment-16939097 ] li Gongrong commented on UIMA-6129: --- I try to extend FutureTask and and Thread.stop to the cancel