Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add notes for longer timeout in 3.7 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 3, 2015
1 parent 6c19620 commit 9200511
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes.md
Expand Up @@ -25,7 +25,17 @@ Example usage in html file: `<link rel="shortcut icon" href="#{assets['img/logo/
* [PR 633](https://github.com/zanata/zanata-server/pull/633) - Use JNDI to obtain mail server from app server
* Zanata now uses `java:jboss/mail/Default` mail session for SMTP configuration. See "Email configuration" in [System admin guide](http://docs.zanata.org/en/latest/user-guide/system-admin/configuration/installation/index.html) for details.

<h5>Deployment</h5>

Deployment for this release might require longer time due to underlying database changes.
This is depending on database size and system admin should consider increase JBoss timeout value in standalone.xml.

<system-properties>
...
<property name="jboss.as.management.blocking.timeout" value="2000"/>
</system-properties>


<h5>Bug fixes</h5>
* [1194543](https://bugzilla.redhat.com/show_bug.cgi?id=1194543) - Manual document re-upload makes previous translations fuzzy
* [1029734](https://bugzilla.redhat.com/show_bug.cgi?id=1029734) - po header contains invalid entry will cause upload/push failure
Expand Down

0 comments on commit 9200511

Please sign in to comment.