You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/01/22 15:24:55 UTC

svn commit: r1726216 - /uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: degenaro
Date: Fri Jan 22 14:24:55 2016
New Revision: 1726216

URL: http://svn.apache.org/viewvc?rev=1726216&view=rev
Log:
UIMA-4765 DUCC Job Driver (JD) should limit size of user supplied work item name

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1726216&r1=1726215&r2=1726216&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Fri Jan 22 14:24:55 2016
@@ -249,6 +249,10 @@ ducc.jd.share.quantum = 400
 #   per JD.  This number specifies the number of unused "slices" that should 
 #   be kept on-hand in anticipation of newly submitted jobs (default 2)
 ducc.jd.share.quantum.reserve.count = 3
+# The maximum length of a work-item name returned by CAS.getDocumentText().
+# Truncation is enforced beyond this limit.
+# If not specified, there is no limit.
+ducc.jd.workitem.name.maximum.length = 64
 # Extra JVM args to be appended to any user-supplied "driver_jvm_args"
 # Dynamic: changes to this property immediately affect new submitted work
 # Flag: -DUimaAsCasTracking will add to logs: