Skip to content

Commit a1bb060

Browse files
authored
DPL: turn off early forwarding optimization (#7218)
1 parent 2f5cfcc commit a1bb060

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ void DataProcessingDevice::fillContext(DataProcessorContext& context, DeviceCont
540540
context.errorHandling = &mErrorHandling;
541541
/// We must make sure there is no optional
542542
/// if we want to optimize the forwarding
543+
context.canForwardEarly = false;
543544
for (auto& input : mSpec.inputs) {
544545
if (strncmp(DataSpecUtils::asConcreteOrigin(input.matcher).str, "AOD", 3) == 0) {
545546
context.canForwardEarly = false;

0 commit comments

Comments
 (0)