Yifei Zhang
Yifei Zhang
revised according to the newest implementation
The definition of Key is like: ```go type Key interface { Key() string } type KeyBuildInfo struct { Component string Namespace string Name string Resources string Group string Version string...
proposal is updated with definition of Key and new interface names
I've rebased the pr of autonomy e2e tests, and seems that all tests can pass. I think it's ready for review, PTAL @rambohe-ch And the proposal #897 has been updated,...
Ensure the compability with old key format. The disk storage will use old key format if it detects there's old key cache under the cache dir. Users needs to manually...
friendly ping @fisherxu , any other work I need to do?
/reopen This feature is not completely implemented. So we need to reopen it.
I'll submit pr of pool-coordinator cache implementation. But I think we need to rebase the pool-coordinator-dev on #882 first. @rambohe-ch What do you think?
/close
@JameKeal @rambohe-ch Disscussion summary of weekly meeting at 2023.07.26. 1. Add metrics for cache, like failed times, data size, etc. @rambohe-ch 2. Original atomic `ReplaceComponentList` operation is replaced with multiple...