adoroszlai commented on a change in pull request #1955:
URL: https://github.com/apache/ozone/pull/1955#discussion_r584644239
##########
File path:
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBProfile.java
##########
@@ -105,8 +105,26 @@ public ColumnFamilyOptions getColumnFamilyOptions() {
columnFamilyOptions.setCompactionStyle(CompactionStyle.LEVEL);
return columnFamilyOptions;
}
+ },
+ // NOTE: just for unit test now, don't use it in production
+ TEST {
Review comment:
I don't think they are intended to be the same:
https://github.com/apache/ozone/blob/e658f40a5cf1263a7b8036f9f24bac74c8e90372/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBProfile.java#L104-L106
If they are, then it's probably a bug.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]