SVN MultiSite Plus Release Notes

Release: 1.3 Build: 0063

Thursday 28th August, 2014

New Features

  • SVN MultiSite Plus has been updated with the latest version (1.1.5) of WANdisco's DConE replication system. (NV-4001)

Fixed issues

  • After upgrading from certain earlier versions of SVN MultiSite Plus, it was not possible to get back into production due to the lack of the users.properties file which contains the primary admin user account's details. It is now possible to trigger the creation of the file following a short procedure. See 37. Create a new users.properties file. (NV-3835)

  • Fixed an issue that could occur after an emergency reconfiguration where the admin UI on some nodes would intermittently hang until those nodes were restarted. (PLAT-527)

  • Fixed an issue where setting some node attributes to null could result in a crash. (PLAT-490)

  • We've made changes to the DConE replication engine to improve recovery in the event of an emergency reconfiguration. (PLAT-460), (PLAT-468).

  • Fixed an issue where DConE could break replication if the wrong identity was used when resending a membership proposal. This could also lead to a crash where the replicator is sent a response to a message it has no record of sending. (PLAT-523) (PLAT-468)

  • Fixed a missing dependency for Git MultiSite (for deployments where both SVN and Git are to be replicated). (NV-4023)

  • Fixed an issue that could cause a java.lang.ArrayIndexOutOfBoundsException error when viewing the repository tab after committing a file. (NV-4050)

  • Fixed an issue that could occur when running with both SVN MultiSite and Git MultiSite, using the shutdown command on either product's init.d script will also cause the other product to shutdown. We're rewriting our watchdog scripts to ensure that they work properly together. (NV-4080)



Release: 1.2.2.4 Build: 9825

Tuesday 22nd July, 2014

Fixed issues

  • We've indentified and fixed a critical problem where an aborted and then deleted task can cause the replicator to fail if responses relating to the deleted task are then received. To ensure that these failures can't happen we've temporarily removed the ability to delete tasks - both in the Admin UI and through the REST API. (NV-3928)



Release: 1.2.2.3 Build: 9795

Tuesday 16th July, 2014

Fixed issues

  • Addressed an issue with missing dependencies when MultiSite Plus is installed on RHEL 5. (NV-3895)

  • Resolved an issue where the EULA would re-load on being accepted, following an upgrade of Git Multisite via the console using a tarball. (NV-3893)

  • Fixed an issue where upgrading the tarball installers from the 1.2.2 builds would cause an error on upgrading stating that 'The version of Git MultiSite in this installer is older than the one currently installed'. (NV-3892)

  • Resolved an issue preventing nodes from being inducted with an error message about the EULA acceptance being missing from the configuration. (NV-3874)

Known Issue

  • SYNC STOP ALL can fail if acknowledgement of the task is not received from all nodes hosting the DSM. This can happen if one or more of the nodes are down or if there are issues with network connectivity when the STOP SYNC ALL command is run.

    If possible please ensure that all pending tasks (especially commit tasks where large amounts of data need to be written) are completed prior to running the SYNC STOP ALL command as a large amount of traffic could cause the error. If possible please stop all access to the repositories hosted at least an hour before running the command.

    If you do run into this error please raise a support ticket with as much information about the system state at the time - any pending transactions, the state of the nodes etc. This will be invaluable to us as we continue our investigation into this issue.



Release: 1.2.2.1 Build: 9702

Tuesday 2nd July, 2014

Fixed issues

  • Addressed an issue whereby the removal of a repository could result in the replicator crashing and then being unable to restart. This would only occur if the repository in question had previously been caught in a failed deployment state. (NV-3835)

  • Fixed an issue where it was possible to add a duplicate repository to a replication group. This was possible because the RepositoryManager would check repositories through their ecosystem. In cases where deployment didn't complete, repositories may not have belonged to an ecosystem, so remained invisible to the RepositoryManager. We now also check the file system paths of repositories. (NV-3844)



Release: 1.2.2 Build: 9659

Thursday 26th June, 2014

New Features

  • Major change to our Emergency Reconfiguration (EMR) tool - this is used to remove a permanently failed or unavailable node from a replication group in order to restore replication. This is specifically and only when the remaining nodes in the replication group are unable to make a quorum. The first iteration of our EMR tool was capable of quickly and removing a node, however, there were situations where performing an EMR could worsen the situation and impact replication. This was especially true when the tool was mistakenly being run as a quick fix for node related problems.

    This release includes a rewritten EMR system that provides a more reliable mechanism for removing nodes, however this new system should be thought of as a "beta" release and has not been exposed to the admin console. Given the sensitive nature of a reconfiguration, if the need to remove a failed/unavailable node (which results in the loss of quorum) you should contact our support team for assistance. (NV-3571)

  • Post-hooks of all kinds now run at all replicas on which they are instantiated - not just the initiating replica. (NV-1749)

  • We've updated our bundled SVN binaries to version 1.8.8 (r1568071). (NV-3095)

  • It's now possible to track an individual commit through our logs using the associated sessionID that gets issued when the client that makes the commit connects to MultiSite. ((NV-2363))

  • Our logging system now implements (SLF4J) over the log4J Java-based logging library which provides some important enhancements, chiefly, that logging behavior becomes much more configurable and allows log messaging to be sent to different destinations. There are important changes to how the replicator logs are created and managed. Read: Admin Guide - Replication Logs. (NV-2461)

  • We've changed the implementation of Repository IDs. Now Repository.repositoryId is:
    • Statistically-unique GUID
    • Immutable
    • The SVN repository's UUID is a changeable property of the Repository object.
    (NV-3326)

  • We've added the ability to create new empty repositories using the REST API. (NV-3075)

  • We've made improvements to the Talkback script that captures application data to assist troubleshooting. Talkback now includes a wealth of hardware, OS and platform data. (NV-2910) It also provide a more convenient way of getting basic node information. The file "/replicator/nodesInformation" contains NodeIDs, LocationIDs and associated IP addresses. (NV-3130)

  • We've made various improvements to the admin console. We provides better indicators that the dashboard screen requires attention. (NV-2867) The dashboard now shows:

    • A list of nodes that appear to be disconnected, along with how long they have been non-communicative. (NV-2990)
    • A list of recent critical errors. (NV-2988)
    • Highlights recent diskspace issues. (NV-2987)
    • Lists read-only, damaged or stopped replication groups. (NV-2986)

  • We now display the reason for a repository's Global or Local Read-only state. (NV-2583)

Fixed Issues

  • We no longer permit two repositories to be given the same name. As the repository name is only a label this wouldn't cause replication problems, however it could be an obvious source of confusion and result in serious user error. (NV-2518)

  • Fixed an issue where email notification settings were not being replicated between nodes. There remains a related issue concerning whereby the end-user agreement requires multiple confirmations. (NV-3697)

  • The installer now confirms at the start which version of the product being installed. Previously it wasn't clear until installation was underway and after configuration changes had been made. (NV-3241)

  • Fixed an issue in the DConE Replication protocol that could result in a node failing to start due to PANIC error "cannot be cast to java.lang.Long" (NV-3720)

  • Fixed an issue where multiple notification emails were sent on creating a Local "Read-only" rule. (NV-3181)

  • Fixed an issue where the "Replicator is started and ready" notification email was being sent with a system output instead of a human-readible message. (NV-3169)

  • The safeguards that we put in place to prevent the last admin account from being deleted through the admin console (which would lock you out of the admin console) has been added to the REST API. (NV-3282)




Release: 1.2.1 Build:7992

Monday 12th May, 2014

This release includes minor fixes and further support for our Access Control product.

New Features

  • Includes version 1.1.3 of the Generic File Replication utility script to support the latest version of WANdisco's Access Control Plus. (NV-3313)

  • The talkback troubleshooting utility now reports the versions of recently added 'Generic File Replication' scripts that are used when MultiSite Plus is used in conjunction with Acess Control. (NV-3276)

Issues Fixed

  • Fixed an issue that could result in an NPE error when viewing browser-based configuration screens at the end of an installation.(NV-3542)

  • Repositories can now be successfully removed from the replication network after fixing a check for equality that was too strict. (NV-3311)



Release: 1.2 Build:7992

Tuesday 18th March, 2014

This release includes some important additions to SVN MultiSite Plus's security framework allowing for integration into a Kerberos-based single sign-on environment, further improvements to the upgrade and a small number of fixes.

New Features

  • Added support for single sign-on authentication using the Kerberos protocol. Administrators can set up Kerberos from the Security tab in SVN MultiSite Plus's admin UI. (NV-2161)

  • Key configuration (Node Name, IP address and geolocation) data for SVN MultiSite Plus nodes is now incorporated into the replication system, which makes it possible to edit after installation. Previously a modification of this configuration required the reinstallation of the node. (PLAT-158)

  • We've improved the upgrade process, incorporating some manual steps into the upgrade script. We've also altered the rollback script that is used if a problem is encountered during an upgrade. The script must now be run with superuser privileges to ensure that original file ownerships are preserved. (NV-2652) (NV-2889)

Issues Fixed

  • It has previously been possible to give separate repositories the same name. While doing so would not cause a problem for the replication engine it could obviously lead to confusion and serious user error. As a result we've added logic to ensure that the use of duplicate repository names is no longer allowed.

    Important: Before upgrading you should check your existing repositories and ensure that there are no duplicate names. You should take steps to rename any existing repositories that currently share a name. (NV-2518)

  • Fixed a limitation in SVN MultiSite Plus's handling of Skels that exceed the default TCP chunk size. (NV-3026)

  • we've improved the handling of locks - ensuring that all lock errors get included in the svnok.catalog. In environments where locking is common, it was possible that a repository could be forced into read-only mode due to an undeclared lock error while, for example, trying to lock a file that is no longer included in version control. (NV-3031)

  • Admin account details can now be overwritten during a admin account import. Importing admin accounts from another no longer fails if there are duplicate accounts on the destination node. (NV-2716)

  • The Content Distribution policy that allows administrators to bias their deployment between performance and replication reliability was being set to the wrong default. It is now, correctly, set to 'Reliable'. (NV-3000)
    Read more about Content Distribution Strategy

  • Improvement to the Emergency Reconfiguration tool so that there is feedback through growl messaging to indicate that that process has completed. (NV-2735)

  • SVN MultiSite Plus's UI port is no longer bound to a single IP address. (NV-3037)

Known Issues

  • Before adding a node to an existing replication group, you should first check the replication group's schedule. The addition of the node will be blocked if its addition would break the rules for replication in some future scheduled configuration - such as creating an even number of voters, which would require the nomination of a tie-breaker.
    In future releases we'll improve how node rejection is communicated. (NV-3162)



Release: 1.2 Build: 6903

Friday 9th January, 2014

The first release of 2014 includes a broad range of improvements and fixes -

New Features

  • We have completed a major reworking of the security code. SVN MultiSite Plus is no longer limited to a universal administrator account, although one is still included to ensure that it's impossible to be locked out of a node.

    Admin accounts can be managed from the Security tab that now appears in the Admin UI. From here you can instead configure SVN MultiSite Plus to delegate authentication to a number of LDAP authorities defined per-node (local) or across the deployment (global), using these in conjunction with or instead of the internally managed acounts. (NV-2003)

    Documentation for these new elements is available here:

    Admin Guide: Manage access to SVN MultiSite Plus
    Reference Guide: Reference - Security


  • An alternative content distribution strategy provides more control over how SVN commit content is replicated before a commit is accepted. The default strategy requires that content reach at least one other learner (active or passive) node. The new strategy will accept the commit if the content has reached a majority of the acceptors (voters), which is particularly useful when using a follow-the-sun strategy with a single acceptor. There are some nuances and restrictions involved, so please read the full documentation and/or ask Support for assistance.

  • The Admin UI has undergone numberous improvements; the layout and look-and-feel are improved along with numerous small functional improvements. Here are some of the more important changes:

    • The Emergency Reconfiguration Procedure has been improved, as part of this work nodes that have been removed are no longer shown on the Nodes tab by default. After nodes have been removed a button will appear that will let you add the removed nodes to the list. (NV-2231) (NV-1144)

    • We've added an information screen for each repository providing quick access to information like file system location, size, transaction queues and any read-only flags. (NV-454) (NV-2158)

    • Product license information is now included in the System Data panel on the Settings tab of the Admin UI. (NV-1930)

    • The table that lists repositories that failed to deploy now includes a reason for the failure and the corresponding Replication Group. (NV-2320) (NV-1869)
    • Repositories that go into Read-only mode now display the time that the change occurred. (NV-2564)

  • Deeper integration with SVN Access Control is available. This integration relies on a new Generic File Replication service. You can read more about Generic File Replication here:
    Generic File Replication (NV-2489) (NV-2527)

  • We now provide access to logging levels through the Admin UI. New logger settings can be applied or existing logging levels can be changed on-the-fly while troubleshooting. It's then possible to write changes to the permanent logging properties or allow SVN MultiSite Plus to revert to the default levels after a restart. Documentation on this new feature is available here:
    Log Setting Tool (NV-2140)

  • As a result of the security changes, we've changed the installation procedure -- you specify admin credentials when installing the first node but for all subsequent nodes you will instead provide the users.properties file from your first node. This system should ensure a parity in admin credentials across all nodes. (NV-2160) (NV-2713)

  • We've made made some further improvements to the installation in terms of how we handle the installation of SVN binaries. Our installer can now be used to upgrade just SVN and those components of SVN MultiSite Plus that are dependent on the specific version of SVN that you have installed. This is providing that your existing installation is compatible. (NV-2260) (NV-2214) (NV-2371) (NV-2344)

  • There's improved logging of what files are changed/replaced when running the SVN MultiSite Plus Upgrader. (NV-2283).

    Issues Fixed

    • When running the backup script, the entered admin username is now echoed. Previously this entry was being treated like a password so you couldn't read what you'd entered. (NV-2757)

    • Also when running the backup script, a warning is now issued if there are no Replication Groups set up, at least one Replication Group is required for the Synchronized Stop. (N V-2817)

    • We've made the svnadmin verify command optional as it can cause the talkback script to take an excessively long time to run. (NV-2347)

    • Talkback now includes the version file that was recently added to the SVN MultiSite Plus installation. (NV-2257)

    • Talkback script now supports a non-interactive mode if you provide the necessary environmental variables. You can read about the changes here: Talkback (NV-1918)

    • We have identified and addressed an issue where a node removed using the Emergency Reconfiguration procedure could still be counted as a member of a replication group. (NV-2293)

    • Addressed an issue where mod_dav_svn wasn't installed when running the installer in the non-interactive mode. (NV-2333).

    • The monitor tool will no longer accept user-created monitors if they are set with a disk space which is larger than the available disk space. (NV-2229).

    • The Talkback script can now follows symlinks to gather repository information. (NV-2258).

    • Resolved an issue where ports reserved for SVN MultiSite Plus were not being bound exclusively to the IP specified during installation. (NV-2219)

    Known Issue

    • For Red Hat Enterprise Linux (RHEL 6) deployments that are moving from version 1.0 Build 5778 or earlier to the latest version (1.2): You should first complete the following procedure for an upgrade to version 1.0 Build 6383). Once you have verified the upgrade was successful, only then should you repeat the upgrade with the 1.2 files. If you have any questions or concerns contact WANdisco's support team. (NV-2871)

    • Currently backups, upgrades or API calls that refer to a Node's name will fail if its name includes a forward slash "\". This issue will be fixed as a matter of urgency. For now work around the issue by referencing the Node name using URL encoding, e.g. a node called "node\name" would become "node%5Cname" (NV-2850)

    • After upgrading from a previous version of the product your first attempt to login to the admin UI may appear to fail with an error "Unable to find matching navigation case with from-view-id...". This is a browser caching issue. Clear your browser cache or force a hard reload in order to login. (NV-2292)



    Release: Build: 5778

    Tuesday 5th November, 2013

    This release addresses an issue that has come to light while making improvements to SVN MultiSite Plus's configurable parameters.

    Issues Fixed

    • We identified and fixed an issue relating to one of SVN MultiSite's configurable parameters. It's now possible to modify the content.plus.timeout value, allowing for greater tolerance to poor network conditions. See more about Node Content Distribution Timeouts - (CD-29)





    Release: Build: 5658

    Wednesday 23th October, 2013

    This release addresses the following issue:

    Issues Fixed

    • We've addressed an issue that caused commits to take longer than usual to complete after a temporary disruption in network connectivity. We've introduced new default parameters which better ensure commit robustness. (NV-2319)





    Release: Build: 5586

    Thursday 17th October, 2013

    This release adds some additional improvements to the installation and admin UI console and fixes issues relating to the replication/coordination engine.

    New Features

    • The installer can now be run in a non-interactive mode that doesn't require a user to answer questions prior to the browser-based configuration: Non-interactive Installation (NV-989)

    • For clarity we've adopted the use of binary-prefix measurements of data. All references to memory storage will be in mebibytes (MiB) and gibibytes (GiB) instead fo Megabytes (MB) and Gigabytes (GB). NV-2187

    • We've added a mechanism for changing some node properites, such as its IP address or hostname: http://docs.wandisco.com/svn/ms-plus/admin.html#newip (NV-1273)

    Issues Fixed

    • "Fixed an issue that could have resulted in the unnecessary buildup of temporary files. (NV-2170)

    • Fixed an issue that appeared when deploying a membership from a node that was not a proposer node, the application specific data is was not exchanged between the nodes.Deployments from proposing nodes were not affected. (PLAT-180)

    • Fixed a problem with the coordinate state machine stop (Stop All Nodes) that required an clarification of the which types of nodes can initiate a coordinated stop - the submitting node has to be a proposer and all the nodes that are being coordinate stopped have to be learners. (PLAT-184)

    Known Issue

    • After upgrading to build:5586 your first attempt to login to the admin UI may appear to fail with an error "Unable to find matching navigation case with from-view-id...". This is a browser caching issue. Clear your browser cache or force a hard reload in order to login. (NV-2292)





    Release: Build: 5435

    Tuesday 3rd October, 2013

    This release adds the following fix and new feature:

    New Features

    • We're developing a product upgrade process that will greatly simplify moving to new versions of MultiSite Plus. In this release we've provided the first component for this process, embedded within the SVN MultiSite Plus installer file. For information about how it works, read the Upgrade Guide (NV-2124) (NV-2180)

    Issues Fixed

    • Found and fixed an issue that could result in an http 500 (Internal Server Error) when triggering a synchronized stop via the API. NV-1957





    Release: Build: 5041

    Tuesday 3rd September, 2013

    This latest update for WANdisco's SVN MultiSite Plus adds a new version of the installer, a notification system plus a number of bug fixes:

    New Features

    • Introduced a notification system that allows system administrators to set up automated alert emails. The system is broadly user-configurable so that administrators can created their own triggers and message content. Set up the notifications by logging into the SVN MultiSite Plus admin UI and go to the Settings tab. (NV-1404)

    • The installer is now provided without Apache included in the bundle, for customers who use a specific version or install to a non-standard location. It also adds support for SSL encryption, although currently these settings can't be modified after installation. (NV-1954)

    Issues Fixed

    • We've consolidated our API code so that the old end point for inducting a new node has been removed. The old "ApplicationResource" end point should no longer be used. Instead use the new "NodeResource" end point. NV-1957

    • Improved the performance and stability of the emergency reconfiguration tool. In particular, the process of reconfiguration better handles the loss of a node in 2-node replication group so that that the remaining node will continue to operate in a single-node replication group. (NV-1445)

    • We've now restricted the use of certain special characters within the admin UI. It is now not possible to use the following characters in entity names:
      Forward slash /
      Question mark ?
      Equals sign =
      Ampersand &
      Semicolon ;
      Hash #
      (NV-1817)

    • Known issues (reported in Build 4563) that are now fixed:
    • Fixed: We have fixed an issue affecting 2-node replication groups; previously the commit would fail if one node would be offline or unreachable. Now the commit will succeed if the remaining node is a tie-breaker.

    • Fixed: a minor error in the talkback script that caused two process checks to fail. (NV-1824)


    • Fixed: an issue where edits made (but not applied) on a repository settings screen persist if the changes are not cancelled, i.e. if you close the window or navigate away. (NV-1833)

    • Fixed: The menu for selecting node type is not yet fully context driven so that it is currently possible to select a node type that is not actually available as it is not compatible with the existing setup. (NV-1853)

    • Fixed: We've fixed a problem where by running an emergency reconfiguration could result in dashboard tasks all showing as "Unknown Task Type". (PLAT-47)

    • Fixed: Induction of a new node following an emergency reconfiguration of the inductor node will cause the routes to be set incorrectly, so while the new node will know about the other member nodes, they won't know about it. (PLAT-14)

    • Fixed: Disconnecting a node from a replication group will cause the node to lose all replication group information. We'll be improving the UI messaging around this in the next release. (NV-1815)

    • Fixed: The "Task" endpoint which would allow the retrieval of MultiSite's internal tasks is currently not available through the public API. This should be available again in the next release. (NV-1761)

    Known Issues

    • The apparent inconsistency in the size of repositories is the result of using different measuring methods. SVN MultiSite's UI measures repositories by the total byte count. This will not match the apparent sizes shown using different measuring methods, such as reading the size of allocated blocks. (NV-696)

    • Inducting a new node using an incorrect locaion ID caused the connection to fail in a manner that is not graceful - the node is listed as "connection pending" and is stuck. If the problem occurs it will block the new node from being inducted to a different node. (NV-1827)

    • We continue to investigate various browser compatibility issues with Internet Explorer 8. Although SVN MultiSite Plus's Admin UI is broadly functional in IE8, we're aware that some secondary features don't work. We'll continue to investigate this issue. (NV-1702)





    Release: Build: 4563

    Tuesday 6th August, 2013

    This latest update for WANdisco's SVN MultiSite Plus adds a number of important new functions, along with various fixes and improvements:

    New Features

    • Wider operating system support
      SVN MultiSite Plus can now be installed across a wider range of Linux distributions. (NV-1580)

    • Added Disk Monitoring
      We've added a system for monitoring the server's available disk space. Now administrators can receive automated emails should disk space get low, and if disk space becomes critical the system will safely shut the server down to prevent potential data corruption. You can read more in the online Admin Guide: Resource Monitor (NV-1299)

    • We've improved the way that SVN MultiSite Plus handles co-ordinated actions. It's now possible to perform synchronised stops across all nodes or on a per node basis . There remains a limitation in that any repositories that are flagged as Local Read-only (LRO) then it won't be possible to complete the stop in a synchronized manner.(NV-1579)
    • Removing nodes from replication groups There is now a facility for removing nodes from a replication group. It was previously necessary to recreate the entire replication group if you needed a change to its membership. You can read more in the online Admin Guide: Removing a Node from a Replication Group [NV-1121]

    • Recovery Process
      We've added a mechanism for transactional recording of a 'map of the world' for each node which includes node settings, membership, DSMs and replication group details. [NV-1578]

    • Talkback troubleshooting tool
      Now included as a Talkback script that can be automatically or manually run in order to capture information that can assist administrators and WANdisco's support team in identifying and fixing problems. You can read more about talkback in the online Admin Guide: Running Talkback [NV-397]

    • Version Check
      Nodes will now routinely check that the other nodes that it connects to are running the same version of SVN MultiSite. (NV-1068)

    Known Issues

    • We have fixed an issue affecting 2-node replication groups; previously the commit would fail if one node would be offline or unreachable. Now the commit will succeed if the remaining node is a tie-breaker. (NV-1824)

    • Fixed a minor error in the talkback script that caused two prcess checks to fail. (NV-1824)

    • The apparent inconsistency in the size of repositories is the result of using different measuring methods. SVN MultiSite's UI measures repositories measures the total byte count of repositories. This will not match the apparent sizes shown using different measuring methods, such as reading the size of allocated blocks. NV-696

    • We've fixed an issue where edits made (but not applied) on a repository settings screen perist if the changes are not cancelled, i.e. if you close the window or navigate away. (NV-1833)

    • The menu for selecting node type is not yet fully context driven so that it is currently possible to select a node type that is not actually available as it is not compatible with the existing setup. (NV-1853)

    • When inducting a new node with an incorrect location ID, the new node's connection failure is not currently handled gracefully - by listing the new node under connection pending, allowing for the induction to be cancelled. If the problem occurs it will block the new (inductee) node from being inducted through a different inductor node. (NV-1827)

    • Running an emergency reconfiguration can block further nodes from being added to the replication group. (NV-1804)

    • We've fixed a problem where by running an emergency reconfiguration could result in dashboard tasks all showing as "Unknown Task Type". (PLAT-47)

    • Induction of a new node following an emergency reconfiguration of the inductor node will cause the routes to be set incorrectly, so while the new node will know about the other member nodes, they won't know about it. (PLAT-14)

    • Disconnecting a node from a replication group will cause the node to lose all replication group information. We'll be improving the UI messaging around this in the next release. (NV-1815)

    • The "Task" endpoint which would allow the retrieval of MultiSite's internal tasks is currently not available through the public API. This should be available again in the next release. (NV-1761)

    • We continue to investigate various browser compatibility issues with Internet Explorer 8. Although SVN MultiSite's Admin UI is broadly functional in IE8, we're aware that some secondary features don't work. We'll continue to investigate this issue. (NV-1702)





    Release: Build: 4098

    Monday 20th June, 2013

    This release focused on: improving the stability of the installer, making available some new node types and expanding supported distributions to include RHEL5 and SuSE11 - support was previously limited to RHEL6).

    A list of the most important changes is provided below:

    New Features

    • Synchronized Stop
      The Synchronized Stop is used to stop replication between repository replicas, it can be performed on a per-repository basis or on a replication group basis (where replication will be stopped for all associated repositories). Stops are synchronized between nodes using a 'stop' proposal to which all nodes need to agree. So that while not all nodes will come to a stop at the same time they do all stop at the same point. See the Admin Guide: 19. Performing a Synchronized Stop

    • New Node Types
      We've introduced the following types of nodes, providing administrators with additional flexibility while designing replication groups:

      • Passive only: A node on which repositories recieve updates from other sites, but don't permit any changes to it's replicas from SVN clients - effectively making its repositories read-only. Passive nodes are ideal for deployments that are looking for hot-backup

      • Passive voter: A passive node that also takes part in the vote for transaction ordering agreement.

      • Voter only: A Voter-only node doesn't store repository data, it's only purpose is to accept transactions and cast of vote on transaction ordering. Voter-only nodes add resilience to a replication group as they increase the likelyhood that enough nodes are available to make agreement on transaction ordering. Voter only nodes don't cache transaction history or repository changes - they can play no part in a recovery scenario.

      • Read more about node types in the admin guide - Node Types (NV-771)

    • Improved Installer
      We've improved the installer's stability and now better checking of the server for existing SVN installations. (NV-1582)

    Issues Fixed

    • Further fixes and refinements to the public REST API.
      Read more about SVN MultiSite Plus's API (NA-5890)

    • Fixed an issue that in some situations would cause a NullPointerException on clicking the Node Reconfigure button on the Nodes table screen. (NV-1612)

    Known Issues

    • Although SVN MultiSite Plus's browser-based Admin UI is compatible with Internet Explorer 8 there are a number of Java script and rendering problems that make some non-essential features such as dashboard widgets unusable. We're investigating these issues and will apply our best efforts in order to overcome them. (NV-1702)