commit | 2103df4873ea45199ef8749a61a020488440934e | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Tue Dec 02 10:59:37 2014 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Dec 02 20:48:46 2014 +0000 |
tree | 51613b60c99150a2317e60ac4d486d585a51770d | |
parent | 23ab0fafda41b32eaaa8cbe0a8774680be82ef60 [diff] |
ClusterMessagingProtocol: initialize on demand Change-Id: I58b6dfb4c1756a2ee097847b1b3363d829d25676
diff --git a/core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java b/core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java index 5a6a82a..2f97782 100644 --- a/core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java +++ b/core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java
@@ -44,7 +44,7 @@ /** * ONOS Cluster messaging based Copycat protocol. */ -@Component(immediate = true) +@Component(immediate = false) @Service public class ClusterMessagingProtocol implements DatabaseProtocolService, Protocol<TcpMember> {