Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
7577
Description
When running request that contains a load of data from History and Collections via Run request, the loading tab does not occur immediately, the application freezes form some time.
1. Install feature odl-openflowplugin-all-he in karaf.
2. Login to dlux.
3. Navigate to module opendaylight-inventory rev.2013-08-19 > config tab > click nodes.
4. Select PUT operation and PUT the following data:
{
"nodes": {
"node": [
{
"id": "n1",
"node-connector": [
],
"netconf-node-inventory:connected": "true",
"netconf-node-inventory:pass-through": {}
}
]
}
}
5. Navigate to History, select the request and run it using Run request in yangmenu.
Buggy beh: The application freezes for some time, only later the loading bar displays and it is obvious that the request has been run.