Skip to content

fix CHECK bug#312

Open
shoumu wants to merge 1 commit into
alibaba:blaze-fix-v1.2from
shoumu:blaze-fix-v1.2
Open

fix CHECK bug#312
shoumu wants to merge 1 commit into
alibaba:blaze-fix-v1.2from
shoumu:blaze-fix-v1.2

Conversation

@shoumu

@shoumu shoumu commented Dec 23, 2019

Copy link
Copy Markdown

blaze-fix-v1.2

void DataIO::SetSgroupQueueCapacity(size_t capacity) {
  CHECK(!running_);
  sgroup_queue_capacity_ = capacity;
}

CHECK is undefined,should use XDL_CHECK

@CLAassistant

CLAassistant commented Mar 4, 2020

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants