Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2038

Read transaction does not return full data for the root node

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Medium
    • Resolution: Done
    • 5.0.1
    • 4.0.11, 5.0.2
    • clustering
    • None

    Description

      Read transaction on the MD-SAL distributed datastore does not return the full data for the root node. For example, the following code

      domDataBroker.newReadOnlyTransaction()
          .read(LogicalDatastoreType.CONFIGURATION, YangInstanceIdentifier.empty()).get()
      

      only returns partial configuration data.

      ClientBackedReadTransaction used for ClientBackedDataStore, selected for the tell-based protocol, does not gather data from all the shards like TransactionProxy for DistributedDataStore. Instead it returns data in the 'default' shard only.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rovarga Robert Varga
            sangwookha Sangwook Ha
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: