!10211 Remove cache server out of memory warning to fix one tester's ticket

From: @lixiachen
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @liucunwei
pull/10211/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 48f42bbc99

@ -323,7 +323,6 @@ Status CacheClient::BuildPhaseDone() const {
Status CacheClient::PushRequest(std::shared_ptr<BaseRequest> rq) const { return comm_->HandleRequest(std::move(rq)); }
void CacheClient::ServerRunningOutOfResources() {
MS_LOG(WARNING) << "Cache server runs out of memory or disk space to cache any more rows!\n";
bool expected = true;
if (fetch_all_keys_.compare_exchange_strong(expected, false)) {
Status rc;

Loading…
Cancel
Save