smengcl commented on code in PR #3981:
URL: https://github.com/apache/ozone/pull/3981#discussion_r1040298800
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBStoreBuilder.java:
##########
@@ -298,6 +308,18 @@ private ManagedColumnFamilyOptions getDefaultCfOptions() {
.orElseGet(defaultCfProfile::getColumnFamilyOptions);
}
+ /**
+ * Get default column family options, but with column family write buffer
+ * size limit overridden.
+ * @param writeBufferSize Specify column family write buffer size.
+ * @return ManagedColumnFamilyOptions
+ */
+ private ManagedColumnFamilyOptions getDefaultCfOptions(long writeBufferSize)
{
Review Comment:
Renamed to `getCfOptions`
--
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]