GeorgeJahad commented on code in PR #4567:
URL: https://github.com/apache/ozone/pull/4567#discussion_r1234532089
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -293,14 +292,26 @@ public ReentrantReadWriteLock getTableLock(String
tableName) {
// non-ratis OM clusters will be binary 01 (= decimal 1) and for ratis
// enabled OM cluster will be binary 10 (= decimal 2). This epoch is added
// to ensure uniqueness of objectIDs.
- private final long omEpoch;
+ private long omEpoch;
Review Comment:
why?
--
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]