Skip to content

Commit f965675

Browse files
authored
Merge pull request ceph#65421 from ronen-fr/wip-rf-ec72898
osd/scrub: clear m_ec_digest_map between objects Reviewed-by: Jon Bailey <[email protected]>
2 parents 2c49199 + aaa1986 commit f965675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/osd/scrubber/scrub_backend.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ std::optional<std::string> ScrubBackend::compare_obj_in_maps(
881881
{
882882
// clear per-object data:
883883
m_current_obj = object_scrub_data_t{};
884+
this_chunk->m_ec_digest_map.clear();
884885

885886
stringstream candidates_errors;
886887
auto auth_res = select_auth_object(ho, candidates_errors);

0 commit comments

Comments
 (0)