svn commit: r1730767 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:57:38 2016 New Revision: 1730767 URL: http://svn.apache.org/viewvc?rev=1730767=rev Log: [UIMA-4674] restore the default heap size and reset heap size values; use to manage initial size of data structure tracking FSs in creation order. remove cache_not_in_index

svn commit: r1730766 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/FilteredIterator.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:39:49 2016 New Revision: 1730766 URL: http://svn.apache.org/viewvc?rev=1730766=rev Log: [UIMA-4674] based on profiling, add non-checking forms for some iterator operations, to be used when the context guarantees the check isn't needed. Modified:

svn commit: r1730765 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/FeatureStructureImplC.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:39:19 2016 New Revision: 1730765 URL: http://svn.apache.org/viewvc?rev=1730765=rev Log: [UIMA-4674] clarify flags meaning - only for use in index corruption checking, doesn't apply to bag indexes. Rename some methods with more appropriate names. Modified:

svn commit: r1730764 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/Id2FS.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:36:36 2016 New Revision: 1730764 URL: http://svn.apache.org/viewvc?rev=1730764=rev Log: [UIMA-4674] allow initial heap size spec to set the size for this structure. Modified:

svn commit: r1730763 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:35:41 2016 New Revision: 1730763 URL: http://svn.apache.org/viewvc?rev=1730763=rev Log: [UIMA-4674] based on profiling, add non-checking forms for some iterator operations, to be used when the context guarantees the check isn't needed. Modified:

svn commit: r1730762 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/Subiterator.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:34:07 2016 New Revision: 1730762 URL: http://svn.apache.org/viewvc?rev=1730762=rev Log: [UIMA-4674] based on profiling, add non-checking forms for some iterator operations, to be used when the context guarantees the check isn't needed. Modified:

svn commit: r1730761 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/TypeImpl.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:31:38 2016 New Revision: 1730761 URL: http://svn.apache.org/viewvc?rev=1730761=rev Log: [UIMA-4673] make the hash map from short feat names to features permanent, final. Speed up isAppropriateFeature test. Add a boolean hasRef, true if any slot is an fs ref -

svn commit: r1730760 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/TypeSystemImpl.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 22:27:29 2016 New Revision: 1730760 URL: http://svn.apache.org/viewvc?rev=1730760=rev Log: [UIMA-4674] some of the computation during commit depends on the commit (locked) flag being false, so move the setting of this to the end of commit. Also make one method

svn commit: r1730746 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/main/java/org/apache/uima/ducc/orchestrator: ProcessAccounting.java StateJobAccounting.java user/UserLogging.java

2016-02-16 Thread degenaro
Author: degenaro Date: Tue Feb 16 20:40:23 2016 New Revision: 1730746 URL: http://svn.apache.org/viewvc?rev=1730746=rev Log: UIMA-4799 DUCC Orchestrator (OR) Service Instance failures are not captured in any user viewable log Modified:

svn commit: r1730710 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/FeatureStructureImplC.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 16:12:58 2016 New Revision: 1730710 URL: http://svn.apache.org/viewvc?rev=1730710=rev Log: no Jira - minor cleanup Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/FeatureStructureImplC.java Modified:

svn commit: r1730709 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/impl/FeatureStructureImplC.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 16:07:56 2016 New Revision: 1730709 URL: http://svn.apache.org/viewvc?rev=1730709=rev Log: [UIMA-4674] Performance: add flags word to FSs, one bit used so far - on means this fs is in some index. Add non-checking accessors (for use by cas copier and other callers

svn commit: r1730707 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/util/CasCopier.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 16:02:20 2016 New Revision: 1730707 URL: http://svn.apache.org/viewvc?rev=1730707=rev Log: [UIMA-4674] cas copier speedups - use non-checking forms of feature getters/setters, faster iterators; presize some internal data structures. Modified:

svn commit: r1730706 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/util/CasCreationUtils.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 15:58:58 2016 New Revision: 1730706 URL: http://svn.apache.org/viewvc?rev=1730706=rev Log: [UIMA-4674] restore APIs that pass in the initial heap size (used internally to presize some data structures) Modified:

svn commit: r1730704 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/internal/util/Int2ObjListMap.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 15:56:00 2016 New Revision: 1730704 URL: http://svn.apache.org/viewvc?rev=1730704=rev Log: [UIMA-4674] for performance, add ability to set initial capacity Modified:

svn commit: r1730703 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/internal/util/Int2ObjHashMap.java

2016-02-16 Thread schor
Author: schor Date: Tue Feb 16 15:55:06 2016 New Revision: 1730703 URL: http://svn.apache.org/viewvc?rev=1730703=rev Log: [UIMA-4674] conform the impl of key iterator to Java list iterator standards, improve efficiency. Modified:

svn commit: r1730702 - /uima/sandbox/uima-ducc/trunk/src/main/admin/rm_qoccupancy

2016-02-16 Thread challngr
Author: challngr Date: Tue Feb 16 15:48:22 2016 New Revision: 1730702 URL: http://svn.apache.org/viewvc?rev=1730702=rev Log: UIMA-4577 Eliminate color prefix-chars doing cqlsh in rm_qoccupancy. Modified: uima/sandbox/uima-ducc/trunk/src/main/admin/rm_qoccupancy Modified:

svn commit: r1730700 - in /uima/ruta/branches/UIMA-4798: example-projects/ruta-ep-example-extensions/ example-projects/ruta-ep-example-extensions/src/main/java/org/apache/uima/ruta/example/extensions/

2016-02-16 Thread pkluegl
Author: pkluegl Date: Tue Feb 16 15:27:24 2016 New Revision: 1730700 URL: http://svn.apache.org/viewvc?rev=1730700=rev Log: UIMA-4798 - upgrade DLTK version - add ep parent Added: uima/ruta/branches/UIMA-4798/ruta-ep-parent/ uima/ruta/branches/UIMA-4798/ruta-ep-parent/pom.xml (with

svn commit: r1730698 - /uima/ruta/branches/UIMA-4798/

2016-02-16 Thread pkluegl
Author: pkluegl Date: Tue Feb 16 15:25:12 2016 New Revision: 1730698 URL: http://svn.apache.org/viewvc?rev=1730698=rev Log: UIMA-4798 - upgrade DLTK version - add ep parent Added: uima/ruta/branches/UIMA-4798/ (props changed) - copied from r1730697, uima/ruta/trunk/ Propchange: