weimingdiit commented on code in PR #9663:
URL: https://github.com/apache/ozone/pull/9663#discussion_r2867289127
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -5381,7 +5381,7 @@ public void checkFeatureEnabled(OzoneManagerVersion
feature) throws OMException
public void compactOMDB(String columnFamily) throws IOException {
checkAdminUserPrivilege("compact column family " + columnFamily);
- new CompactDBService(this).compact(columnFamily);
+ CompactDBUtil.compactTableAsync(metadataManager, columnFamily);
}
Review Comment:
The code has been updated, and completion processing logic has been added to
clearly record compaction success/failure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]