Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

Excerpt

Planned release 10.11.2011.

Table of Contents
minLevel4

Highlights

Upgrade-notes

Note that the harvesting setting:

Code Block
<sendStatusDelay>60</sendStatusDelay>
 

has been replaced by the two settings

Code Block
<sendReadyInterval>30</sendReadyInterval>
<sendReadyDelay>1000</sendReadyDelay>
 

See HarvesterSettings.java and Harvester settings.xml for details.

Furthermore a number of new archiver settings has been added in relation to the improved indexing-mechanism:

Code Block
    settings.archive.indexserver.requestdir
    settings.archive.indexserver.maxclients
    settings.archive.indexserver.maxthreads
    settings.archive.indexserver.checkinterval
    settings.archive.indexserver.indexingtimeout
    settings.archive.indexserver.listeningcheckinterval

And added are also new settings related to the database pool mechanism for the archive database (similar to the one for the Harvest Database):

Code Block
    settings.archive.admin.database.pool.minSize
    settings.archive.admin.database.pool.maxSize
    settings.archive.admin.database.pool.acquireInc
    settings.archive.admin.database.pool.maxStm
    settings.archive.admin.database.pool.maxStmPerConn
    settings.archive.admin.database.pool.idleConnTestPeriod
    settings.archive.admin.database.pool.idleConnTestQuery
    settings.archive.admin.database.pool.idleConnTestOnCheckin

See ArchiveSettings.java and archive settings.xml for details about these new archive settings.

For those deploying the software to Windows servers, note that we have now disabled Console-logging on this category of servers, as it occasionally results in hanging bitarchive applications necessitationg a restart of the applications. See issue NAS-1993.

Full list of issues resolved in this release.

Jira Issues
renderModestatic
https://sbforge.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQueryproject+%3D+NAS+AND+fixVersion+%3D+%223.16.1%22+ORDER+BY+updated+DESC%2C+priority+DESC%2C+created+ASC&tempMax=1000
columnstype,key,priority,summary
anonymoustrue
urlhttps://sbforge.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+NAS+AND+fixVersion+%3D+%223.18.0%22+ORDER+BY+due+ASC%2C+priority+DESC%2C+created+ASC&tempMax=1000
Column
width200px
Panel

Download

Panel

Manuals

Panel

Javadoc