Skip to content

Commit

Permalink
HDDS-8580. Reduce memory usage in ContainerKeyMapperTask#reprocess - …
Browse files Browse the repository at this point in the history
…addendum: fix compile error (apache#4826)
  • Loading branch information
ivandika3 authored Jun 4, 2023
1 parent a2aa1d4 commit 74ee3e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ private void handleKeyReprocess(String key,
for (OmKeyLocationInfo omKeyLocationInfo : omKeyLocationInfoGroup
.getLocationList()) {
long containerId = omKeyLocationInfo.getContainerID();
ContainerKeyPrefix containerKeyPrefix = new ContainerKeyPrefix(
ContainerKeyPrefix containerKeyPrefix = ContainerKeyPrefix.get(
containerId, key, keyVersion);
if (reconContainerMetadataManager.getCountForContainerKeyPrefix(
containerKeyPrefix) == 0
Expand Down

0 comments on commit 74ee3e2

Please sign in to comment.