BUG-2138: Create DistributedShardFrontend
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / messages / PrefixShardRemoved.java
index 5f840711b3f2d10f6eaa13c983527f6dffd6ad4a..1890b647db4f2ed3a734745521e87931f7e75491 100644 (file)
@@ -14,8 +14,9 @@ import org.opendaylight.controller.cluster.sharding.ShardedDataTreeActor;
 import org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier;
 
 /**
- * Message sent to remote {@link ShardedDataTreeActor}'s when there is an
- * attempt to remove a shard from the sharding service.
+ * Message sent to remote {@link ShardedDataTreeActor}'s when there is an attempt to remove the shard,
+ * the ShardedDataTreeActor should remove the shard from the current configuration so that the change is picked up
+ * in the backend ShardManager.
  */
 @Beta
 public class PrefixShardRemoved implements Serializable {