kerneltime commented on code in PR #3426:
URL: https://github.com/apache/ozone/pull/3426#discussion_r880412208
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/TableConfig.java:
##########
@@ -58,7 +63,7 @@ public String getName() {
*/
public ColumnFamilyDescriptor getDescriptor() {
return new ColumnFamilyDescriptor(StringUtils.string2Bytes(name),
- columnFamilyOptions);
+ new ColumnFamilyOptions(columnFamilyOptions));
Review Comment:
Same as above. I will be filling additional PRs to address remaining leaks.
This PR is to get the RocksDatabase.java abstraction in and address the cache
handling for it.
--
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]