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

Read transaction does not return full data for the root node

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: