smengcl commented on code in PR #3131:
URL: https://github.com/apache/ozone/pull/3131#discussion_r859334629
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java:
##########
@@ -574,6 +582,12 @@ protected void initializeOmTables() throws IOException {
String.class, OmDBTenantInfo.class);
checkTableStatus(tenantStateTable, TENANT_STATE_TABLE);
+ // String("RangerOzoneServiceVersion")> Long (current service version
+ // in Ranger)
+ rangerStateTable = this.store.getTable(RANGER_STATE_TABLE,
Review Comment:
It doesn't. UT also caught this, thankfully
```
Error: Failures:
Error: TestOMDBDefinition.testDBDefinition:70 Tables missing in
OMDBDefinition are:[RangerStateTable] expected:<0> but was:<1>
```
https://github.com/apache/ozone/runs/6186193556
--
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]