Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
Description
@SuppressWarnings("checkstyle:parameternumber") private OzoneManagerDoubleBuffer(OMMetadataManager omMetadataManager, Consumer<TermIndex> updateLastAppliedIndex, boolean isRatisEnabled, boolean isTracingEnabled, int maxUnFlushedTransactions, FlushNotifier flushNotifier, S3SecretManager s3SecretManager, String threadPrefix) { ... }
The OzoneManagerDoubleBuffer constructor above has many parameter. We may reduce it by passing the Builder.
We will also clean up the code, add javadoc and fix typos.
Attachments
Issue Links
- links to