[NETCONF-1182] Mount 2000 Netconf servers Created: 12/Oct/23 Updated: 08/Nov/23 |
|
| Status: | Open |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | 5.0.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Vlad | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Docker opendaylight 0.18.2 |
||
| Description |
|
Just deployed the 0.18.2 (https://hub.docker.com/r/opendaylight/opendaylight/tags) with features: odl-restconf-all, odl-netconf-clustered-topology memory: 8GB
Scenario: 1. Manage 1500 netconf servers through restconf http 2. check the network topology all connected 3. Restart opendaylight
Expected Once restarted try to connect all the servers get "connected"
Actual 934 - Status Connected 566 wrong state { "node-id": "XXXXX:830", "netconf-node-topology:sleep-factor": "1.1", "netconf-node-topology:max-connection-attempts": 3, "netconf-node-topology:username": "admin", "netconf-node-topology:password": "admin", "netconf-node-topology:between-attempts-timeout-millis": 2000, "netconf-node-topology:port": 830, "netconf-node-topology:reconnect-on-changed-schema": true, "netconf-node-topology:connection-timeout-millis": 20000, "netconf-node-topology:tcp-only": false, "netconf-node-topology:keepalive-delay": 2000, "netconf-node-topology:host": "XXXXX" }
|
| Comments |
| Comment by Vlad [ 08/Nov/23 ] |
|
Hi guys, small update on the issue
I just discovered that the network topology that comes with odl-netconf-clustered-topology it's buggy... meaning that with 2000 devices is not working properly at all.
I tried a manage of 2k devices and than restarted the controller and he wasn't able to reconnect all the devices. |