This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.oak-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
commit e9ab19470d6e1086961bf8d8cdbc2e1d56eba855 Author: Stefan Egli <[email protected]> AuthorDate: Tue Nov 24 15:44:06 2015 +0000 SLING-5328 : add missing documentation git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/oak@1716180 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/OSGI-INF/metatype/metatype.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index de9301f..c924425 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -37,6 +37,24 @@ discoveryLiteCheckInterval.description = Configure the interval (in seconds) wit discoveryLite descriptor should be checked for changes. Default is 2 seconds. \ Note that the timeout value is configured within Oak directly. +clusterSyncServiceTimeout.name = SyncService timeout (seconds) +clusterSyncServiceTimeout.description = Configure the timeout (in seconds) after which \ + the SyncService gives up when it did not see sync tokens of peer instances in the cluster. \ + The SyncService mechanism ensures switching to a new topology is handled synchronously \ + in the cluster and if this timeout is hit, there is a risk of an instance not having \ + noticed a new topology just yet. Default is 120 seconds. + +clusterSyncServiceInterval.name = SyncService interval (seconds) +clusterSyncServiceInterval.description = Configure the interval (in seconds) at which \ + the SyncService checks for sync tokens or their timeout. Default is 2 seconds. + +enableSyncToken.name = Enable the SyncService +enableSyncToken.description = When enabled, the SyncService that exchanges sync tokens \ + upon every topology change is used. The SyncService ensures that a topology change event \ + is only sent once all instances have indicated they are aware of the ongoing change. \ + Disabling this results in the topology change events being sent out quicker, however \ + without a synchronization guarantee. + minEventDelay.name = Minimal Event Delay (seconds) minEventDelay.description = Configure a minimal delay (in seconds) between TOPOLOGY_CHANGING \ and TOPOLOGY_CHANGED. Any further changes happening during this delay are accumulated and \ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
