View Revisions: Issue #7097

Summary 0007097: Route data should handle missing Node entries from the cache
Revision 2025-10-22 16:55 by pmarzullo
Description When data is being routed, and it the data record has a node_list populated, and the cache is missing some of the node entries from the node_list, we should flush the cache and try again to get the Node entries.
This is necessary when the Node registered with another instance in the cluster, and the Routing job runs on another instance in the cluster. This instance may not have the cached value of the new node.
Revision 2025-10-22 16:56 by pmarzullo
Description When data is being routed, and if the data record has a node_list populated, and the cache is missing some of the node entries from the node_list, we should flush the cache and try again to get the Node entries.
This is necessary when the Node registered with another instance in the cluster, and the Routing job runs on another instance in the cluster than where it registered. This instance may not have the cached value of the new node.