Skip to content

fix CHECK bug#312

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

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

Conversation

@shoumu
Copy link

@shoumu shoumu commented Dec 23, 2019

blaze-fix-v1.2

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

CHECK is undefined,should use XDL_CHECK

@CLAassistant
Copy link

CLAassistant commented Mar 4, 2020

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