adutra commented on code in PR #579:
URL: https://github.com/apache/polaris/pull/579#discussion_r1891520202
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/LocalPolarisMetaStoreManagerFactory.java:
##########
@@ -138,6 +138,9 @@ public synchronized Supplier<PolarisMetaStoreSession>
getOrCreateSessionSupplier
initializeForRealm(realmContext);
checkPolarisServiceBootstrappedForRealm(
realmContext,
metaStoreManagerMap.get(realmContext.getRealmIdentifier()));
+ } else {
+ checkPolarisServiceBootstrappedForRealm(
+ realmContext,
metaStoreManagerMap.get(realmContext.getRealmIdentifier()));
}
Review Comment:
```suggestion
initializeForRealm(realmContext);
}
checkPolarisServiceBootstrappedForRealm(
realmContext,
metaStoreManagerMap.get(realmContext.getRealmIdentifier()));
```
--
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]