Description
The runtime should report the actual state of cached data to optimizer.
If not, our optimizer will regard that all produced cached data is available even if some block may be unavailable. In this case, the cached data will be reproduced through our fault recovery procedure. However, it would be better to notify the unavailability of the data early and avoid the fault recovery procedure.