Skip to content

Commit

Permalink
Merge "Make StateMachine and ShowCommand tasks mutually exclusive"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 28, 2016
2 parents 3948863 + ab51ef6 commit 4a6fe9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/control-node/control_node.cc
Expand Up @@ -72,6 +72,7 @@ void ControlNode::SetDefaultSchedulingPolicy() {
TaskPolicy sm_policy = boost::assign::list_of
(TaskExclusion(scheduler->GetTaskId("bgp::Config")))
(TaskExclusion(scheduler->GetTaskId("bgp::PeerMembership")))
(TaskExclusion(scheduler->GetTaskId("bgp::ShowCommand")))
(TaskExclusion(scheduler->GetTaskId("bgp::RTFilter")));
for (int idx = 0; idx < scheduler->HardwareThreadCount(); ++idx) {
sm_policy.push_back(
Expand Down

0 comments on commit 4a6fe9b

Please sign in to comment.