Skip to content

Commit

Permalink
DMP-4593 : Missing-Arm-Response-File (#2475)
Browse files Browse the repository at this point in the history
Co-authored-by: hemantasharma <[email protected]>
  • Loading branch information
hemantasharma1129 and hemantasharma authored Jan 22, 2025
1 parent 0871560 commit cd14dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ protected void markEodAsResponseProcessingFailed(ExternalObjectDirectoryEntity e
osrEntity.get().setObjectStatus(String.format("No response files produced by ARM within %s",
DurationUtil.formatDurationHumanReadable(
armDataManagementConfiguration.getArmMissingResponseDuration())));
objectStateRecordRepository.save(objectStateRecordEntity);
objectStateRecordRepository.save(osrEntity.get());
} else {
log.warn("No OSR Object exists with OsrId : {} for EodId : {}", objectStateRecordEntity.getUuid(), externalObjectDirectory.getId());
}
Expand Down

0 comments on commit cd14dc8

Please sign in to comment.