June 12, 2017
August 11, 2016
March 17, 2016
January 5, 2016
September 29, 2015
September 2, 2015
August 26, 2015
August 3, 2015
reponame.old
and a repo called reponame
cause issues generating Authz. (NA-6736)
<install-dir>/svn-replicator/config/prefs.xml
Add the following xml stanza to your prefs.xml file, followed by a node
restart.
<Preferences> <TCPChannel> <TTCPChannel.minPoolSize.Client>25</TCPChannel.minPoolSize.Client> <TTCPChannel.maxPoolSize.Client>500lt;/TCPChannel.maxPoolSize.Client> <TCPChannel.keepAliveTime.Client>600lt;/TCPChannel.keepAliveTime.Client> <TCPChannel.minPoolSize.Server>25lt;/TCPChannel.minPoolSize.Server> <TCPChannel.maxPoolSize.Server>500lt;/TCPChannel.maxPoolSize.Server> <TCPChannel.keepAliveTime.Server>600lt;/TCPChannel.keepAliveTime.Server> </TCPChannel> ... </Preferences>
Note: Default values are illustrated.
You'll notice that we provide separate pools for both servers and clients. We recommended that you make the server's pool larger, this will ensure that proposals from non-connected sites will go through if the client thread pool is full.
Higher pool sizes will place greater load on the system, and some possible performance loss with huge increases in the number of connections. We therefore recommend that increases in pool size are matched with corresponding increases to the node's Java HEAP and basic resources such as system memory.
(NA-6711)resource = No Resource(|/.*) permission = Deny(NA-6243)
Key capabilities delivered with the API:
What's new
Issues Addressed
Issues Addressed
What's new
Issues Addressed
What's New
Issues Addressed
Issues Addressed
Issues Addressed
Issues Addressed
Issues Addressed
Issues Addressed
Issues Addressed
What's new
<ForceSync> <Files>true</Files> <Prevayler>true</Prevayler> </ForceSync>Fixed email notification issue that occurred when starting a replicator in Windows if the JAVA_HOME path contained whitespace.
<AuditLog> <Enabled>false</Enabled> </AuditLog>Email notifications are now sent N days before a license.key expires. The default value of N is 10 but this can be configured. (NA-1354)
On Windows platforms, installation directory must remain 'svn-security' and must not renamed. Also the installation directory may not be in a path with whitespaces.