Re: [controller-dev] [netconf-dev] Validation hooks when using restconf

2017-03-20 Thread Satish Dutt
Thanks Tomas From: Tomas Cere -X (tcere - PANTHEON TECHNOLOGIES at Cisco) [mailto:tc...@cisco.com] Sent: Monday, March 20, 2017 8:58 PM To: Satish Dutt ; controller-dev@lists.opendaylight.org; controller-us...@lists.opendaylight.org; netconf-...@lists.opendaylight.org

Re: [controller-dev] prevLogIndex 3 was found in the log but the term -1 is not equal to the append entriesprevLogTerm 1 - lastIndex: 5, snapshotIndex: 4

2017-03-20 Thread Muthukumaran K
@Guy, URL should be http://:8181/jolokia/read/org.opendaylight.controller:Category=Shards,name=member--shard-topology-operational,type=DistributedOperationalDatastore Regards Muthu From: controller-dev-boun...@lists.opendaylight.org [mailto:controller-dev-boun...@lists.opendaylight.org] On

Re: [controller-dev] How to conveniently deploy odl cluster

2017-03-20 Thread bjb
Hello Alexis: In the docker deploy, are three dockers deployed on the same linux server? If so, how to deal with the openflow port 6633? Each controller must expose port 6633. if not on the same linux server? How to distribute three dockers on each linux server. Will you use

Re: [controller-dev] [netconf-dev] Validation hooks when using restconf

2017-03-20 Thread Tomas Cere -X (tcere - PANTHEON TECHNOLOGIES at Cisco)
This should be possible by leveraging the DOMDataTreeCommitCohort api's. https://github.com/opendaylight/mdsal/blob/454903c516e9405ff4a1af6392a31b00c04852fa/dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMDataTreeCommitCohort.java

Re: [controller-dev] prevLogIndex 3 was found in the log but the term -1 is not equal to the append entriesprevLogTerm 1 - lastIndex: 5, snapshotIndex: 4

2017-03-20 Thread Sela, Guy
https://bugs.opendaylight.org/show_bug.cgi?id=8022 The dump from http://:8181/jolokia/read/org.opendaylight.controller:Category=Shards,name=member--shard-topology-operational,type=DistributedOperDatastore didn’t work for me. So I only added the logs with TRACE on SHARDs. From: Tom Pantelis

Re: [controller-dev] prevLogIndex 3 was found in the log but the term -1 is not equal to the append entriesprevLogTerm 1 - lastIndex: 5, snapshotIndex: 4

2017-03-20 Thread Tom Pantelis
Actually set the log level to trace instead of debug. On Mon, Mar 20, 2017 at 8:29 AM, Tom Pantelis wrote: > Hmm... please enable Shard debug (add log4j.logger.org.opendaylight. > controller.cluster.datastore.Shard=debug to > etc/org.ops4j.pax.logging.cfg) on all 3 nodes

Re: [controller-dev] prevLogIndex 3 was found in the log but the term -1 is not equal to the append entriesprevLogTerm 1 - lastIndex: 5, snapshotIndex: 4

2017-03-20 Thread Tom Pantelis
Hmm... please enable Shard debug (add log4j.logger.org.opendaylight.controller.cluster.datastore.Shard=debug to etc/org.ops4j.pax.logging.cfg) on all 3 nodes and let it run for like 10 sec and capture the logs and open a bug. Also capture the JMX Shard output from each node, ie: http://

[controller-dev] prevLogIndex 3 was found in the log but the term -1 is not equal to the append entriesprevLogTerm 1 - lastIndex: 5, snapshotIndex: 4

2017-03-20 Thread Sela, Guy
Latest code in a 3-node cluster, and I'm seeing the following errors while OVSs are connecting to the ODL. 2017-03-20 13:48:36,101 | INFO | lt-dispatcher-29 | Shard | 207 - org.opendaylight.controller.sal-clustering-commons - 1.5.0.SNAPSHOT |