[jira] [Commented] (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2016-09-16 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497176#comment-15497176 ] Richard Eckart de Castilho commented on UIMA-1524: -- 2) can we include typePriorities() and

[jira] [Commented] (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2016-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497451#comment-15497451 ] Marshall Schor commented on UIMA-1524: -- A partial reply - more later... (5) and (7) both have an

Re: uv3 iterators - success in avoiding all concurrent modification exceptions

2016-09-16 Thread Marshall Schor
As an experiment, I implemented a copy-on-write style of concurrent modification exception prevention in UV3. It does minimal copying, only copying part of the index related to the particular type being updated; if no iterators are in use, there's no copying (but see below). The copy is done

[jira] [Commented] (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2016-09-16 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497345#comment-15497345 ] Richard Eckart de Castilho commented on UIMA-1524: -- 2) ok, nice 4) +1 5) in my mind

[jira] [Updated] (UIMA-4210) Client hangs with more than 1 time-out

2016-09-16 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik updated UIMA-4210: Fix Version/s: 2.9.0AS > Client hangs with more than 1 time-out >

[jira] [Commented] (UIMA-5106) uv3 constant "id" for FSs (Proposed new Feature for uv3)

2016-09-16 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497557#comment-15497557 ] Richard Eckart de Castilho commented on UIMA-5106: -- I though the ID property (it is not a

Re: the hook from svn update to Jira has been restored, nothing was lost

2016-09-16 Thread Richard Eckart de Castilho
Great :) Thanks for following this through! -- Richard > On 16.09.2016, at 15:41, Marshall Schor wrote: > > See > > https://issues.apache.org/jira/browse/INFRA-12551 > > The updates were not lost, it appears. > > -Marshall

Build failed in Jenkins: UIMA-DUCC #988

2016-09-16 Thread Apache Jenkins Server
See Changes: [degenaro] UIMA-5110 DUCC Job Driver (JD) employ enums for EventType and StateType [degenaro] UIMA-5110 DUCC Job Driver (JD) employ enums for EventType and StateType [cwiklik] UIMA-5047 updated CPU monitoring and reporting

Build failed in Jenkins: UIMA-DUCC ยป Apache UIMA DUCC: uima-ducc-agent #988

2016-09-16 Thread Apache Jenkins Server
See Changes: [cwiklik] UIMA-5047 updated CPU monitoring and reporting -- [INFO] [INFO]

[jira] [Commented] (UIMA-5106) uv3 constant "id" for FSs (Proposed new Feature for uv3)

2016-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15498033#comment-15498033 ] Marshall Schor commented on UIMA-5106: -- only because the low level cas address in v2 is not guaranteed

Re: uv3 iterators - success in avoiding all concurrent modification exceptions

2016-09-16 Thread Marshall Schor
re: remove the need for the snapshot iterators then? Yes, mostly. There's one other use for those iterators, I think - they can in unusual circumstances, speed things up (but mostly, they slow things down a little). The speed up happens if you're doing a fully sorted index with lots of subtypes

the hook from svn update to Jira has been restored, nothing was lost

2016-09-16 Thread Marshall Schor
See https://issues.apache.org/jira/browse/INFRA-12551 The updates were not lost, it appears. -Marshall

Re: uv3 iterators - success in avoiding all concurrent modification exceptions

2016-09-16 Thread Richard Eckart de Castilho
On 16.09.2016, at 22:06, Marshall Schor wrote: > >>> Does this seem like a good thing to try? Definitely sounds promising. So that would remove the need for the snapshot iterators then? Cheers, -- Richard

[jira] [Commented] (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2016-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497310#comment-15497310 ] Marshall Schor commented on UIMA-1524: -- 2) Yes. There's a small note in the wiki diagram which says

[jira] [Closed] (UIMA-4210) Client hangs with more than 1 time-out

2016-09-16 Thread Jerry Cwiklik (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik closed UIMA-4210. --- Resolution: Cannot Reproduce Closing since I am not able to reproduce the problem. The cause of the

[jira] [Commented] (UIMA-1524) JFSIndexRepository should be enhanced with new generic methods

2016-09-16 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15496754#comment-15496754 ] Marshall Schor commented on UIMA-1524: -- I updated the wiki with some notes. Some thoughts: 1) The

Re: uv3 iterators - success in avoiding all concurrent modification exceptions

2016-09-16 Thread Marshall Schor
One other benefit: UIMA automatically may "under-the-covers" remove and add back some FSs if you update some features used as keys in indexes. This could cause ConcurrentModificationException if you had loops that did this, even though you had no index operations coded explicitly as part of the

[jira] [Created] (UIMA-5111) uv3 Experiments in avoiding ConcurrentModificationException for UIMA iterators

2016-09-16 Thread Marshall Schor (JIRA)
Marshall Schor created UIMA-5111: Summary: uv3 Experiments in avoiding ConcurrentModificationException for UIMA iterators Key: UIMA-5111 URL: https://issues.apache.org/jira/browse/UIMA-5111 Project: