[CONTROLLER-1803] WriteTransaction's merge method deletes container data node Created: 13/Dec/17 Updated: 15/Mar/19 Resolved: 15/Mar/19 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | mdsal |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Min GU | Assignee: | Min GU |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
1. version info 2. steps <config-bgp-info xmlns="urn:bier:bgp:config"> 3) The following code is exectued:
---------------------------------------------------------------------------------- // read config-bgp-info from datastroe and populate the result to "configBgpInfo" } catch (ReadFailedException e) { // use merge to write "configBgpInfo" to datastore try { submitResult.get(); }catch (InterruptedException e) { LOG.error("Test merge Test merge Test merge ", e); } catch (ExecutionException e) { LOG.error("Test merge Test merge Test merge ", e); }LOG.info("Test merge Test merge Test merge Test merge Test merge Test merge Test merge Test merge Test merge"); ------------------------------------------------------------------------ 4) We use restclient to GET data ,the red node disappears. (The result is estimated to be the same as step2) http://10.46.45.30:8181/restconf/config/bier-bgp-config:config-bgp-info
|
| Comments |
| Comment by Robert Varga [ 14/Nov/18 ] |
|
gu.min1 is this still present? |