framework
framework copied to clipboard
Relation DataList shouldn't cache results post query
If the DataList generated to represent the relation between objects is queried, it'll cache results under the relational key, causing mismatches.
The relation datalist are constructed by populating the _guids upon fetching the relation list. It caches its results but it does not fetch the result from the cache. This currently circumvents the potential issue but its not something we're proud of. Still some work to do
Fixed by:
https://github.com/openvstorage/framework/pull/2249