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

From: @lixiachen
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @liucunwei
This commit is contained in:
mindspore-ci-bot 2020-12-19 15:09:00 +08:00 committed by Gitee
commit 48f42bbc99
1 changed files with 0 additions and 1 deletions

View File

@ -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;