This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.api-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-api.git
commit 8e87d4deb3b786fc7e22ce51fcfa9081d87baa45 Author: Stefan Egli <[email protected]> AuthorDate: Tue Jun 4 14:31:14 2013 +0000 SLING-2892 and SLING-2901 : added a javadoc note about the fact that the discovery service fails if it detects duplicate sling.id in a cluster git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/api@1489459 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/discovery/DiscoveryService.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/org/apache/sling/discovery/DiscoveryService.java b/src/main/java/org/apache/sling/discovery/DiscoveryService.java index 3477650..3ef52f3 100644 --- a/src/main/java/org/apache/sling/discovery/DiscoveryService.java +++ b/src/main/java/org/apache/sling/discovery/DiscoveryService.java @@ -24,6 +24,9 @@ package org.apache.sling.discovery; * The discovery service is in charge of managing live instances that * have announced themselves as being part of a topology view. The exact * details of how this announcement occurs is implementation dependent. + * <p> + * Note that the discovery service fails if it detects a situation + * where more than one instance with the same sling.id exists in a cluster. */ public interface DiscoveryService { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
