Skip to:
The getResourceById() call loads all child resources, and then iterates over the list to find the requested child.
This uses excessive IO and adds latency to these requests, particularly on nodes with a large number (100+) of interfaces/resources.
Fixed in develop: e17ebb51d9e6027e09e93cf6f7fc7e58e6142dde.
The getResourceById() call loads all child resources, and then iterates over the list to find the requested child.
This uses excessive IO and adds latency to these requests, particularly on nodes with a large number (100+) of interfaces/resources.