Skip to content

Conversation

@smengcl
Copy link
Contributor

@smengcl smengcl commented Apr 3, 2024

What changes were proposed in this pull request?

This aims to backport fix HDDS-9930 from feature branch (HDDS-7593) to master branch. Minor conflicts in import and constructor.

HDDS-9930. Remove open keys as well when keys are deleted from KeyTable (#6079)

(cherry picked from commit 2651d4c20851f78d5059a7145edc4e17a0b52608)

Conflicts:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OmKeysDeleteRequestWithFSO.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMKeysDeleteResponseWithFSO.java

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-9930

How was this patch tested?

  • Existing tests should pass.

…le (apache#6079)

(cherry picked from commit 2651d4c)

Conflicts:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OmKeysDeleteRequestWithFSO.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMKeysDeleteResponseWithFSO.java
Copy link
Contributor

@jojochuang jojochuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1


public static final Logger LOG = LoggerFactory.getLogger(OmKeysDeleteRequestWithFSO.class);

public OmKeysDeleteRequestWithFSO(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting that this class is called 'OmKeysDeleteRequestWithFSO' not 'OMKeysDeleteRequestWithFSO' but fine.

@jojochuang jojochuang merged commit a38570a into apache:master Apr 3, 2024
jojochuang pushed a commit to jojochuang/ozone that referenced this pull request May 29, 2024
…le (apache#6079) (apache#6472)

(cherry picked from commit 2651d4c)

Conflicts:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OmKeysDeleteRequestWithFSO.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/key/OMKeysDeleteResponseWithFSO.java

(cherry picked from commit a38570a)

Conflicts:
hadoop-ozone/interface-storage/src/main/java/org/apache/hadoop/ozone/om/OMMetadataManager.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants