What feature you'd like to add:
In CacheRuntime reconcile loop, supports setting and updating UfsTotal and FileNum fields for dataset status.
Since calculating these fields is time-consuming, it is necessary to utilize go channels and intervals to reduce overhead like other runtimes.
Why is this feature needed:
compatiable with other runtime.
What feature you'd like to add:
In CacheRuntime reconcile loop, supports setting and updating UfsTotal and FileNum fields for dataset status.
Since calculating these fields is time-consuming, it is necessary to utilize go channels and intervals to reduce overhead like other runtimes.
Why is this feature needed:
compatiable with other runtime.