adoroszlai commented on code in PR #7778:
URL: https://github.com/apache/ozone/pull/7778#discussion_r1943586069
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/PrefixManagerImpl.java:
##########
@@ -64,13 +64,7 @@ public class PrefixManagerImpl implements PrefixManager {
// In-memory prefix tree to optimize ACL evaluation
private RadixTree<OmPrefixInfo> prefixTree;
- // TODO: This isRatisEnabled check will be removed as part of HDDS-1909,
- // where we integrate both HA and Non-HA code.
- private boolean isRatisEnabled;
-
- public PrefixManagerImpl(OzoneManager ozoneManager, OMMetadataManager
metadataManager,
- boolean isRatisEnabled) {
- this.isRatisEnabled = isRatisEnabled;
+ public PrefixManagerImpl(OzoneManager ozoneManager, OMMetadataManager
metadataManager) {
Review Comment:
Restored, now the tests are unchanged compared to `master`. However, I kept
the name `isRatisEnabled`, someone more familiar with snapshots can rename it
separately.
--
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]