Skip to content

Commit 95c6111

Browse files
Fix mapper map_task for DCR shard (part 2).
1 parent b4d725b commit 95c6111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mapper.cc

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void FuzzMapper::map_task(const MapperContext ctx, const Task &task,
126126
log_map.debug() << "map_task: Selected variant " << output.chosen_variant;
127127

128128
// TODO: assign to variant's correct processor kind
129+
output.target_procs.clear();
129130
if (input.shard_processor.exists()) {
130131
log_map.debug() << "map_task: Mapping to shard proc";
131132
output.target_procs.push_back(input.shard_processor);

0 commit comments

Comments
 (0)