Replicate Rob's PR (#4337)

This commit is contained in:
Lldenaurois
2021-11-20 12:36:23 +01:00
committed by GitHub
parent be7dedd20c
commit e35ebee0f1
3 changed files with 16 additions and 41 deletions
+7
View File
@@ -932,6 +932,13 @@ impl CandidateBackingJob {
// Sanity check that candidate is from our assignment.
if Some(candidate.descriptor().para_id) != self.assignment {
tracing::debug!(
target: LOG_TARGET,
our_assignment = ?self.assignment,
collation = ?candidate.descriptor().para_id,
"Subsystem asked to second for para outside of our assignment",
);
return Ok(())
}