Skip to content

Commit

Permalink
Update extensions/rocksdb-repos/FlowFileRepository.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Márton Szász <szaszm@apache.org>
  • Loading branch information
martinzink and szaszm authored Mar 5, 2024
1 parent 33d6b92 commit 3dc4b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/rocksdb-repos/FlowFileRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void FlowFileRepository::initialize_repository() {
continue;
}
if (check_flowfile_content_size_ && !contentSizeIsAmpleForFlowFile(*eventRead, claim)) {
logger_->log_warn("Content size was insufficient for flowfile {}", eventRead->getContentFullPath());
logger_->log_warn("Content is missing or too small for flowfile {}", eventRead->getContentFullPath());
keys_to_delete_.enqueue({.key = key, .content = eventRead->getResourceClaim()});
continue;
}
Expand Down

0 comments on commit 3dc4b58

Please sign in to comment.