[CONTROLLER-447] Concurrency Issue in NetconfDevice Created: 02/May/14 Updated: 19/Oct/17 Resolved: 23/Jun/14 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | netconf |
| Affects Version/s: | Helium |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Devin Avery | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| External issue ID: | 945 |
| Description |
|
There are concurrency issues that were introduced with See gerrit 6253 for one example. Offending Code: void bringUp(final SchemaSourceProvider<String> delegate, final Set<QName> capabilities, final boolean rollbackSupported) { updateDeviceState(true, capabilities); if (mountInstance != null) { List<RpcRegistration> rpcs = new ArrayList<>(); } |
| Comments |
| Comment by Maros Marsalek [ 10/Jun/14 ] |
|
This problem should be fixed now, as https://bugs.opendaylight.org/show_bug.cgi?id=832 was merged into master. Please review the code for sal-netconf-connector in master. |
| Comment by Maros Marsalek [ 23/Jun/14 ] |